ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.
Originally posted by **oldstager** October 23, 2021
I've managed to run server using:
$ bin/server.sh -Dserver.databaseDirectory=/some/path/data/arcadedb/
then I run console.sh and from there I create a db and import OpenBeer:
> create database beer
{beer}> IMPORT DATABASE https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz.
I suspect, import ran successfully since I got this:
+---------+-----------------------------------------------------------------------------+
|NAME |VALUE |
+---------+-----------------------------------------------------------------------------+
|operation|import database |
|fromUrl |https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz|
|result |OK |
+---------+-----------------------------------------------------------------------------+
However, Studio doesn not show beer database and /some/path/data/arcadedb/ is empty. I still can use console.sh later and connect to beer database.
I am still confuse, where are all those files located?
Discussed in https://github.com/ArcadeData/arcadedb/discussions/161