mistql
mistql copied to clipboard
A query / expression language for performing computations on JSON-like structures. Tuned for clientside ML feature extraction.
Rust
Long-standing Rust pr / implementation
Right now, when performing a query over a JS object, the entire object is recursively copied. For simple queries over large objects, this can get a little silly. For example,...
Here's a nasty typing hack. Not sure what it takes to solve, but we should aim to remove it. https://github.com/evinism/mistql/blob/main/js/src/types.ts#L77
If you index a string using dot access, you get a very confusing error message stating that we expected a number, but got a string. This does not lead to...
As a consumer of the library, I should be able to paste `` and have mistql be populated on the page.
Please add support of JSON lines files https://jsonlines.org/ There are a lot of such files published and used. Sometimes they are huge and hard to convert to JSON
Currently, the Python implementation of MistQL has no guarantees about performance, nor a standard, repeatable way to profile the tool. This ticket encompasses tooling choice, design, and implementation of everything...
Kotlin