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

Generate catalog from datasets jsons #10

Open
hansmohrmann opened this issue Dec 10, 2024 · 1 comment
Open

Generate catalog from datasets jsons #10

hansmohrmann opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@hansmohrmann
Copy link
Collaborator

We have some data that's duplicated in a few places: things like tags and names are coded in the dataset jsons as well as the catalog jsons. The reasoning here is that a user should be able to use the dataset json independently. I think a good solution is that the catalog should be generated from the datasets programmatically, either on-the-fly (i.e. parse over all the dataset jsons when loading the catalog) if this is fast enough, or else on some kind of routine schedule/event trigger (if it's relatively slow to do). Hardcoding the catalog json is fine for now, but won't work once we start updating datasets.

Copy link

linear bot commented Dec 10, 2024

DAT-56 Generate catalog from datasets jsons

We have some data that's duplicated in a few places: things like tags and names are coded in the dataset jsons as well as the catalog jsons. The reasoning here is that a user should be able to use the dataset json independently. I think a good solution is that the catalog should be generated from the datasets programmatically, either on-the-fly (i.e. parse over all the dataset jsons when loading the catalog) if this is fast enough, or else on some kind of routine schedule/event trigger (if it's relatively slow to do). Hardcoding the catalog json is fine for now, but won't work once we start updating datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants