-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 ETL exercise #76
Add ETL exercise #76
Conversation
@@ -0,0 +1,4 @@ | |||
"{""1"":[""A""]}","" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the other maintainers, what are you thoughts on what is essentially a JSON exercise on a SQL track?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m on the fence. It’s not a great fit since we’re wrangling JSON at the end of the day and not SQL data. The input data makes sense to me as a data structure but not a table of data. There are a limited number of ways to solve it too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My opinion is, since this is an SQLite track, we're trying to teach about its features, so doesn't it make sense to have an exercise where you practice handling JSON? Because JSON is actually used to store values in databases.
Btw you don't need to mark these as x:size/large, they take me about 10 minutes lol |
It is mostly based on the exercism recommendation for exercise contribution. But if you want less rep, you can have it :D |
I think this one is pretty good for JSON handling.