-
Notifications
You must be signed in to change notification settings - Fork 145
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
Yale - Import data from external source to arches via UI #10798
Comments
@azaroth42 are you spec'ing this out as an etl import module? |
@azaroth42 At the moment we'll be focusing on just allowing users to upload a zip file of resources formatted with the same directory structure as the current json-ld loader uses from the command line. Directory path pattern
|
@azaroth42 Also, we'll assume that this operation either overwrites, or adds a new resource, like the current json-ld loader command does. |
Yes, agreed re overwrite/add. Building the zip file we can work on. Doesn't seem too hard for the small number of records per interaction to build it only in memory. |
Add JSON-LD bulk import module #10798
A tracker issue to help Rob / Yale better import data from one system into Arches via a UI.
In particular:
Bad example code:
example_code.zip
The text was updated successfully, but these errors were encountered: