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
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
Pull request
follow template
