Company
Date Published
Sept. 23, 2017
Author
Duy Hai Doan
Word count
1271
Language
English
Hacker News points
None

Summary

This blog post delves into the usage of Gremlin path object and explores various ways to find paths between vertices in a graph database. It demonstrates how to use the path() step to display all stations from South Kensington to Covent Garden, minimize station count, and minimize the number of line changes. The traversal steps are explained in detail, along with their functions and purposes.