Skip to content

Commit

Permalink
Extension to SpannerGraphStore
Browse files Browse the repository at this point in the history
- Allow a dynamic schema for nodes and edges:
  - nodes are stored in one table with dynamic label and properties (JSON)
- Allow more than one (src.node.id, target.node.id, edge.type) by
  introducing a uuid as part of the key;
- Prefix the table names with graph names to avoid conflicting.
  • Loading branch information
mtyin committed Jan 3, 2025
1 parent 215ee96 commit 6216710
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 173 deletions.
Loading

0 comments on commit 6216710

Please sign in to comment.