You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Chronicle is designed to store the full history of Tangle, but I believe a selective feature is an important one that we should implement after the first release.
Data model:
Transaction Table (the single source of truth)
Each row represents a unique transaction.
Point query by transaction hash.
Edge Table (index table)
Each row represents a relation to a transaction hash
Point queries by address/trunk/branch/bundle
Data Table (index table)
Hold unbounded relations(tags/zero-value-address)
Point queries by address/tag followed by year and month
Timeserise lookup
Enhancements:
Let the node owner defines what to insert/index into each table
Triggers when a certain condition is met
Example: trigger a microservice to do something
The text was updated successfully, but these errors were encountered:
louaykamel
changed the title
Selective permanode feature
selective permanode feature
May 17, 2020
Currently Chronicle is designed to store the full history of Tangle, but I believe a selective feature is an important one that we should implement after the first release.
Data model:
Enhancements:
The text was updated successfully, but these errors were encountered: