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

Allow loading a "dataset" #779

Closed
ctron opened this issue Sep 10, 2024 Discussed in #772 · 1 comment
Closed

Allow loading a "dataset" #779

ctron opened this issue Sep 10, 2024 Discussed in #772 · 1 comment
Assignees

Comments

@ctron
Copy link
Contributor

ctron commented Sep 10, 2024

Discussed in #772

Originally posted by ctron September 9, 2024
In v1 we had the idea of a "dataset", a curated set of files that get ingested into the system in order to have something available for the user to play with. Ingesting the dataset should:

  • be quick
  • easy
  • lead to the same state of the system for every import (given the same code/commit/version is being used)

In v1, this was orchestrated through Helm charts, and the process wasn't pretty. In v2, we don't really have that, although we could use the same Helm chart approach.

However, I think we could do better. What about having a .zip file structure (yes, I come from the world or .jar, .war, .ear, …) which includes all the files, and which can be uploaded via the Rest API with our generic "upload anything" endpoint? That should also make it possible to upload this via the UI.

In the background, the "loader" demuxes this archive into the different actual loaders.

Given the system was empty before, it should lead to the same state once the upload is complete.

@ctron ctron self-assigned this Sep 10, 2024
@ctron
Copy link
Contributor Author

ctron commented Sep 16, 2024

Closed by #783

@ctron ctron closed this as completed Sep 16, 2024
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