Skip to content

greenmato/graph-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph API

Small API service written with Python's Flask framework that performs basic CRUD and shortest path algorithm on a Neo4J graph database.

Requirements:

  • Python 3.6
  • Neo4J 3.5 + algorithms plugin

Setup:

  • pip install -r requirements.txt
  • cp settings.cfg.example settings.cfg + fill with your values

To run locally:

  • sudo neo4j start
  • export FLASK_APP=graph_api.py
  • flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages