feat(demo-got): add Game of Thrones family tree HelixDB demo - #3
Merged
Conversation
Add a new demo crate that showcases HelixDB graph capabilities using Game of Thrones family relationships. The CLI supports ingesting family tree data from YAML and querying ancestor/descendant relationships. Features: - Ingest 30 characters from Houses Stark, Targaryen, Baratheon, Tully - Query ancestors (e.g., Jon Snow's lineage reveals R+L=J) - Query descendants, house members, person details - JSON output support - Persistent storage in .demo-got/graph.db/
Move database storage from repo-root `.demo-got/` to crate-local `demo-got/.data/` for better organization. Use a nested .gitignore to keep the database files excluded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
demo-gotcrate demonstrating HelixDB graph capabilitiesingestandquerycommandsFeatures
Test plan
cargo fmt --checkpassescargo clippy -D warningspassescargo test -p demo-gotpasses (2 tests)cargo run -p demo-got -- ingestcreates database with 30 nodes, 88 edgescargo run -p demo-got -- query ancestors jon-snowshows correct lineage