Looking for distributed, in-memory Graph DB [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIs there a database which will satisfy all (or at least most) of this requirements?
- Graph oriented - optimized for storing graphs and traversal(e.g HyperGraphDB, Neo4j)
- Running in memory, but having a persisted storage (e.g. Redis)
- Distributed (e.g. membase)
- Had .NET adapter (TCP/IP,开发者_开发问答 not HTTP REST)
Or am I asking too much?
Thanks in advance.
It seems hard to find .NET based one... I hope this might be helpful: http://en.wikipedia.org/wiki/Graph_database
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.
精彩评论