Not able to traverse through a stardog graph loaded in gremlin server

Hi,

I've followed the instruction give in
Home | Stardog Documentation Latest and got the final message

[INFO] Graphs - Graph [graph] was successfully configured via [conf/stardoggraph-mygraph.properties].

I am trying to access this graph from gremlin console and connection seems to be happening as well. I've used following command for the connection.

gremlin> :remote connect tinkerpop.server conf/remote.yaml
==>Connected - localhost/127.0.0.1:8182

After this, I ran following to check if everything is fine:

gremlin> :> g
==>graphtraversalsource[stardoggraph[tag:stardog:api:graph:default], standard]
gremlin> :> graph
==>stardoggraph[tag:stardog:api:graph:default]

So far so good.
Now I tried see the graph contents by commands like:

:> g.V() or
:>g.E()

but it does not return anything.

Am I doing something wrong or missing anything?

Thanks,
Ankush

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.