-
For arrays without index tables I can see no benefit in allowing the optional padding after the length. It adds complexity to both the encoder (if it wants to use this feature) and the decoder (which …
-
This ArangoDB Go driver is still under heavy development, but the concepts behind the API and most of the API functions & types are getting close to what we want them to be.
Note: WE DO NOT GUARANT…
-
Hi!
An application my team is building, uses arango database to process large chunks incoming data periodically.
For each individual batch of incoming data there is a large number of different db op…
-
I need to get size of single document in a collection in (KB or MB).
-
I have started to port your code in a different repo using ZIO and Scala 3
Different approach with your base code, main changes:
- all code is based on Scala 3 (not planning to support Scala 2)
- I…
-
Hello,
if i add a Vertex like mentioned in the readme:
`Vertex v2 = g.addV("software").property("name", "lop").property("lang", "java").next();`
this properties are not visible inside the col…
-
We have a requirement where we have to replace json with protobuf for performance reasons. Since protobuf is not supported, we would like to try velocypack and check if it is more performant. By perfo…
-
## My Environment
* __ArangoDB Version__: 3.5.3
* __Storage Engine__: RocksDB
* __Deployment Mode__: Cluster
* __Deployment Strategy__: Kubernetes
* __Configuration__…
-
I've been working on a velocypack parser (in Rust), and ran into some troubles parsing some output from ArangoDB:
```
0x0c 0x73 0x01 0x12 0x00 0x00 0x00 0x00 0x00 0x4a 0x61 0x75 0x74 0x68 0x6f 0x7…
-
## My Environment
* __ArangoDB Version__: tag v3.10.0
* __Deployment Mode__: any (this is a build question)
* __Deployment Strategy__: any (this is a build question)
* __Configura…