{"id":19778819,"url":"https://github.com/rongfengliang/clickhouse-docker-compose","last_synced_at":"2025-07-23T06:05:47.563Z","repository":{"id":53702318,"uuid":"155516108","full_name":"rongfengliang/clickhouse-docker-compose","owner":"rongfengliang","description":"clickhouse-docker-compose","archived":false,"fork":false,"pushed_at":"2024-01-31T08:02:07.000Z","size":301,"stargazers_count":37,"open_issues_count":1,"forks_count":24,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T04:37:39.091Z","etag":null,"topics":["clickhouse","docker-compose"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rongfengliang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-10-31T07:27:20.000Z","updated_at":"2024-09-10T19:44:11.000Z","dependencies_parsed_at":"2024-11-12T05:32:02.953Z","dependency_job_id":"7ac11d98-8cd5-45c9-86b4-98f1f1c2dc5f","html_url":"https://github.com/rongfengliang/clickhouse-docker-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rongfengliang/clickhouse-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclickhouse-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclickhouse-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclickhouse-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclickhouse-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rongfengliang","download_url":"https://codeload.github.com/rongfengliang/clickhouse-docker-compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclickhouse-docker-compose/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266626115,"owners_count":23958344,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","docker-compose"],"created_at":"2024-11-12T05:31:57.916Z","updated_at":"2025-07-23T06:05:47.539Z","avatar_url":"https://github.com/rongfengliang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# clickhouse with docker-compose running\n\n## How to run\n\n```code\ndocker-compose up -d\n```\n\n## access address\n\n```code\nhttp interface http://hostip:8123\nfor native client connect port 9000\n```\n\n## how to Connect server\n\n```code\nwith docker client\n\ndocker run -it yandex/clickhouse-client --host ${serverip|hostip}\n```\n\n## import data\n\n* create table\n\n```code\n\nCREATE TABLE wikistat\n(\n    project String,\n    subproject String,\n    hits UInt64,\n    size UInt64\n) ENGINE = Log;\n\n```\n\n* insert  data\n\n```code\ndocker run -i yandex/clickhouse-client  --format_csv_delimiter=\"|\" --host ${serverhost} --query=\"INSERT INTO d\nefault.wikistat3 FORMAT CSV\" \u003c ./data/info.csv\n```\n\n* select result\n\n\u003e use ui tools HouseOps https://github.com/HouseOps/HouseOps\n\n```code\nselect * from default.wikistat;\n```\n\n## some images\n![image](./images/WX20181031-212927@2x.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fclickhouse-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frongfengliang%2Fclickhouse-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fclickhouse-docker-compose/lists"}