Skip to content

Data storage utilities and processing pipelines to run on CDP server deployments.

License

Notifications You must be signed in to change notification settings

Shak2000/cdp-backend

 
 

Repository files navigation

cdp-backend

Build Status Documentation Code Coverage

Data storage utilities and processing pipelines to run on Council Data Project server deployments.


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.

Infrastructure

Please see dev-infrastructure for defaults on dev deployments.

Documentation

For full package documentation please visit councildataproject.org/cdp-backend.

Development

See CONTRIBUTING.md for information related to development of this repository.

License

MIT

About

Data storage utilities and processing pipelines to run on CDP server deployments.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.3%
  • Makefile 1.7%