{"id":19505227,"url":"https://github.com/tomoncle/clickhouse-http-client","last_synced_at":"2025-04-26T00:33:48.987Z","repository":{"id":47423136,"uuid":"381634278","full_name":"tomoncle/clickhouse-http-client","owner":"tomoncle","description":"clickhouse http client.","archived":false,"fork":false,"pushed_at":"2021-09-01T01:46:18.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T02:16:22.719Z","etag":null,"topics":["clickhouse","clickhouse-client","http","pypi","python3","requests"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomoncle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-30T08:46:38.000Z","updated_at":"2021-10-22T15:46:25.000Z","dependencies_parsed_at":"2022-08-23T13:00:29.292Z","dependency_job_id":null,"html_url":"https://github.com/tomoncle/clickhouse-http-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fclickhouse-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fclickhouse-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fclickhouse-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fclickhouse-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomoncle","download_url":"https://codeload.github.com/tomoncle/clickhouse-http-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250917283,"owners_count":21507561,"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","clickhouse-client","http","pypi","python3","requests"],"created_at":"2024-11-10T22:29:06.235Z","updated_at":"2025-04-26T00:33:48.710Z","avatar_url":"https://github.com/tomoncle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clickhouse-http-client\nclickhouse http client.\n\n## Install\n\n* Use source:\n\n```bash\n$ git clone https://github.com/tomoncle/clickhouse-http-client.git\n$ cd clickhouse-http-client\n$ sudo python setup.py install\n```\n\n\n* Use pip:\n\n```bash\n$ pip install clickhouse-http-client\n```\n\n\n## Usage\n\n* query\n\n```python\nfrom clickhouse_http_client import ClickHouse\n\nck = ClickHouse(password=\"123456\")\n\nck.text(\"select * from table_name\")\nck.json(\"select * from table_name\")\n```\n\n* delete\n\n```python\nfrom clickhouse_http_client import ClickHouse\n\nck = ClickHouse(password=\"123456\")\nck.delete(\"table_name\", \"id IS NOT NULL\")\n```\n\n* save\n\n```python\nfrom clickhouse_http_client import ClickHouse\n\nck = ClickHouse(password=\"123456\")\nck.insert(\"table_name\", {\"name\":\"tomoncle\", \"age\":\"27\"})\n```\n\n* update\n\n```python\nfrom clickhouse_http_client import ClickHouse\n\nck = ClickHouse(password=\"123456\", show_sql=True)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoncle%2Fclickhouse-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomoncle%2Fclickhouse-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoncle%2Fclickhouse-http-client/lists"}