Skip to content

jmartinter/testing_neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple scripts for testing on Neo4J graph DB

Scripts:

  • ingest_data.py
    • Script to create a fake dataset.
    • If any existing graph on DB, it will be replaced by a new one.
    • Model to create will include:
      • Team nodes
      • SocialChannel nodes
      • Follower nodes
      • A team may own a social channel
      • A follower may follow a social channel
  • read_data.py
    • Script to extract some aggregated demographics on one social channel followers

Scripts are coded on Python 3

Visual model representation

example of graph representation

About

Some simple python scripts for data ingestion into a Neo4J

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages