{"id":13695604,"url":"https://github.com/ClickHouse/clickhouse-js","last_synced_at":"2025-05-03T13:32:36.848Z","repository":{"id":59328318,"uuid":"517653557","full_name":"ClickHouse/clickhouse-js","owner":"ClickHouse","description":"Official JS client for ClickHouse DB","archived":false,"fork":false,"pushed_at":"2025-04-17T12:27:43.000Z","size":1074,"stargazers_count":255,"open_issues_count":35,"forks_count":36,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-27T16:38:20.825Z","etag":null,"topics":["clickhouse","http","https","javascript","nodejs","streaming","typescript"],"latest_commit_sha":null,"homepage":"https://clickhouse.com","language":"TypeScript","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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-25T12:20:45.000Z","updated_at":"2025-04-26T03:02:20.000Z","dependencies_parsed_at":"2023-09-21T16:46:46.151Z","dependency_job_id":"a540bab6-228f-4592-b520-6ca1b13be25c","html_url":"https://github.com/ClickHouse/clickhouse-js","commit_stats":{"total_commits":293,"total_committers":16,"mean_commits":18.3125,"dds":0.2696245733788396,"last_synced_commit":"64f266d8590b63a93cd7531bfe3c716739ff0b9c"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fclickhouse-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fclickhouse-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fclickhouse-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClickHouse%2Fclickhouse-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClickHouse","download_url":"https://codeload.github.com/ClickHouse/clickhouse-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252195857,"owners_count":21709722,"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":["clickhouse","http","https","javascript","nodejs","streaming","typescript"],"created_at":"2024-08-02T18:00:30.750Z","updated_at":"2025-05-03T13:32:35.939Z","avatar_url":"https://github.com/ClickHouse.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\".static/logo.svg\" width=\"200px\" align=\"center\"\u003e\n\u003ch1 align=\"center\"\u003eClickHouse JS client\u003c/h1\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/@clickhouse/client\"\u003e\n\u003cimg alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/%40clickhouse%2Fclient?color=%233178C6\u0026logo=npm\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.npmjs.com/package/@clickhouse/client\"\u003e\n\u003cimg alt=\"NPM Downloads\" src=\"https://img.shields.io/npm/dw/%40clickhouse%2Fclient?color=%233178C6\u0026logo=npm\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/ClickHouse/clickhouse-js/actions/workflows/tests.yml\"\u003e\n\u003cimg src=\"https://github.com/ClickHouse/clickhouse-js/actions/workflows/tests.yml/badge.svg?branch=main\"\u003e\n\u003c/a\u003e\n\n\u003cimg src=\"https://sonarcloud.io/api/project_badges/measure?project=ClickHouse_clickhouse-js\u0026metric=alert_status\"\u003e\n\n\u003cimg src=\"https://sonarcloud.io/api/project_badges/measure?project=ClickHouse_clickhouse-js\u0026metric=coverage\"\u003e\n\n\u003cimg src=\"https://api.scorecard.dev/projects/github.com/ClickHouse/clickhouse-js/badge\"\u003e\n\u003c/p\u003e\n\n## About\n\nOfficial JS client for [ClickHouse](https://clickhouse.com/), written purely in TypeScript, thoroughly tested with actual ClickHouse versions.\n\nThe repository consists of three packages:\n\n- `@clickhouse/client` - a version of the client designed for Node.js platform only. It is built on top of [HTTP](https://nodejs.org/api/http.html)\n  and [Stream](https://nodejs.org/api/stream.html) APIs; supports streaming for both selects and inserts.\n- `@clickhouse/client-web` - a version of the client built on top of [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)\n  and [Web Streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) APIs; supports streaming for selects.\n  Compatible with Chrome/Firefox browsers and CloudFlare workers.\n- `@clickhouse/client-common` - shared common types and the base framework for building a custom client implementation.\n\n## Documentation\n\nSee the [ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/javascript) for the full documentation entry.\n\n## Usage examples\n\nWe have a wide range of [examples](./examples), aiming to cover various scenarios of client usage. The overview is available in the [examples README](https://github.com/ClickHouse/clickhouse-js/blob/main/examples/README.md#overview).\n\n## Contact us\n\nIf you have any questions or need help, feel free to reach out to us in the [Community Slack](https://clickhouse.com/slack) (`#clickhouse-js` channel) or via [GitHub issues](https://github.com/ClickHouse/clickhouse-js/issues).\n\n## Contributing\n\nCheck out our [contributing guide](./CONTRIBUTING.md).\n","funding_links":[],"categories":["TypeScript","Language bindings"],"sub_categories":["JavaScript/Typescript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClickHouse%2Fclickhouse-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FClickHouse%2Fclickhouse-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClickHouse%2Fclickhouse-js/lists"}