-
Notifications
You must be signed in to change notification settings - Fork 2
Repository Setup
Divyank Shah edited this page Sep 27, 2022
·
1 revision
dev
branch represents a developer's environment where we can test out new features, changes without affecting
the version that the solar car will be using. This environment we will be able to test out how the data is being passed in, where it is going or getting computed and how Grafana is displaying said information.
main
branch represents the version that the solar car will be running! Changes to this branch must be checked to
ensure no errors, hence the dev
branch. This environment will be responsible for aggregating the data and putting them into InfluxDB and then pushing them into Grafana.