Giter VIP home page Giter VIP logo

ccdb-data-pipeline's Introduction

CCDB Data Pipeline

A lightweight ETL data pipeline intended to support the operations of the Consumer Complaint Search application.

Description: This purpose of this code is to provide data for Consumer Complaint Search. This pipeline downloads scrubbed consumer complaint data and indexes that data in Elasticsearch for the Complaint Search application to display and analyze.

Status: In Production

Dependencies

This pipeline is intended to index data in Elasticsearch and is dependent on having an Elasticsearch instance to interface with.

Installation

Detailed instructions on how to install, configure, and get the project running are in the INSTALL document.

Usage

  1. source ./activate-virtualenv.sh
  2. Set environment variables
    1. export AWS_ACCESS_KEY_ID=<svc_account_access_key>
    2. export AWS_SECRET_ACCESS_KEY=<svc_account_secret_access_key>
    3. export ES_USERNAME=<foo>
    4. export ES_PASSWORD=<bar>
    5. export ENV=[ENVIRONMENT]
      1. where ENVIRONMENT=dev, staging, prod
    6. export INPUT_S3_BUCKET=<bucket-name>
    7. export INPUT_S3_KEY=<path-to-csv>
    8. export OUTPUT_S3_BUCKET=<bucket-name>
    9. export OUTPUT_S3_FOLDER=<path-to-csv-and-json>
  3. make

Getting help

Instruct users how to get help with this software; this might include links to an issue tracker, wiki, mailing list, etc.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

ccdb-data-pipeline's People

Contributors

adamzarger avatar amymok avatar anselmbradford avatar ascott1 avatar contolini avatar jeffreymfarley avatar marcesher avatar scotchester avatar sephcoster avatar virtix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.