dflemstr / rq

Record Query - A tool for doing record analysis and transformation
Apache License 2.0
2.28k stars 57 forks source link

Question: can rq be used as a library over standard iterators? #146

Open stephanbuys opened 7 years ago

stephanbuys commented 7 years ago

Hi, it would be awesome to use all the familiar lodash functions on arbitrary data if the right format of data was presented in memory?

I also have a usecase where it would be great to use a textual representation of the query (also embedded in a rust app, or read from a config file) as per the cli.

dflemstr commented 7 years ago

To clarify, right now it can't! But it depends on V8 which is a huge dependency, I'm not sure if that's good for a library.

dflemstr commented 4 years ago

I think now you should be able to use it as a dependency, given that the V8 dependency is gone.