Json = sql
1 points| jbensamo | 10 years ago
underlying issue - building a small datawarehouse to consolidate data from prod dbms & mixpanel/other tools. Ideally to put a BI tool like jaspersoft and write sql on top of it.
thanks!
1 points| jbensamo | 10 years ago
underlying issue - building a small datawarehouse to consolidate data from prod dbms & mixpanel/other tools. Ideally to put a BI tool like jaspersoft and write sql on top of it.
thanks!
vmorgulis|10 years ago
I have a tool of my own which "flatten" an object to an array of pairs (for example {"a":1,"b":{"c":2}} becomes ["a":1,"b.c":2]).
Something like that may exists in Underscore.js.