Demo
Try out ArcadeDB Analytics with the free Open Beer database. All you need is Docker
installed on your computer.
(1) Copy the command below and paste it in a command prompt on your computer to run ArcadeDB Server with Docker importing the demo database at
startup.
docker run --rm -p 2480:2480 -p 2424:2424 \
-e JAVA_OPTS="-Darcadedb.server.rootPassword=playwithdata -Darcadedb.server.defaultDatabases=Imported[root]{import:https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz}" \
arcadedata/arcadedb:latest
(2) Open your browser on http://localhost:2480 to access ArcadeDB Studio web tool. Login by using "root" as
user and "playwithdata" as a password.