Import the packfile library from tamirms/event-analysis. Set up basic read/write operations that the event store will use. This includes packfile Writer (for cold segment creation and backfill) and Reader (for event fetch from cold segments). Add unit tests exercising write → read round-trip with sample event data.
Import the packfile library from tamirms/event-analysis. Set up basic read/write operations that the event store will use. This includes packfile
Writer(for cold segment creation and backfill) andReader(for event fetch from cold segments). Add unit tests exercising write → read round-trip with sample event data.