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

transfer data from one vend subdomain to another #44

Open
pulkitsinghal opened this issue Aug 31, 2017 · 0 comments
Open

transfer data from one vend subdomain to another #44

pulkitsinghal opened this issue Aug 31, 2017 · 0 comments

Comments

@pulkitsinghal
Copy link
Contributor

  1. Create a branch of vend-tools which uses vend version 2 api exclusively:
    "vend-nodejs-sdk": "git://github.com/shoppinpal/vend-nodejs-sdk#feature/v2"
  2. Add a database to go along with vend-tools. Make it easy to use via docker-compose.
  3. Write commands that store data from subdomainA into the DB. Also track metadata like the version number upto which the data was synced.
  4. Write workers that can periodically get newer data from subdomainA and store it into the DB.
  5. Write commands that can transfer data to subdomainB from the DB. Also keep track of metadata that tells us what has already been transferred.
  6. Write workers that can periodically transfer new data from DB into subdomainB
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

1 participant