-
Hi Joohwan,
We really like your arango library. I am curious what your plans are in regards to asyncio support. I saw you started another repo for it. I'd be interested in helping out where I could…
-
I have a ArangoSearch View linked to a collection for text search. We create a new document every time there is an update to the existing document aka versioning. The ArangoSearch View will also index…
-
version:
docker exec arango arangosh --version | head -2
3.10.3
reproduce:
```
cat /tmp/arangod.conf
[database]
directory = /var/lib/arangodb3
[server]
endpoint = tcp://0.0.0.0:8529
stora…
-
Custom storage can have issues, and it would be useful to be able to tell when arangodb containers need to be restarted, such as when the storage is remounted read-only on the containers, and we have…
-
#### Setup:
ArangoGraph Oasis 3.11 (oneshard model, 3 x 4GB)
AWS Glue 4.0 - Spark 3.3, Scala 2, Python 3
ArangoDB Spark Connector [version 1.7.0](https://mvnrepository.com/artifact/co…
-
## My Environment
* __ArangoDB Version__: 3.7.10 and 3.8-nightly
* __Deployment Mode__: Single Server
* __Deployment Strategy__: Manual / Docker
* __Infrastructure__: …
-
Since in many environements like LXD only auth via headers works it should be possible to give credentioals with the config next to database. Those credentials then should be used in arango.useBasicAu…
-
Unable to find current revision in submodule path '3rdparty/Qt-Arango-DB-Driver'
Commands used: (I use SourceTree http://www.sourcetreeapp.com/)
git -c diff.mnemonicprefix=false -c core.quotepath=fa…
-
for log info like:
`root@rose-srv6:/home/rose/workspace/rose-srv6-control-plane/control_plane/contr
oller# bash starter.sh
WARNING:controller.ti_extraction:pygraphviz library is not installed
Tr…
-
Hello,
A possible nice simple enhancement could be adding a "distinct" flag to the query. Something along this lines ->
https://github.com/threatify/arango-orm/blob/master/arango_orm/query.py#L2…