hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
155 stars 63 forks source link

SPIKE: Consolidate storage strategy [1 week] #226

Closed lgalabru closed 1 year ago

lgalabru commented 1 year ago

chainhook relying on redis appeared to be a non viable approach, with the ordinals experience (pulling witness data is increasing block sizes a lot). We need to revisit the approach - basically evaluating postgres and tikv at this point.

lgalabru commented 1 year ago

Addressed with v0.14