onflow / flow-archive

Flow Archive
Apache License 2.0
5 stars 4 forks source link

storage2: switch to pebble-based storage #114

Closed SaveTheRbtz closed 1 year ago

SaveTheRbtz commented 1 year ago

The long-term goal is to move all indices from badger to pebble (Library2), hence reducing Library interface to nothing. This PR paves the road by switching payload storage to the pebble-based interface.

ref: https://github.com/onflow/flow-archive/issues/99