-
*Edited by maintainers*
The ArangoDB and ArangoDB3 client bindings are not set up to provide authentication details to the ArangoDB instance, and as such you must ensure authentication is off for t…
-
So, I have done some work on the core client over the weekend.
Following the convention that Jan introduced with the current classic client, I have made a local repo which looks like this:
`triagens…
-
I'm trying to upsert a document that involves a generic.
The document collection has not been created yet, and I assume the collection will be automatically created like in the `Insert` method (pleas…
-
When I look at the most popular programming languages worldwide according to the PYPL Index in November 2023 on statista.com, I see "PHP" in 6th place directly behind "C#" (.net) (5th place) and far a…
-
I'm trying to create a new database on init, but I'm only getting errors saying it's not connected.
Error:
```
ERROR JavaScript exception in file '/usr/share/arangodb3/js/client/modules/@arangodb…
-
## My Environment
* __ArangoDB Version__: 3.12.0 Enterprise
* __Deployment Mode__: Single Server
* __Deployment Strategy__: sytemd
* __Infrastructure__: own
* __Opera…
-
## Project Name
vertx-arangodb-client or vertx-arango-client
package can be like io.reactiverse:vertx-arango-client:1.0.0
## Project Goal
Arangodb is a fast multi-layer database. More informat…
-
I've just figured out why i keep getting the following exception:
ArangoDB.Client.ArangoServerException : missing/invalid action definition for transaction - Uncaught SyntaxError: Unexpected token IL…
-
Hello,
I am running into a bit of trouble trying to get the library to work arango driver version 7.1+, it works fine with 7.0 but throws warning about unsupported Jackson since I am using SerdeFacto…
-
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…