prrao87 / db-hub-fastapi

Async bulk data ingestion and querying in various document, graph and vector databases via their Python clients
MIT License
33 stars 3 forks source link

Ingestion and API code for Neo4j #2

Closed prrao87 closed 1 year ago

prrao87 commented 1 year ago

Neo4j

This PR adds support for ingesting the wine reviews dataset into Neo4j, a graph database, in an async fashion. In addition, it also provides a query API written in FastAPI that allows the user to send queries via available endpoints. As usual in FastAPI, the API is documented via OpenAPI specs.