{"id":13696001,"url":"https://github.com/ClickHouse/metabase-clickhouse-driver","last_synced_at":"2025-05-03T13:34:18.434Z","repository":{"id":37819591,"uuid":"175096978","full_name":"ClickHouse/metabase-clickhouse-driver","owner":"ClickHouse","description":"ClickHouse database driver for the Metabase business intelligence front-end","archived":false,"fork":false,"pushed_at":"2024-10-21T14:46:19.000Z","size":517,"stargazers_count":477,"open_issues_count":26,"forks_count":92,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-22T00:38:32.808Z","etag":null,"topics":["analytics","bi-tools","business-intelligence","clickhouse","metabase"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ClickHouse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-11T23:01:26.000Z","updated_at":"2024-10-07T09:50:33.000Z","dependencies_parsed_at":"2023-12-20T19:23:56.142Z","dependency_job_id":"cf162302-9a33-47d8-bd95-0ad88cb36698","html_url":"https://github.com/ClickHouse/metabase-clickhouse-driver","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fmetabase-clickhouse-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fmetabase-clickhouse-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fmetabase-clickhouse-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fmetabase-clickhouse-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClickHouse","download_url":"https://codeload.github.com/ClickHouse/metabase-clickhouse-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224364524,"owners_count":17299091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","bi-tools","business-intelligence","clickhouse","metabase"],"created_at":"2024-08-02T18:00:35.451Z","updated_at":"2025-05-03T13:34:18.421Z","avatar_url":"https://github.com/ClickHouse.png","language":"Clojure","funding_links":[],"categories":["Clojure","Metabase Partner Drivers","Language bindings"],"sub_categories":["Unofficial and Third Party Examples","Java"],"readme":"\u003cp align=\"center\" style=\"font-size:300%\"\u003e\n\u003cimg src=\"https://www.metabase.com/images/logo.svg\" width=\"200px\" align=\"center\"\u003e\n\u003cimg src=\".static/clickhouse.svg\" width=\"180px\" align=\"center\"\u003e\n\u003ch1 align=\"center\"\u003eClickHouse driver for Metabase\u003c/h1\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://raw.githubusercontent.com/enqueue/metabase-clickhouse-driver/master/LICENSE\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-blue.svg\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nThe Metabase team promoted the ClickHouse driver to the core level as of Metabase 54 ([release notes](https://github.com/metabase/metabase/releases/tag/v0.54.1), [driver source](https://github.com/metabase/metabase/tree/v0.54.x/modules/drivers/clickhouse)).\n\nFor the end user, this means the following:\n\n- Installing the driver manually is unnecessary, as it is now bundled with Metabase.\n- Starting from April 2025, the Metabase team will continue maintaining the driver. Please report new issues in [the main Metabase repository](https://github.com/metabase/metabase/issues).\n\nThe ClickHouse team recommends avoiding older Metabase versions (53.x and earlier) with manual driver installation; instead, please use the updated Metabase distribution with the driver built-in.\n\n## History\n\nThe request for a ClickHouse Metabase driver was formulated in 2016 in [Metabase issue #3332](https://github.com/metabase/metabase/issues/3332). Several impatient ClickHouse users started the development in the main Metabase repo. In March 2019, after releasing the plugin SDK, the Metabase team [asked to publish the driver separately](https://github.com/metabase/metabase/pull/8491#issuecomment-471721980) in its own repository, and later that month, with Felix Mueller ([@enqueue](https://github.com/enqueue)) leading the efforts, the [initial version of the driver](https://github.com/ClickHouse/metabase-clickhouse-driver/releases/tag/v0.1) was out.\n\nThe original implementation of the driver was based on the following pull requests:\n\n- [metabase#8491](https://github.com/metabase/metabase/pull/8491)\n- [metabase#8722](https://github.com/metabase/metabase/pull/8722)\n- [metabase#9469](https://github.com/metabase/metabase/pull/9469)\n\nThe source base in these PRs comprises major contributions from these authors:\n\n- [@tsl-karlp](https://github.com/tsl-karlp)\n- Andrew Grigorev ([@ei-grad](https://github.com/ei-grad))\n- Bogdan Mukvich ([@Badya](https://github.com/Badya))\n- Felix Mueller ([@enqueue](https://github.com/enqueue))\n\n\u003e [!NOTE]\n\u003e Special thanks to Felix Mueller ([@enqueue](https://github.com/enqueue)), who was the sole maintainer of the project from 2019 to 2022 before transferring it to ClickHouse.\n\nStarting from November 2022, Serge Klochkov ([@slvrtrn](https://github.com/slvrtrn)) joined as a maintainer.\n\nIn early 2023, the repository was transferred to the ClickHouse organization, promoting it as an [official integration](https://clickhouse.com/blog/metabase-clickhouse-plugin-ga-release). Around that time, the driver also became available in [Metabase Cloud](https://www.metabase.com/cloud).\n\nIn April 2025, the driver source code [was moved](https://github.com/metabase/metabase/pull/54740) to the main Metabase repository. Since [Metabase 54](https://github.com/metabase/metabase/releases/tag/v0.54.1), it is now available as a part of the official Metabase bundle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClickHouse%2Fmetabase-clickhouse-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FClickHouse%2Fmetabase-clickhouse-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClickHouse%2Fmetabase-clickhouse-driver/lists"}