Skip to content

This repository introduces ArangoDB with java and Eclipse JNoSQL [2025]

License

Notifications You must be signed in to change notification settings

soujava/arangodb-java-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arangodb-java-2025

Table of Contents
ArangoDB

ArangoDB: ArangoDB is a native multi-model database system developed by triAGENS GmbH. The database system supports three important data models (key/value, documents, graphs) with one database core and a unified query language AQL (ArangoDB Query Language). The query language is declarative and allows the combination of different data access patterns in a single query. ArangoDB is a NoSQL database system but AQL is similar in many ways to SQL.

How to install with Docker

library docker logo
  1. Install docker: https://www.docker.com/

  2. https://hub.docker.com/_/arangodb

  3. Run docker command:

docker run -e ARANGO_NO_AUTH=1 -d --name arangodb-instance -p 8529:8529 -d arangodb/arangodb

About

This repository introduces ArangoDB with java and Eclipse JNoSQL [2025]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages