Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
1–7 of 7 posts
Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
#2Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
#3Nice feature set. But why do I have to learn a new query language again?
Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
#4 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-...
Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
#5Nice feature set. But why do I have to learn a new query language again?
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
#6Fantastic stuff, I hope it really takes off.
Re: Show HN: ArangoDB – A distributed open-source multi-model NoSQL DB
#7Nice 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…