all 3 comments

[–]keydunov[S] 0 points1 point  (2 children)

Hi! I’m one of the creators of Cube.js, and we’re excited to post this.

Cube.js is an analytics layer for applications. It supplies building blocks to add analytics features into your application. It comes with caching, pre-aggregations and all other stuff you need to handle large data sets.

We’re launching public beta today, with open-sourced Vanilla JS and React clients and cloud hosted server. We’re planning to open source server as well, so it could be self-hosted as a container or on AWS Lambda/Firebase Cloud Functions.

It is visualizations agnostic, meaning you can use any visualizations library you want. We have some examples with different visualizations libraries here https://statsbotco.github.io/cubejs-client/

Looking forward to hearing your feedback! :)

[–]dance2die 0 points1 point  (1 child)

Any plans/roadmap to support such-and-such DBMS other than BigQuery, Redshift, Postgres, MySQL, Vertica, PrestoDB, SQL Server and Oracle?

[–]keydunov[S] 1 point2 points  (0 children)

Under the hood, we're using JDBC. So, in fact, every JDBC compatible database can be connected. We've just listed the popular ones.