threefoldtech / tfchain_graphql

Graphql for TFchain
Apache License 2.0
2 stars 3 forks source link

Track Historical balances over time #188

Open sameh-farouk opened 3 months ago

sameh-farouk commented 3 months ago

Related Issue: https://github.com/threefoldtech/tfchain_graphql/issues/187

querying these data directly from the chain RPC node is feasible, however, Indexing historical data of balances rather than querying it directly from the chain RPC has several benefits, especially in terms of performance and efficiency.