|
|
|
|
|
by eventreduce
2250 days ago
|
|
This is a great question. So EventReduce is only the algorithm that calculates your new results. The parsing of SQL is not done by it, you have to bring it by yourself. This works over providing some information about the query like Sort-fields and query-matchers. This is described good in the JavaScript implementation [1]. Providing this functions works easy for NoSQL-Queries because they are better composable. For SQL-queries you have to do some work before you can use EventReduce. Also see the limitations of EventReduce in the readme. [1] https://github.com/pubkey/event-reduce/tree/master/javascrip... |
|