Aaron Raddon

Results 52 issues of Aaron Raddon

Implement groupby and aggregations Tasks. Just simple builtin aggregation functions (sum, avg, max) - [ ] GroupBy - [x] aliasing on cols: aka "select `user_id` as uid from users group...

Allow functions in XQL to pass through to structs, instead of only supporting builtin funcs. for example `FirstName()` below would pass through to context-reader instead of builtins ``` SELECT FirstName("--")...

Need a persistent data source to persist schema info etc. Obviously just a default to test easily, but most would upgrade to mysql etc.

currently `select * FROM table` does not support any other columns, implement the following ``` sql SELECT *, now() AS cur_time, yymm(now()) as yymm FROM table ```

ignore me

* other rest api's * [ ] user, account, segment

the files don't reload after schema initially loads, so that the new files don't get found. Additionally, its not logical to even try to hold them all in memory. Allow...

As of 10/13/2017, cannot get the kubernetes backend to compile. There seems to be un-resolveable vendor dependency issues between k8s & etcd?

Additional features for mongo. * [ ] polyfill group-by for non-agg funcs * [ ] usage as go sql driver * [ ] extract generator

Make it easier to try out dataux and get started. * pre built binaries, instructions, container image *kube deployment/service * make config file editing a thing of the past. Instead...