-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bulk data imports #311
Comments
Could be related to #301, depending on how we approach it. |
CSV/JSON import will be a useful feature |
It looks like you haven't had a response in over 3 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contributions. :) |
We can use extension or custom action approach to have this. https://github.com/keystonejs/keystone-5/issues/1739 |
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
The ability to consume item data in bulk.
Like exports (#310), this functionality changes significantly with scale; it's easy to do a small dinky version of this but throwing significant bulk at it will have the potential to destabilise an app.
Also like exports, imports can be run at the app layer (ie. in node; requiring uploads, background workers, temp files, batching, etc.) or using DB-level tools.
Import functionality may form part of our upgrade strategy for KS4 apps; ie. import from a mongo instance (eg. users could provide connection details in the admin UI).
The text was updated successfully, but these errors were encountered: