dennybritz / papergraph

AI/ML citation graph with postgres + graphql
http://papergraph.dbz.dev/
188 stars 10 forks source link

Look into dgraph for data storage #24

Open dennybritz opened 4 years ago

dennybritz commented 4 years ago

https://dgraph.io/

Seems like a good fit with native GraphQL execution. Rust client support seems lacking so not sure how fast inserts will be.

sdabhi23 commented 4 years ago

Neo4j is a good graph database. It also has support for Rust and GraphQL