tetious / arcadedb

ArcadeDB Multi-Model Database that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis

Home Page:https://arcadedb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java CI - deploy Maven Central Codacy Badge Codacy Badge security status stability status

ArcadeDB Logo

ArcadeDB is a Multi-Model DBMS (created originally as a fork from OrientDB Open Source project after the acquisition by SAP) with a brand new engine made of Alien Technology, able to crunch millions of records per second on common hardware with the usage of minimal resources. ArcadeDB is written in LLJ: Low Level Java. It's still Java11+ but only using low level API to use advanced mechanical sympathy techniques and a reduced pressure of the Garbage Collector.

ArcadeDB supports the following models:

ArcadeDB understands multiple languages:

ArcadeDB can be used as:

  • Embedded from any language on top of the Java Virtual Machine
  • Remotely by using HTTP/JSON
  • Remotely by using a Postgres driver (ArcadeDB implements Postgres Wire protocol)
  • Remotely by using a MongoDB driver (only a subset of the operations are implemented)
  • Remotely by using a Redis driver (only a subset of the operations are implemented)

ArcadeDB is Free for any usage and licensed under the liberal Open Source Apache 2 license. To contribute to the project check CONTRIBUTING. If you need commercial support or you need to have an issue fixed ASAP, check our GitHub Sponsor page on both Recurrent and One-Time tiers. All the sponsorship received will be distributed to the active contributors of this project.

Getting started in 5 minuted

Start ArcadeDB Server with Docker:

docker run --rm -p 2480:2480 -p 2424:2424 --env arcadedb.server.rootPassword=playwithdata
           --env "arcadedb.server.defaultDatabases=Imported[root]{import:https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz}"
           arcadedata/arcadedb:latest

Now open your browser on http://localhost:2480 and play with ArcadeDB Studio and the imported OpenBeer database to find your favorite beer.

ArcadeDB Studio

Have fun with data!

The ArcadeDB Team

About

ArcadeDB Multi-Model Database that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis

https://arcadedb.com

License:Apache License 2.0


Languages

Language:JavaScript 52.8%Language:Java 44.8%Language:CSS 2.0%Language:HTML 0.2%Language:Batchfile 0.1%Language:Shell 0.1%Language:SCSS 0.0%Language:Dockerfile 0.0%Language:Lua 0.0%