Datastax
Ask HN: Which graph database would you advice?
11–15 of 15 posts
Re: Ask HN: Which graph database would you advice?
#12You could also have a look at ArangoDB. Open-source with Apache2, Cpp-based and some neat features like Foxx framework. It's open-source with Apache2 license and I have to say their support is pretty impressive. Worth giving it a spin.
Re: Ask HN: Which graph database would you advice?
#13It's straightforward to build a graph database using LMDB, the performance is excellent, and it supports transactions, online backups, etc.
If you don't mind Java, Neo4J is another good choice.
Re: Ask HN: Which graph database would you advice?
#14ArangoDB is very suitable for you. It's a multi-model database (key-value, document, graph).
Your data size is not big and can very fast handled on one machine.
Re: Ask HN: Which graph database would you advice?
#15+1 for ArangoDB