-
Hi
I want to change .NET client protocol to use VelocyStream with [velocypack.net](https://github.com/ra0o0f/velocypack.net). is there any document for VelocyStream or i should look at java impleme…
-
Hello,
I am running this query
```
g.V().has( "myField", P.within([ 10, 13, 14, 100, 110, 111, 131]))
```
Over a graph with `~30M` of nodes.
The process terminates with an error, here the…
-
This is a reminder that we have to use VST 1.1 if [Bug with Velocystream v1.1](https://github.com/arangodb/fuerte/issues/8) is resovled.
-
I wanted to reach out and see if you'd be interested in collaborating on a Scala driver for ArangoDB since I wrote Scarango and it looks like your focus is Velocystream support, which is something we …
-
Most of ArangoDB's dependencies are packaged with an OSGi manifest (e.g. Jackson). I've successfully rebuilt both this driver, and similar for velocypack, with these changes to pom.xml:
`...`
``
…
-
I was trying to think how to use your library (which has all elements I look for) with other encoding approach instead of forcing VPack.
I got that the key point is to generalize the ArangoClient t…
-
First, we need a connection class. The [ArangoDBClient/Connection.php](https://github.com/arangodb/arangodb-php/blob/devel/lib/ArangoDBClient/Connection.php) is a good blueprint, but we have to use th…
-
Hi
with rockadb storage engine could ArangoDB provide client-side controlled transactions (that includes multiple client side requests, http or velocystream)?
https://github.com/facebook/rocksdb…
-
In case it's of any use/interest, I've started work on a Rust implementation of the VelocyPack format in Rust at: https://github.com/davechallis/rust-velocypack
It's currently got some basic serial…
-
I have a situation where I want to activate **only** the query debug logger while I set up the driver builder. The debug log output that I want to activate is shown in line 135 here:
https://github…