Store migration tool (migrate between backends) #116
Labels
No labels
bug
documentation
enhancement
investigation
nice-to-have
performance
production-ready
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/eskit#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CLI tool to migrate event data between any two eskit-supported stores (SQLite ↔ Postgres ↔ NATS).
Nobody in the Go ES space has this. Users start with SQLite, grow into Postgres, maybe NATS. Right now they'd write custom scripts. We make it one command.
Usage
Features
Implementation
Both stores implement
EventStore[any]+GlobalReader— so it's "read all from source, append to target" with batching and checkpointing. The interfaces already support this cleanly.Testing Requirements
Benchmark Requirements
Part of CLI
This will be a subcommand of the eskit CLI (#115).