© 2026 Hedgehog Software, LLC
graph
graph.traversal()
graph = JanusGraphFactory.build().set("storage.backend", "cql").set("storage.hostname", "127.0.0.1").open() g = graph.traversal() g.V().limit(1)
Join the Discord to ask follow-up questions and connect with the community
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,383 Members