-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add import script #27
Comments
To also solve #24, the script could have option to purge database content (default, used when importing a fill dump) or to do an incremental update (likely much slower as it requires to query the backend). |
For some reason, I've been tagging the commits related to this with #24. There's now a basic working implementation of the import script. Things that are missing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Import of backend data from TSV file should be executed by a script so we can import the same way in multiple backend (seee #26).
The text was updated successfully, but these errors were encountered: