Skip to content

Commit ea49733

Browse files
authored
chore: remove parquet based event replay (#2393)
* chore: remove parquet based event replay * fix: lint
1 parent eb183cf commit ea49733

File tree

15 files changed

+48
-2556
lines changed

15 files changed

+48
-2556
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,6 @@ The feature can be used via program args. For example, if there are breaking cha
105105
SQL schema, like adding a new column that requires events to be re-played, the following steps
106106
could be run:
107107

108-
### Event Replay V2
109-
110-
This version of the replay process relies on parquet files processing instead of TSV files.
111-
112-
There are some improvements on the replay process and this version is is, around, 10x times faster than the previous (V1) one.
113-
114-
__Note: the previous event-replay version is still available and can be used as well, for the same purpose.__
115-
116108
#### Instructions
117109

118110
To run the new event-replay, please follow the instructions at [stacks-event-replay](https://github.com/hirosystems/stacks-event-replay#installation) repository.

0 commit comments

Comments
 (0)