An open API service indexing awesome lists of open source software.

https://github.com/artmsh/ajure

Clojure driver for ArangoDB
https://github.com/artmsh/ajure

arango arangodb clojure

Last synced: 2 months ago
JSON representation

Clojure driver for ArangoDB

Awesome Lists containing this project

README

          

# Ajure

Fast and simple ArangoDB Clojure driver.

Tested with ArangoDB version 3.2.2.

## Features
- Java NIO via [Aleph](https://github.com/ztellman/aleph)
- Structured error handling
- Database / Collection / Document CRUD
- [Bulk imports](https://docs.arangodb.com/3.1/HTTP/BulkImports)
- [Batch API](https://docs.arangodb.com/3.1/HTTP/BatchRequest)
- Datomic inspired [pull API](http://docs.datomic.com/pull.html)

## To Do
- [Async support](https://docs.arangodb.com/3.1/HTTP/AsyncResultsManagement)
- Indexes
- Bulk exports
- User/User functions management
- Transactions
- Replication
- Tasks

## License

Copyright © 2017-2019 Artem Mishchenko

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.