Praveen stein
Praveen stein

Reputation: 41

How to view the data created using gremlin server (from python) in ArcadeDB studio?

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

Answers (1)

Dinesh Arora
Dinesh Arora

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

Related Questions