Looking for distributed, in-memory Graph DB [closed]

青春壹個敷衍的年華 提交于 2019-12-05 02:27:15

问题


Is there a database which will satisfy all (or at least most) of this requirements?

  1. Graph oriented - optimized for storing graphs and traversal(e.g HyperGraphDB, Neo4j)
  2. Running in memory, but having a persisted storage (e.g. Redis)
  3. Distributed (e.g. membase)
  4. Had .NET adapter (TCP/IP, not HTTP REST)

Or am I asking too much?

Thanks in advance.


回答1:


It seems hard to find .NET based one... I hope this might be helpful: http://en.wikipedia.org/wiki/Graph_database




回答2:


JStore is a component of Jalios JCMS with given features:

  • Java Graph Database (with CMS advanced concept)
  • Running in memory with persisted storage and versioning
  • Distributed (replicate between nodes and import/export)

JCMS is a proprietary CMS/GED, Portal, SocialNetwork, Collaboration WebApplication but it is also a powerfull framework around JStore.



来源:https://stackoverflow.com/questions/3996748/looking-for-distributed-in-memory-graph-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!