Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver for ClickHouse database support #94

Merged
merged 11 commits into from
Apr 29, 2019

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.

None yet

3 participants