You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data storage utilities and processing pipelines used by CDP instances.
Council Data Project
Council Data Project is an open-source project dedicated to providing journalists, activists, researchers, and all members of each community we serve with the tools they need to stay informed and hold their Council Members accountable.
For more information about Council Data Project, please visit our website.
About
cdp-backend is used to maintain the database models, infrastructure stack, and all pipelines for CDP Instance web applications.
The central goal is to create a single library that manages the whole backend of any CDP Instance.
Installation
Stable Release (with just data access dependencies):pip install cdp-backend Stable Release (with full pipeline dependencies):pip install cdp-backend[pipeline]
Development Head:pip install git+https://github.com/CouncilDataProject/cdp-backend.git
Dev Installation: For devs, please ensure that you have dot / graphviz installed before working with tests and auto-documentation generation.
See CONTRIBUTING.md for information related to development of this repository.
Citation
If you have found CDP software, data, or ideas useful in your own work, please consider citing us:
Brown et al., (2021). Council Data Project: Software for Municipal Data Collection, Analysis, and Publication. Journal of Open Source Software, 6(68), 3904, https://doi.org/10.21105/joss.03904
@article{Brown2021,
doi = {10.21105/joss.03904},
url = {https://doi.org/10.21105/joss.03904},
year = {2021},
publisher = {The Open Journal},
volume = {6},
number = {68},
pages = {3904},
author = {Eva Maxfield Brown and To Huynh and Isaac Na and Brian Ledbetter and Hawk Ticehurst and Sarah Liu and Emily Gilles and Katlyn M. f. Greene and Sung Cho and Shak Ragoler and Nicholas Weber},
title = {{Council Data Project: Software for Municipal Data Collection, Analysis, and Publication}},
journal = {Journal of Open Source Software}
}
License
MIT License
About
Data storage utilities and processing pipelines used by CDP instances.