CodyKochmann / graphdb

sqlite based graph database for storing native python objects and their relationships to each other
MIT License
191 stars 10 forks source link

More examples please #20

Open prabhatM opened 5 years ago

prabhatM commented 5 years ago

I was looking for an embeddable graphDB. This looks great. Could we have a few real life examples please! Let's say a quick english/language dictionary search or shortest_path examples. Just that a few examples will fire up the imaginations.

Regards

Prabhat

CodyKochmann commented 3 years ago

Hello! Could you provide a few example scenarios youd like to see?

On Jul 3, 2019, at 8:02 PM, prabhatM @.***> wrote:

 I was looking for an embeddable graphDB. This looks great. Could we have a few real life examples please! Let's say a quick english/language dictionary search or shortest_path examples. Just that a few examples will fire up the imaginations.

Regards

Prabhat

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

afidegnum commented 3 years ago

Can you please add info about adding a record and returning an ID, Traversing a tree? query from specific node