ArcadeData / arcadedb

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.
https://arcadedb.com
Apache License 2.0
505 stars 63 forks source link

Console: invalid database directory location #173

Closed lvca closed 3 years ago

lvca commented 3 years ago

Discussed in https://github.com/ArcadeData/arcadedb/discussions/161

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?
lvca commented 3 years ago

Fixed