krotik / eliasdb

EliasDB a graph-based database.
Mozilla Public License 2.0
998 stars 49 forks source link

Traversal Example #10

Closed ThomasKrenn closed 7 years ago

ThomasKrenn commented 7 years ago

Hello Matthias, first off, I wanted to compliment you on the project you have created. To help new users understand the concepts it be nice if you could provide an traveral example for the tutorial_data. E.g. Show all Stations for Line something

Best regards Thomas

krotik commented 7 years ago

Hi Thomas,

thanks, always nice to get compliments :-)

In the tutorial (tutorial.md) is the following example:

We can see which stations are on the "Circle Line" by traversing the graph. Run a lookup query:

lookup Line "3" traverse Line:StationOnLine:Member:Station end

Following on there are a few more examples. Is that what you were looking for ?

krotik commented 7 years ago

I assume the existing example in the tutorial was sufficient. If not please reopen. Thanks.

ThomasKrenn commented 7 years ago

Hello Elias, thanks for your response. Please add the tutorial to the "Further Reading" section.

Best regards Thomas