Monorepo that contains data processing related libraries and services developed at ROCS
Data model documentation is at rocs-dbt-docs.netlify.app
This project uses poetry for package management and git-secret to manage secrets.
To contribute to this project please do the following:
- create a feature branch:
git checkout -b feature/YOUR-FEATURE-NAME
, - develop your feature while making sure that tests and linting are still passing,
- To add a library or service enter the libraries or services folder and run
$poetry new name_of_the_new_lib_or_service
- push your feature branch to the repo
git push -u origin feature/YOUR-FEATURE-NAME
and open a pull request. - Ask one of the maintainers @davhin and @jakobkolb to review.