Aaron Raddon
Aaron Raddon
plan * [ ] much better unit tests on the sql-rewrite, and more component oriented * [ ] allow function or node-level rewrite for different dialects
I will add it to the list. I have been working on two things prior to adding new datasources: 1. pretty extensive upstream change https://github.com/araddon/qlbridge/pull/206 to support schema-sync between multi-node...
Yes, let me plug in a different dialect writer for that adapter. https://github.com/araddon/qlbridge/blob/master/expr/dialect.go#L51 Thanks for the report.
I think this is fixed now, added tests to verify, let me know. Also would love to hear more of your use/case feedback overall if you want.
I will push up binary releases, and docker later today, should have done that. I also need to start vendoring as well.
Pushed up these, will work on vendoring next. https://github.com/dataux/dataux/releases
Thanks for the feedback, ill get tests for that as soon as i can!
It is possible. The exec package is the Query Runtime (a single thread query runtime). It recognizes `Sources` (ie, each table name is from a source), each table name is...
I will update the example on how to do it and upload asap.
I updated this readme quite a bit, can you take a peek and see if that helps? https://github.com/dataux/dataux/tree/master/backends/elasticsearch