Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Welcome to www.gremlify.com!
This guide will walk you through the product and how to use it.
Gremlify is a cloud based platform powered by the Apache TinkerPop project that allows Gremlin 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.
It was first launched at the end of January 2020, with a true vision of making Gremlin accessible to anyone, everywhere, a
Gremlify is also useful for sharing graph and query resources in platforms such as StackOverflow, Google Groups or simply between colleagues and friends.
We welcome any kind of feedback, contact us at gremlify@gmail.com or visit our github page and feel free to file any issue you might think of. Also, make sure you follow us on twitter.
As the official Apache TinkerPop documentation states:
Gremlin is the graph traversal language of Apache TinkerPop. Gremlin is a functional, data-flow 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 Turing Complete.
You can read more about Gremlin here.