FAQ
A list of frequently asked questions
Last updated
Was this helpful?
A list of frequently asked questions
Last updated
Was this helpful?
Currently Gremlify does not offer private Workspaces, it is in our near future plans though.
On the other hand, in each Workspace visit, a Graph is deduced out of the saved structure (Nodes, Edges and their properties). That means that the actual Graph entities (entities with id) are created from scratch every time a Workspace is opened.
To sum it up, other people who access your Workspace can not query the same actual entities, but they will be able to see your Graph structure and query you saved.
When clicking on "save", Gremlify extracts the following information out of your Workspace: the Workspace metadata (title, description), the Graph structure and the query, and creates a new replica out of it, and generates a unique URL for it. That means that Gremlify does not override any Workspace, but instead "forks" it.
As described with details , a Workspace contains the Graph Structure, not the actual entities. That means that by loading a Workspace, Gremlify will infer the actual Graph from the specified structure, and this will assign new id for each created entity.
We are doing our best to support all Gremlin steps, but if from some reason you used a valid step which is not supported by us, you will get the following error in the Results panel:
Generally speaking, Gremlify supports "one liner" queries only. That means that every valid Gremlify query will start with:
Nope. Simply write your queries and hit "Run", and let Gremlify do the rest.
No, you don't. Gremlify has already done that for you. Commands such as g = TinkerGraph.open().traversal()
are not required in Gremlify.
Currently Gremlify uses TinkerPop 3.7.3.
For more information, refer to .
No, currently are not supported.