qubed/README.md
2024-11-16 23:27:28 +00:00

1.8 KiB

Static Badge Static Badge Static Badge Static Badge

Q3 Quick Querying of Qubes

How this works

All valid MARS requests start with class=something so at the root of this viewer you are presented with options for what class to choose. You are allowed to choose multiple values. After you have selected values, click next. At each subsequent step the backend checks any possible match between the values you have chosen and the fdb schema, sometimes this will mean that multiple keys can be selected such as here where both levellist and quantile are valid keys to continue the query, again you can select both.

This is not implemented yet but the idea is that you will be able to generate a polytope query from this tool.

Test instance 1

This one is not actually looking at any data, it just looks at the default fdb_schema_file from fdb and the mars language.yaml in metkit. The former provides a way to determine roughly what requests are valid while the later allows us to fill in suggested values for keys such as class, expverr, stream etc.

image