moleculerjs / moleculer-db

:battery: Database access service mixins for Moleculer
https://moleculer.services/
MIT License
152 stars 123 forks source link

[Proposal] Implement Graph Operation methods and actions #139

Open saeedtabrizi opened 4 years ago

saeedtabrizi commented 4 years ago

Hi I recommend that add graph CRUD and Traversing feature to moleculer-db or moleculer-graph-db that extends from moleculer-db.

AndreMaz commented 4 years ago

Graph DBs are in fact quite interesting. But, as far as I know, their support is not being planned (at least in near future)

In mean time, what graph DB would you recommend? Neo4j?

saeedtabrizi commented 4 years ago

Hi @AndreMaz I'm working on https://orientdb.org/ that implemented by https://github.com/orientechnologies/orientjs . Nowadays i'm working on https://github.com/saeedtabrizi/moleculer-db-adapter-orientdb db adapter project . But i planned to implement Neo4J or RedisGraph too .

icebob commented 4 years ago

I'm not familiar with graph DBs, so PR is welcome!