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

Implement batch jobs-db for SQL #62

Open
dazza-codes opened this issue Oct 2, 2021 · 0 comments
Open

Implement batch jobs-db for SQL #62

dazza-codes opened this issue Oct 2, 2021 · 0 comments
Labels
hacktoberfest Suggested issues for Hacktoberfest

Comments

@dazza-codes
Copy link
Owner

dazza-codes commented Oct 2, 2021

Use the databases [1] library to implement a jobs-db for SQL-DB options

  • implement the ABC for jobs-db
  • probably OK to dev/test on sqlite
  • allow switching out sqlite for postgis or mysql (databases and driver support required)
    • use poetry optional-extra dependencies, if necessary
    • optional extra are essential for any drivers that build on install against system libs

Review the jobs-db schemas used by https://github.com/AdRoll/batchiepatchie

[1] https://github.com/encode/databases

@dazza-codes dazza-codes added the hacktoberfest Suggested issues for Hacktoberfest label Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Suggested issues for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant