Skip to content

Commit

Permalink
Minor README update (#1237)
Browse files Browse the repository at this point in the history
* Minor README update

* README: have java11 and java17 button
  • Loading branch information
gramian authored Sep 10, 2023
1 parent 8ed124d commit 0ef4122
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 0ef4122

Please sign in to comment.