Empower Your Git Project with Data-Driven Insights
- Install Docker and Docker Compose for your environment.
- Copy
env.copyto.envand adjust parameters if required. - Configure
injector/config.jsonparameters for harvest. - Run
docker-compose buildto build the containers anddocker-compose upto spin up all instances. - Everything should work fine.
- Access your Superset web interface.
- Go to Dashboard → Import.
- Select a dashboard from the template directory.
- Click Import.
- Enter the database password set in the
.envfile.
- Your
.envconfiguration might be different from the default one (we export dashboards for default settings). - Go to Settings → Database Connections.
- Select mydatabase connection and click Edit under actions.
- Reflect your specific database connection settings and test the connection.
- Everything should work fine.