- Multiple Data Sources - Connect to multiple data sources and query them at one place.
- Complex Queries - Write complex queries get the results in a tabular format.
- Visualize Data - Visualize your data in the form of charts.
- Dashboards - Create dashboards to automate tracking of important metrics.
You need Docker, docker-compose and git setup on your machine. Refer Docker documentation. After that, run the following commands:
git clone https://github.com/frappe/insights
cd insights/docker
docker-compose up
Wait for sometime until the setup script creates a site. After that you can
Open the URL http://insights.test:8000/insights
in your browser, you should see the app running
should show up.
To setup the repository locally follow the steps mentioned below:
- Install bench and setup a
frappe-bench
directory by following the Installation Steps - Start the server by running
bench start
- In a separate terminal window, create a new site by running
bench new-site insights.test
- Map your site to localhost with the command
bench --site insights.test add-to-hosts
- Get the Insights app. Run
bench get-app https://github.com/frappe/insights
- Run
bench --site insights.test install-app insights
. - Now open the URL
http://insights.test:8000/insights
in your browser, you should see the app running
There are many ways you can contribute even if you don't code:
- You can start by giving a star to this repository!
- If you find any issues, even if it is a typo, you can raise an issue to inform us.
- You can join our telegram group and share your thoughts.