An open API service providing repository metadata for many open source software ecosystems.

GitHub / arangodb / arangodb-java-driver

The official ArangoDB Java driver.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arangodb%2Farangodb-java-driver
PURL: pkg:github/arangodb/arangodb-java-driver

Stars: 206
Forks: 94
Open issues: 12

License: apache-2.0
Language: Java
Size: 30.1 MB
Dependencies parsed at: Pending

Created at: about 11 years ago
Updated at: 26 days ago
Pushed at: 26 days ago
Last synced at: 26 days ago

Topics: arangodb, database, driver, java, nosql, vpack

Releases
New release for ArangoDB 3.1

4.1.0

  • replaced API
  • replaced protocol http with VelocyStream
  • added VelocyPack support
  • added multi document operations (insert, delete, update, replace)
about 9 years ago
Download
New release for ArangoDB 3.1 (RC 1-3)

4.0.0

  • replaced API
  • replaced protocol http with VelocyStream
  • added VelocyPack support
  • added multi document operations (insert, delete, update, replace)
about 9 years ago
Download
New release for ArangoDB 3.1

3.1.0

  • removed Methods with collectionId (long) from ArangoDriver (Id is only for internal usage)
  • changed Revision from long to String
  • removed Methods with documentId (long) from ArangoDriver
  • added profile flag to AqlQueryOptions (issue #47)
about 9 years ago
Download
Bugfix-Release

3.0.4

  • fixed edges deserializer (issue #50)
about 9 years ago
Download
Bugfix-Release

3.0.3

  • added error handling in getBatchResponseByRequestId()
  • added function createPersistentIndex() (issue #48)
  • added deserializer for BaseDocument (issue #50)
about 9 years ago
Download
Bugfix-Release

3.0.2

  • added profile flag to AqlQueryOptions (issue #47)
  • added getExtra() to DocumentCursor<> (issue #47)
  • added IndexType.PERSISTENT (issue #48)
over 9 years ago
Download
New release for ArangoDB 3.0

3.0.0

  • removed ArangoDriver.EdgeEntity() (/_api/edge withdrawn in Server)
  • removed CAP-Index (Cap-constraints are withdrawn in Server)
  • removed Param database in User-Methods (in 3.0 users are managed in _users Collection in _system Database only)
  • added User-Method grantDatabaseAccess(username, database)
  • replaced Graph-Functions (graph_edge, graph_vertices, graph_shortes_path) with AQL
  • removed deprecated Methods
  • added Transaction attribute allowImplicit
  • refactored QueryCachePropertiesEntity, TransactionResultEntity
over 9 years ago
Download
Bugfix-Release

2.7.4

  • fixed issue #35 (added missing updateDocumentRaw(...) and replaceDocumentRaw(...))
over 9 years ago
Download
Bugfix-Release

2.7.3

  • batch driver performance fix
  • fixed issue #33 (typo in ArangoDriver.executeAqlQueryWithDocumentCursorResutl method)
over 9 years ago
Download
New Version

2.7.2

  • added executeAqlQueryRaw(…). Example src/test/java/com/arangodb/example/document/RawDocumentExample.java
almost 10 years ago
Download