Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.73 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.73 KB

Follow the Data

Basic importers for importing FEC Campaign Finance data into the Neo4j Graph Database.

Requires

Note: that Java is just required for the initial batch import of data. The dataset can then be explored with Neo4j's own Cypher query language, or using one of the language drivers listed below.

Follow these Steps

  1. git clone https://github.com/akollegger/FEC_GRAPH.git
  2. cd FEC_GRAPH
  3. ant initialize
  4. ant
  5. ./bin/fec2graph --force --importer=[RAW|CONNECTED|RELATED]
  • choose one of the importers, like ./bin/fec2graph --force --impoerter=RAW
  • RAW: imports records with no modifications
  • CONNECTED: connects imported records based on cross-referenced IDs
  • RELATED: replaces "join table" records with graph relationships
  1. ant neo4j-start

Wanna code? Get a Neo4j Driver

References