apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
178 stars 32 forks source link

Add option to persist state to disk #223

Closed fracek closed 1 year ago

fracek commented 1 year ago

Summary

It's overkill to require users to setup etcd for development. We add an option to persist indexer's state to the file system.

This new persistence type doesn't support locking, but for development it's good enough.