tywalch / electrodb

A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
MIT License
997 stars 63 forks source link

Examples for adjacency lists and Materialized graphs #377

Open dror-weiss opened 5 months ago

dror-weiss commented 5 months ago

I really like this library and I wish the documentation could have explanations on how to achieve Adjacency lists and Materialized graphs patterns using ElectroDB.