Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a data import option between SQLite and Postgres #177

Open
SaiProServ opened this issue Aug 24, 2023 · 1 comment
Open

Create a data import option between SQLite and Postgres #177

SaiProServ opened this issue Aug 24, 2023 · 1 comment

Comments

@SaiProServ
Copy link

The purpose of this ticket is to track the effort involved in creating a mechanism to import data from SQLite to Postgres and vice-versa.

@zajko
Copy link
Contributor

zajko commented Aug 24, 2023

I imagine that, if we go forth with this, we could:

  • have another binary (like event-sidecar-data-migration)
    casper-event-sidecar-migration --input-db-type=sqlite --input-db-config="..." --output-db-type=postgresql --output-db-config="..."
  • have another set of parameters to casper-event-sidecar binary, like:
    casper-event-sidecar --data-migration --input-db-type=sqlite --input-db-config="..." --output-db-type=postgresql --output-db-config="..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants