Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfpb/ccdb-data-pipeline
https://github.com/cfpb/ccdb-data-pipeline
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfpb/ccdb-data-pipeline
- Owner: cfpb
- License: cc0-1.0
- Created: 2017-06-08T17:32:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T17:24:48.000Z (5 months ago)
- Last Synced: 2024-12-04T07:43:28.410Z (20 days ago)
- Language: Python
- Size: 666 KB
- Stars: 9
- Watchers: 25
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CCDB Data Pipeline
An ETL data pipeline intended to support the operations of the Consumer Complaint Search application.
**Description**: The purpose is to provide data for Consumer Complaint Search. The pipeline downloads scrubbed consumer complaint data and indexes it in Elasticsearch for the search application to display and analyze.
**Status**: In Production
## Dependencies
This pipeline is dependent on having an Elasticsearch instance to interface with.
## Installation
Instructions on how to install, configure, and get the project running are in the [INSTALL](INSTALL.md) document.
## Open source licensing info
1. [TERMS](TERMS.md)
2. [LICENSE](LICENSE)
3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)