don71 | 7 years ago | on: ArangoDB Receives $10M Series A Funding
don71's comments
don71 | 8 years ago | on: Performance Benchmark 2018 – MongoDB, PostgreSQL, OrientDB, Neo4j and ArangoDB
don71 | 8 years ago | on: Performance Benchmark 2018 – MongoDB, PostgreSQL, OrientDB, Neo4j and ArangoDB
don71 | 8 years ago | on: Performance Benchmark 2018 – MongoDB, PostgreSQL, OrientDB, Neo4j and ArangoDB
don71 | 8 years ago | on: MongoDB has filed to go public
don71 | 8 years ago | on: Run Kubernetes on top of DC/OS
don71 | 9 years ago | on: Florian Leibert(Mesosphere) and Luca Olivari as Advisory Council of ArangoDB
don71 | 9 years ago | on: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
We did a benchmark that shows you the performance regarding Neo4J. Before you shout that it made by us have a look, please. It's all open source. The data, the scripts and so on. Everything we use for it, we described in detail.
AQL is much more than a graph query language; therefore, Gremlin and OpenCypher aren't alternatives.
don71 | 9 years ago | on: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
don71 | 9 years ago | on: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
don71 | 9 years ago | on: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
don71 | 9 years ago | on: ArangoDB 3.0 Release – A Solid Ground to Scale
Regarding performance, it would be great if somebody with excellent knowledge about rethinkdb would contribute to https://github.com/weinberger/nosql-tests
don71 | 9 years ago | on: ArangoDB 3.0 Release – A Solid Ground to Scale
You can use Foxx to host your entire server-side application inside ArangoDB in some cases but in our experience, the best approach is having a middleground where the data-intensive server-side code lives in Foxx services and the client-facing part (e.g. server-side rendering) exists outside of it.
Foxx offers you the option to put backend logic directly inside the database; it's not an all-or-nothing decision.
don71 | 9 years ago | on: ArangoDB 3.0 Release – A Solid Ground to Scale
Saying Foxx is like stored procedures is overly simplistic.
ArangoDB's external API is the HTTP API. Foxx lets you extend that HTTP API with arbitrary code that will be executed in V8 with direct access to the same native APIs it uses internally.
The closest equivalents I'm aware of are RethinkDB's Horizon (which isn't hosted in the database) and CouchDB's CouchApps (which are far more limited in what they can do).
You can think of it as having a subset of Node.js running right on top of the database with direct memory access and scaling (Foxx services run on each coordinator).
don71 | 10 years ago | on: Slava Akhmechet – What's coming up for RethinkDB in 2016 [video]
don71 | 10 years ago | on: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
don71 | 10 years ago | on: NoSQL Benchmark Compares PostgreSQL, MongoDB, Neo4j, OrientDB and ArangoDB
I wanted to move on to RethinkDB next, but I see your point that a comparison between the different JSON formats of Postgres can also be very enlightening. This should replace guessing with hard facts. As always I will update the blog post and add this tests as well - as we did in the past, see https://www.arangodb.com/nosql-performance-blog-series/.
If you have any improvements concerning the configuration of Postgres or SQL queries, I'm will be more than happy to include them as well in the update. I will push the used configuration to GITHUB as well.
don71 | 10 years ago | on: Performance Comparison Between ArangoDB, MongoDB, Neo4j and OrientDB
don71 | 10 years ago | on: Performance Comparison Between ArangoDB, MongoDB, Neo4j and OrientDB
I'm Claudius, the author of the blog post. The intent of the blog was not to show, that a particular product is not performing well. There are thousands of different use cases and each database has its strengths and weaknesses. For a different scenario the results might be different. Neo4J is a solid product and is doing a good job. The aim of the blog was to show, that multi-model can compete with specialized solutions. What I wanted to show, is that a multi-model approach per se does not carry a performance penalty.
don71 | 11 years ago | on: ArangoDB on Mesosphere Using Marathon and Docker