Reputation: 41
So, i'm trying to connect to arcade db using gremlin server, from a python script, what ever data i create ,such as new vertices and edges, how do i see them through the arcadedb studio?? Currently they are not visible (only the imported database is shown, with open beer data)
Upvotes: 3
Views: 164
Reputation: 2255
When you start the server, you need to define the database location. All the data is stored as files. Ex: When I start the server user ./server.sh, I would pass the following:
./server.sh -Darcadedb.server.databaseDirectory=/Users/arcadedb/databases/mydb
Now when I log into studio, go to "database" icon and select your database "myDb".
Upvotes: 0