Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
 
<a href="https://docs.oracle.org/en/java/11/"><img src="https://img.shields.io/badge/Java-%3D11-green.svg"></a>
&nbsp;
<a href="https://docs.oracle.org/en/java/17/"><img src="https://img.shields.io/badge/Java-%3D17-green.svg"></a>
&nbsp;
<a href="https://api.reuse.software/info/github.com/ArcadeData/arcadedb"><img src="https://api.reuse.software/badge/github.com/ArcadeData/arcadedb"></a>
&nbsp;
<a href="https://maven-badges.herokuapp.com/maven-central/com.arcadedb/arcadedb-parent"><img src="https://maven-badges.herokuapp.com/maven-central/com.arcadedb/arcadedb-parent/badge.svg"></a>
Expand Down Expand Up @@ -73,7 +75,7 @@ ArcadeDB understands multiple languages:

- [SQL](https://docs.arcadedb.com#SQL) (from OrientDB SQL)
- Neo4j [Cypher (Open Cypher)](https://docs.arcadedb.com#Cypher)
- [Apache Gremlin (Apache Tinkerpop v3.6.x)](https://docs.arcadedb.com#Gremlin-API)
- [Apache Gremlin (Apache Tinkerpop v3.7.x)](https://docs.arcadedb.com#Gremlin-API)
- [GraphQL Language](https://docs.arcadedb.com#GraphQL)
- [MongoDB Query Language](https://docs.arcadedb.com#MongoDB-API)

Expand All @@ -85,6 +87,8 @@ ArcadeDB can be used as:
- Remotely by using a [Redis driver](https://docs.arcadedb.com#Redis-API) (only a subset of the operations are implemented)
- Remotely by using a [MongoDB driver](https://docs.arcadedb.com#MongoDB-API) (only a subset of the operations are implemented)

For more information, see the [documentation](https://docs.arcadedb.com).

### Getting started in 5 minutes

Start ArcadeDB Server with Docker:
Expand Down