Skip to content

sgmoorthy/Knowledge_Graph_API

Repository files navigation

FastAPI

Knowledge graph api using fastapi and neo4j

TODO : add visualization

preparation

install Docker run neo4j load the data via data_extraction for sample data

Start Api

$ python ./api/main.py

If there is an error :

Kill running app and restart.

$ ps aux | grep knowledge_graph_api.py
kill -9 <process id>

Visit Browser

by default it would run with swagger

alt text

Pull request

follow template

About

knowledge graph api using fastapi and neo4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages