Skip to content

Conversation

@inikolaev
Copy link
Contributor

An implementation of driver for ClickHouse database:

  • A new driver class ClickHouseDriver has been added with some basic tests
  • A reference to the new driver has been added to Cube.js Server Core and Cude.js CLI

The following dependencies have been added:

  • node-clickhouse - a library which implements ClickHouse HTTP protocol
  • sqlstring - used to implement SQL parameter placeholders ? - it seems to be MySQL specific, but works for now
  • TestContainers - library which make it easier to run integration tests against real database, which is ClickHouse in this case

@paveltiunov
Copy link
Member

@inikolaev Hey Igor! Great job! 🙌 We'd need also Clickhouse dialect implementation though in order to get this working. Are you going to provide this or @cameronbraid ?

@paveltiunov paveltiunov merged commit 0f05321 into cube-js:master Apr 29, 2019
@cameronbraid
Copy link
Contributor

I am working on the ClickHouseQuery at https://github.com/cameronbraid/cube.js/tree/clickhouse-driver

@cameronbraid
Copy link
Contributor

new PR #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants