Search for distributed, onboard DB memory

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

  • Graph oriented - optimized for storing graphs and crawls (e.g. HyperGraphDB, Neo4j)
  • Works in memory but has persistent storage (e.g. Redis)
  • Distributed (e.g. membase)
  • .NET adapter (TCP / IP, not HTTP REST)

Or am I asking too much?

Thanks in advance.

+4
source share
2 answers

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

+2
source

JStore is a Jalios JCMS component with defined functions:

  • Java Graph Database (with Advanced CMS Concept)
  • Working with memory with stored storage and version
  • Distributed (cross-site replication and import / export)

JCMS is its own CMS / GED, Portal, SocialNetwork, Collaboration WebApplication, but it is also a powerful framework around JStore.

0
source

All Articles