Earlier quoted context omitted.
ArangoDB is a multi model store, which is to say it lets you store key value pairs, json documents, and graphs. (Edges are just another document with two special fields: "_from" and "_to". My team just spent 3 weeks investigating document stores and ultimately settled on arangoDB because: 1. Graph functionality, 2. Read after write consistency, 3. Partial updates, 4. Efficient joins across shards, 5. The (limited) te…
Hi, I'm Alan from the ArangoDB JavaScript team. It should be possible to use ScalaJS with Foxx as long as it is transpiled in advance and produces node-compatible modules (i.e. something that can be consumed by and can consume other node modules using `require`). I've heard of other people successfully using Babel, TypeScript and even ClojureScript with Foxx.
ArangoDB Closes 2.2M Euro Investment Led by Target Partners
11–20 of 47 posts
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#12Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#13Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#14Earlier quoted context omitted.
Hi, I'm Alan from the ArangoDB JavaScript team. It should be possible to use ScalaJS with Foxx as long as it is transpiled in advance and produces node-compatible modules (i.e. something that can be consumed by and can consume other node modules using `require`). I've heard of other people successfully using Babel, TypeScript and even ClojureScript with Foxx.
Aw yeah! While I have you - has any progress been made on a correct write ahead log APIacross shards? I saw a post from mid 2015 about it, but didn't see anything after. Would really like to be able to write an elastic river-type tool for search.
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#15Earlier quoted context omitted.
Aw yeah! While I have you - has any progress been made on a correct write ahead log APIacross shards? I saw a post from mid 2015 about it, but didn't see anything after. Would really like to be able to write an elastic river-type tool for search.
I'm not entirely sure what you mean. If you can point me in the direction of the article you mentioned, maybe one of the developers who are more intimately familiar with the cluster internals can take a stab at it?
If it makes sense to take off thread, my email is daniel.porter@pwc.com. Thanks so much for sharing your knowledge!
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#16Earlier quoted context omitted.
Aw yeah! While I have you - has any progress been made on a correct write ahead log APIacross shards? I saw a post from mid 2015 about it, but didn't see anything after. Would really like to be able to write an elastic river-type tool for search.
I'm not entirely sure what you mean. If you can point me in the direction of the article you mentioned, maybe one of the developers who are more intimately familiar with the cluster internals can take a stab at it?
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#17Looks like they were planning to Jepsen test later this year [0]. But it looks like they're preparing to run it themselves [1]? [0]: https://www.arangodb.com/2016/05/getting-closer-arangodb-3-0... [1]: https://github.com/arangodb/jepsen/commit/2b79809df73ca6c755...
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#18Looks like they were planning to Jepsen test later this year [0]. But it looks like they're preparing to run it themselves [1]? [0]: https://www.arangodb.com/2016/05/getting-closer-arangodb-3-0... [1]: https://github.com/arangodb/jepsen/commit/2b79809df73ca6c755...
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#19Earlier quoted context omitted.
I'm not entirely sure what you mean. If you can point me in the direction of the article you mentioned, maybe one of the developers who are more intimately familiar with the cluster internals can take a stab at it?
Haha that's fair. I was being a little lazy because I'm writing this from a kayak on Rainbow River. This is the thread where I got my rather limited info. :) https://groups.google.com/forum/m/#!topic/arangodb/ModsM74K1... If it makes sense to take off thread, my email is daniel.porter@pwc.com. Thanks so much for sharing your knowledge!
We have a dedicated #cluster channel were you will probably have better luck getting detailed answers to technical questions. :)
Re: ArangoDB Closes 2.2M Euro Investment Led by Target Partners
#20Looks like they were planning to Jepsen test later this year [0]. But it looks like they're preparing to run it themselves [1]? [0]: https://www.arangodb.com/2016/05/getting-closer-arangodb-3-0... [1]: https://github.com/arangodb/jepsen/commit/2b79809df73ca6c755...
I'm an ArangoDB team member. We are starting with our own Jepsen tests. But we will ask Aphyr as soon as possible to do an official test. In the meantime can the community check our implementation.