qlkit

https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac
rarous 2018-03-12T13:52:07.000538Z

@drcode Hi, is it by design that only unqualified keywords are possible for custom elements in qlkit-renderer?

rarous 2018-03-12T13:54:03.000644Z

I’m working on wrapper for recharts and already have clash with label and legend

rarous 2018-03-12T13:56:42.000558Z

It would be nice if fully qualified keywords were supported

2018-03-12T17:15:49.000316Z

@drcode is qlkit's query compatible with that of om.next?

2018-03-12T17:17:11.000082Z

I mean for server side part

rarous 2018-03-12T19:06:49.000084Z

@myguidingstar the syntax is a bit different, the parameters of parser function are a bit different, also you don’t have to return {:value ,,,} just the value itself https://github.com/forward-blockchain/qlkit/wiki/The-Qlkit-Graph-Query-Language

rarous 2018-03-12T19:08:50.000635Z

We were able to move our om.next application quite smoothly to qlkit. The complexity is much smaller and hard to fix bugs vanished.

wilkerlucio 2018-03-12T19:47:21.000104Z

also I think qlkit doesn't support union queries