Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Gremlify is a cloud based platform powered by the Apache that allows developers from all levels - from total beginners to advanced to run queries against an actual graphs without any configuration whatsoever and share their work with others.
Gremlify is also useful for sharing graph and query resources in platforms such as , or simply between colleagues and friends.
We welcome any kind of feedback, contact us at gremlify@gmail.com or visit our and feel free to file any issue you might think of. Also, make sure you follow us on .
As the official documentation states:
is the graph traversal language of . Gremlin is a , language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Every Gremlin traversal is composed of a sequence of (potentially nested) steps. A step performs an atomic operation on the data stream. Every step is either a map-step (transforming the objects in the stream), a filter-step (removing objects from the stream), or a sideEffect-step (computing statistics about the stream). The Gremlin step library extends on these 3-fundamental operations to provide users a rich collection of steps that they can compose in order to ask any conceivable question they may have of their data for Gremlin is .
You can read more about Gremlin .