You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Goal is to translate a subset of jq query language to MongoDB queries. It has to be correct though, which means tests. A test should let you write some JSON and a jq query. The expected result is generated by running it through jq. Then you mongoimport, run the jq as an agg pipeline, and compare the results.",