python-arango icon indicating copy to clipboard operation
python-arango copied to clipboard

The official ArangoDB Python driver.

Results 24 python-arango issues
Sort by recently updated
recently updated
newest added

- Added `request_timeout` property to `ArangoClient` to overwrite `DefaultHTTPClient.REQUEST_TIMEOUT` - Added `request_timeout` constructor parameter in `ArangoClient` to initialize `request_timeout` property. The default value for this parameter is -1. Any other...

Add overwrite_mode, keep_none, merge similar to insert method. They were added in arangodb 3.7

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...

enhancement

Hey, It would be nice to see support for interacting with active failover arangodb deployments. Currently, when querying active failover deployments there is no way to determine which of the...

enhancement

Closes #203 ### How to test 1. `pip install mypy git+https://github.com/ArangoDB-Community/python-arango.git@fix/mypy-py-typed` 2. `echo "from arango.database import StandardDatabase" >> temp.py` 3. `mypy temp.py`

### Steps to reproduce: 1. In an empty directory, create a virtual environment with a method of choice 2. `pip install mypy python-arango` 3. `echo "from arango.database import StandardDatabase" >>...

question

The current `has` method requests the full document to only check if it exists or not. It may be overkill for big documents. This PR replaces it with a simple...

from the link : https://docs.python-arango.com/en/main/http.html Hi, I'm using python-arango well, and thanks for the nice library. I'm upserting bulk documents into ArangoDB, and it often exceed 60 seconds which is...

enhancement

Added `allow_dirty_read` optional parameter to methods for the following: - Single document reads (`GET /_api/document`) - Batch document reads (`PUT /_api/document?onlyget=true`) - Read-only AQL queries (`POST /_api/cursor`) - The edge...

ArangoDB 3.10

- New analyzer feature added: `offset` - Support for the new `inverted index` - Support for new view type `search-alias` - Support for the 3 new analyzer types: `classification`, `nearest_neighbors`,...

ArangoDB 3.10