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

SQL-like Filter Operations #11

Open
seba-1511 opened this issue Feb 12, 2018 · 0 comments
Open

SQL-like Filter Operations #11

seba-1511 opened this issue Feb 12, 2018 · 0 comments

Comments

@seba-1511
Copy link
Owner

seba-1511 commented Feb 12, 2018

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.

@seba-1511 seba-1511 mentioned this issue Apr 2, 2018
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant