You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would spin up a simple http server (no re-org handling), ignoring bitcoin blocks (I think?), that would just write stacks blocks to parquet - the constraint being minimizing as many error code path as possible.
Replace TSV ingestion with parquet ingestion.
Intention: Decoupling chainhook & the API.
Today, Chainhook downloads TSV file that stacks-blockchain-api is producing.
Ideally: Chainhook ingests from scratch from a stacks-node, builds Parquet file.
For future runs, chainhook would download the Parquet file that chainhook built.
Extra benefit: We would have two independent components indexing the stacks blockchain.
The text was updated successfully, but these errors were encountered:
Implement a new command:
That would spin up a simple http server (no re-org handling), ignoring bitcoin blocks (I think?), that would just write stacks blocks to parquet - the constraint being minimizing as many error code path as possible.
Replace TSV ingestion with parquet ingestion.
Intention: Decoupling chainhook & the API.
Today, Chainhook downloads TSV file that stacks-blockchain-api is producing.
Ideally: Chainhook ingests from scratch from a stacks-node, builds Parquet file.
For future runs, chainhook would download the Parquet file that chainhook built.
Extra benefit: We would have two independent components indexing the stacks blockchain.
The text was updated successfully, but these errors were encountered: