Skip to content

TribesAI Internship challenge task. I got this as an assignment for a Data Engineering Internship

Notifications You must be signed in to change notification settings

yashmishra0207/JSON-to-Graph-DB-Node-and-Relationship-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to Graph DB Node and Relationship Parser

Steps for code execution:

  • Step 1: download and install neo4j desktop. link
  • Step 2: install apoc plugin in neo4j desktop(project level or globally refer). ref link
  • Step 3: create new database in neo4j desktop with password as 'test' (without quotes)
  • Step 4: click on open database
  • Step 5: install packages present in pipfile by opening teminal at project root folder and run pipenv install. (Install pipenv if not already installed)
  • Step 6: finally, run pipenv run python3 main.py

About

TribesAI Internship challenge task. I got this as an assignment for a Data Engineering Internship

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages