streamingfast / dstore

Blob stores abstractions. Supports AWS S3, Google Storage, Azure Blob File Storage, and local FS
https://dfuse.io
Apache License 2.0
11 stars 10 forks source link

replace metering with callback functionality. #18

Closed colindickson closed 2 months ago

colindickson commented 2 months ago

dstore is now agnostic to metering logic.

callbacks are added to specific locations to allow user to instrument compressed/uncompressed reads and writes.