Skip to content
/ Neo4J Public

Implementation of twitter database on Neo4J.

Notifications You must be signed in to change notification settings

p-mayank/Neo4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4J

Implemented twitter database on Neo4J.

  • Please run the loadq file inside the dataset folder to create the initial tables. DB used is : 'twitter_db'

  • Tables schema is detailed in the file: 'loadq.py' under 'load_data' function

  • Flask files include the 'templates' folder along with the executable 'flask_run.py' file

  • External Libraries used are: -'json' (Read/Write JSON files) -'os' (Iterating over files) -'py2neo' (Driver to connect to the neo4j db) -'flask' (Setting up a web-interface.) -'datetime' (Utility to parse date fields in Python)

// Recommended version of Python is 3.5;

About

Implementation of twitter database on Neo4J.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages