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: Pre-Alpha

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

usage: run_pipeline [-h] -c MY_CONFIG --es-host ES_HOST --es-port ES_PORT [--es-username ES_USERNAME] [--es-password ES_PASSWORD] --index-name INDEX_NAME

Arguments:

  • -h, --help
    • show this help message and exit
  • -c MY_CONFIG, --my-config MY_CONFIG
    • config file path
  • --es-host ES_HOST, -o ES_HOST
    • Elasticsearch host (Required Parameter)
  • --es-port ES_PORT, -p ES_PORT
    • Elasticsearch port (Required Parameter)
  • --es-username ES_USERNAME, -u ES_USERNAME
    • Elasticsearch username
  • --es-password ES_PASSWORD, -a ES_PASSWORD
    • Elasticsearch password
  • --index-name INDEX_NAME, -i INDEX_NAME
    • Elasticsearch index name (Required Parameter)

Though the arguments ES_HOST, ES_PORT and INDEX_NAME are required, you may choose to combine those values into a config file and provide that as an argument instead. For config file syntax, see here. If an arg is specified in more than one place, then commandline values override environment variables which override config file values which override defaults.

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.