Hi to all,
Anyone knows of an initiative at providing a Neo4j() Ada client? Or any other graph db really...
As most of you probably know, graph db are best to represent many-to-many relationships, eg. twitter social mapping (follow-followed) is probably using such representation.
Neo4j (
https://en.wikipedia.org/wiki/Neo4j)
-client communicates through their Bolt protocol, which seems pretty straightforward (
https://boltprotocol.org/v1/)
Another one of interest is Dgraph (
https://docs.dgraph.io/)
-client communicate either through grpc(which requires protocol buffers) or REST endpoint
Someone unrolled its own Ada one..?
Anyway, I'm asking as raising awareness.
Thx!