A unique way to embed analytics into applications using the composeSDK. This project was initiated as part of a hackathon at Sisense.
In the evolving world of analytics, we aim to provide a seamless way to integrate Sisense analytics directly into your applications. Using the power of the composeSDK, this project showcases the potential and flexibility of embedding analytics.
Before you proceed with the installation, ensure you have Node.js and npm (or yarn) installed on your machine.
-
Clone the repository
git clone "https://github.com/tomlintontx/sisense-hackathon-2023.git"
-
Install Dependencies
npm install
-
Create your .env file with the appropriate env variables
VITE_SISENSE_API_KEY=<your api key> VITE_SISENSE_URL=<url to the tams sisense instance>
-
To start the server
npm run dev
Once you have the server up and running, navigate to http://localhost:5173
More detailed documentation on how to utilize the analytics tools will be provided soon.
We welcome contributions! If you have suggestions or want to improve the code:
Fork the project.
- Create your feature branch (
git checkout -b feature/YourFeatureName
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Open a pull request.
- Ashton Walden
- Chase Walden
- Tom Linton
None.....
- Sisense for providing the platform and tools to make this possible.
- All the enthusiastic developers participating in the hackathon for the shared inspiration.