gelic-idealab / komodo-data

Data pipeline for the Komodo XR instruction platform
1 stars 0 forks source link

Write example queries #4

Closed parseccentric closed 3 years ago

parseccentric commented 3 years ago

What kind of task is this? Please use the appropriate label on the right

Describe the new feature.

Write some example queries on a captured data file. Print these queries to the console. Include comments explaining what the queries should do. If it's possible to include this as a test function or test file, do that so we can optionally run the queries when we need to but ignore them in production.

Describe how to tell if it's implemented correctly.

Manually inspect the data using MySQL workbench to see if your queries got only and all the data you wanted to.

parseccentric commented 3 years ago

@wallacerob -- this is definitely not my area of expertise, so please add or correct anything if you wish!

parseccentric commented 3 years ago

@wheeendiii Glad to hear you are almost done with this. What do you think of the description above? Is it feasible to conform your output to that description?

If not, comment here, and we'll figure out a better way.

If so, please commit the changes onto the dev branch and then do a git push to push them to GitHub. If you need help with the commit and push process, please let me know. Thanks!

wheeendiii commented 3 years ago

The description sounds great! I have included alternatives to test the output. And yes, I will go ahead and push my example queries to dev branch.