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

ETL job to migrate an organization from prod database to dev database #7

Closed
dadiorchen opened this issue Aug 30, 2023 · 5 comments
Closed
Labels
ETL good first issue Good for newcomers

Comments

@dadiorchen
Copy link
Contributor

dadiorchen commented Aug 30, 2023

We need a function/job/command to incrementally transport the data in our prod database that belongs to a specified organization on Greenstand, and do some transform, then dump into our dev database.

The data need to be transported are:

  • New planter under the org
  • New capture belongs to the org
  • New species created by these tree.
    *New token minted on capture above.
    * Wallet that occupy token above.

Language, could by Python or Node.js.

@aayushgauba
Copy link

@dadiorchen I will work on this

@dadiorchen
Copy link
Contributor Author

You are our hero!

@aayushgauba
Copy link

aayushgauba commented Sep 14, 2023

@dadiorchen so we are basically transforming filtered data from v1 of prod to v1 of dev?

@dadiorchen
Copy link
Contributor Author

@aayushgauba this task is about to copy the data in prod and move to the dev db, after some cleanup work

@dadiorchen dadiorchen changed the title ELT job to migrate an organization from prod database to dev database ETL job to migrate an organization from prod database to dev database Sep 20, 2023
@dadiorchen
Copy link
Contributor Author

@aayushgauba I will close this one, let's do this in #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ETL good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants