Live data from Hacker News

Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB

arangodb.com

1–7 of 7 posts

Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB

#4
You can install easily via:

    brew install arrangodb
Here's a nice overview of the features [1] and also comparison with others [2] (although it's pretty outdated). Some benchmarking here [3] as well.

[1] https://www.arangodb.com/key-features

[2] https://www.arangodb.com/2012/11/13/comparing-arangodb-with-...

[3] https://www.arangodb.com/performance

Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB

#5

Nice feature set. But why do I have to learn a new query language again?

Because it's a graph database so it doesn't really fit naturally with SQL.

Competitors like OrientDB use something that's nearly SQL but not quite, and it's the discrepancies between the two that catch you out. Arango's query language is pretty nice when you get used to it.

The one criticism I have of Arango is that they're doing a lot of wheel reinvention with foxx, when I think they'd be a lot better off leveraging more of the node ecosystem.

Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB

#7
post #5

Nice feature set. But why do I have to learn a new query language again?

Because it's a graph database so it doesn't really fit naturally with SQL. Competitors like OrientDB use something that's nearly SQL but not quite, and it's the discrepancies between the two that catch you out. Arango's query language is pretty nice when you get used to it. The one criticism I have of Arango is that they're doing a lot of wheel reinvention with foxx, when I think they'd be a lot better off leveraging…

phpnode is talking about a long discussion we had about that topic – if you are interested in the reasoning, read here: https://groups.google.com/forum/?hl=de#!searchin/arangodb/No...