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
The idea is to execute SQL-like queries on the database of JSON files, for a given experiment.
From the programmatic API, this means that you can get a list of results based on queries similar to what you'd get with SQL queries. We can provide some sane default functions, but the best is to have a filter function like: filter(lambda result: result['field_a'] > 32).
For the web-interface, this would be a search-bar with the same kind of syntax as for VisualScience.
The text was updated successfully, but these errors were encountered:
The idea is to execute SQL-like queries on the database of JSON files, for a given experiment.
From the programmatic API, this means that you can get a list of results based on queries similar to what you'd get with SQL queries. We can provide some sane default functions, but the best is to have a
filter
function like:filter(lambda result: result['field_a'] > 32)
.For the web-interface, this would be a search-bar with the same kind of syntax as for VisualScience.
The text was updated successfully, but these errors were encountered: