Carbon DB Python Implementation¶
What is it?¶
This is the home of the Python reference implementation of Carbon DB, a timeseries database dedicated to storing energy and carbon data. The Python implementation is designed to provide a simple implementation that runs on top of a SQL database and can be deployed on premise or in the cloud.
How to get started?¶
To get started, go to the GitLab repository and follow the instructions to run the code. If it doesn’t work as expected, please tell us by opening an issue in GitLab.
How to contribute?¶
You can contribute at various levels in the project. Depending on the type of contribution, you may need to have experience with Python. Here’s the type of things you can get involved in:
Improve the documentation by finding typos, errors or adding brand new sections
Contribute to some of the implementation
The contribution process is as follows:
A Contributor opens an issue in GitLab describing the problem or the feature needed
A Maintainer reviews the issue and assigns it to a Contributor
A Contributor fixes the problem or implements the feature
A Maintainer merges the change into the main documentation or code branch
All contributions are subject to our Governance process and Code of Conduct, which you will find below. Please make sure you read them before contributing.