Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
clickhouse-driver
clickhouse-driver is designed to communicate with ClickHouse server from Python over native protocol.
Collective -
Host: opensource -
https://opencollective.com/clickhouse-driver
- Code: https://github.com/mymarilyn/clickhouse-driver
recommendation for creating a connexion pool
github.com/mymarilyn/clickhouse-driver - tahayk opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - tahayk opened this issue almost 2 years ago
clickhouse-client
github.com/mymarilyn/clickhouse-driver - sam-leonid opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - sam-leonid opened this issue almost 2 years ago
Execution hangs when inserting a table with a map column
github.com/mymarilyn/clickhouse-driver - pyang-1981 opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - pyang-1981 opened this issue almost 2 years ago
socket_timeout parameters
github.com/mymarilyn/clickhouse-driver - sam-leonid opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - sam-leonid opened this issue almost 2 years ago
EOFError: Unexpected EOF while reading bytes when using airflow operator
github.com/mymarilyn/clickhouse-driver - SehdiNassim opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - SehdiNassim opened this issue almost 2 years ago
Fix for issue #363: exception raises on insert to a nullable low cardinality columns
github.com/mymarilyn/clickhouse-driver - Dmitry-k42 opened this pull request almost 2 years ago
github.com/mymarilyn/clickhouse-driver - Dmitry-k42 opened this pull request almost 2 years ago
Speed up reading Datetime64 in numpy mode.
github.com/mymarilyn/clickhouse-driver - joelgibson opened this pull request almost 2 years ago
github.com/mymarilyn/clickhouse-driver - joelgibson opened this pull request almost 2 years ago
LowCardinality(Nullable(Date[32])) raise AttributeError: 'int' object has no attribute 'year'
github.com/mymarilyn/clickhouse-driver - jayvynl opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - jayvynl opened this issue almost 2 years ago
[Errno 57] Socket is not connected; check auth
github.com/mymarilyn/clickhouse-driver - securityhigh opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - securityhigh opened this issue almost 2 years ago
add possibility to don't replace non-words by default
github.com/mymarilyn/clickhouse-driver - notsovitalik opened this pull request almost 2 years ago
github.com/mymarilyn/clickhouse-driver - notsovitalik opened this pull request almost 2 years ago
add support for time parameter substitution
github.com/mymarilyn/clickhouse-driver - ghazi-git opened this pull request almost 2 years ago
github.com/mymarilyn/clickhouse-driver - ghazi-git opened this pull request almost 2 years ago
Support time objects as query params
github.com/mymarilyn/clickhouse-driver - ghazi-git opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - ghazi-git opened this issue almost 2 years ago
Change ClickHouse Docker repository.
github.com/mymarilyn/clickhouse-driver - alexey-milovidov opened this pull request almost 2 years ago
github.com/mymarilyn/clickhouse-driver - alexey-milovidov opened this pull request almost 2 years ago
How to properly handle the ConnectionRefusedError exception?
github.com/mymarilyn/clickhouse-driver - iBrokeYourGui opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - iBrokeYourGui opened this issue almost 2 years ago
TypeError: Unsupported column type: <class 'numpy.ndarray'>. list or tuple is expected.
github.com/mymarilyn/clickhouse-driver - FedericoCeratto opened this issue almost 2 years ago
github.com/mymarilyn/clickhouse-driver - FedericoCeratto opened this issue almost 2 years ago
Avoid unnecessary timezone conversion (#354)
github.com/mymarilyn/clickhouse-driver - edwinwzhe opened this pull request about 2 years ago
github.com/mymarilyn/clickhouse-driver - edwinwzhe opened this pull request about 2 years ago
avoid unnecessary timezone conversion when use_numpy=True
github.com/mymarilyn/clickhouse-driver - edwinwzhe opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - edwinwzhe opened this issue about 2 years ago
Console log spam for `NumPy support is not implemented for`
github.com/mymarilyn/clickhouse-driver - dongyuzheng opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - dongyuzheng opened this issue about 2 years ago
EOFError: Unexpected EOF while reading bytes
github.com/mymarilyn/clickhouse-driver - Noordle opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - Noordle opened this issue about 2 years ago
Fix handle 'PROFILE_EVENTS' packet while inserting
github.com/mymarilyn/clickhouse-driver - carlosfy opened this pull request about 2 years ago
github.com/mymarilyn/clickhouse-driver - carlosfy opened this pull request about 2 years ago
Feature/err codes as enum
github.com/mymarilyn/clickhouse-driver - NI1993 opened this pull request about 2 years ago
github.com/mymarilyn/clickhouse-driver - NI1993 opened this pull request about 2 years ago
Would it be possible to update the PyPi source tarball following the re-cythonization?
github.com/mymarilyn/clickhouse-driver - aris-aiven opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - aris-aiven opened this issue about 2 years ago
Add docstring for `Client.substitute_params`
github.com/mymarilyn/clickhouse-driver - jasonho-lynx opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - jasonho-lynx opened this issue about 2 years ago
Add docstring for `substitute_params`
github.com/mymarilyn/clickhouse-driver - jasonho-lynx opened this pull request about 2 years ago
github.com/mymarilyn/clickhouse-driver - jasonho-lynx opened this pull request about 2 years ago
Column type JSON not supported
github.com/mymarilyn/clickhouse-driver - rejochandran opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - rejochandran opened this issue about 2 years ago
Support installing clickhouse-driver[numpy] via conda
github.com/mymarilyn/clickhouse-driver - zbs opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - zbs opened this issue about 2 years ago
fix byte: if convert error, use ori text
github.com/mymarilyn/clickhouse-driver - nian0114 opened this pull request about 2 years ago
github.com/mymarilyn/clickhouse-driver - nian0114 opened this pull request about 2 years ago
With connection, after connect means the connection is always available except disconnect with close() method?
github.com/mymarilyn/clickhouse-driver - flyly0755 opened this issue about 2 years ago
github.com/mymarilyn/clickhouse-driver - flyly0755 opened this issue about 2 years ago
re-cythonize files via `cythonize -3`
github.com/mymarilyn/clickhouse-driver - asottile-sentry opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - asottile-sentry opened this pull request over 2 years ago
Support python 3.11?
github.com/mymarilyn/clickhouse-driver - wenbinf opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - wenbinf opened this issue over 2 years ago
dont raise on dataframe insert if columns are superset of schema
github.com/mymarilyn/clickhouse-driver - andrewresnikoff opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - andrewresnikoff opened this pull request over 2 years ago
NULL defaults to one-element array instead of empty array
github.com/mymarilyn/clickhouse-driver - tudelhu opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - tudelhu opened this issue over 2 years ago
Coalesce to default value for notnull type when inserting
github.com/mymarilyn/clickhouse-driver - spff opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - spff opened this issue over 2 years ago
Feature Request: Support pandas StringArray and ArrowStringArray
github.com/mymarilyn/clickhouse-driver - Simon-Chenzw opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - Simon-Chenzw opened this issue over 2 years ago
Version 0.2.4 still being reported on vulnerability check
github.com/mymarilyn/clickhouse-driver - leandroltavares opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - leandroltavares opened this issue over 2 years ago
Timestamp which dtype is Float64 are treated with timezone
github.com/mymarilyn/clickhouse-driver - zhouwuji opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - zhouwuji opened this issue over 2 years ago
【M1】pip install clickhouse-driver failed
github.com/mymarilyn/clickhouse-driver - Silentharry94 opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - Silentharry94 opened this issue over 2 years ago
'' (empty) enum member name causes error with executemany
github.com/mymarilyn/clickhouse-driver - nilaymk opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - nilaymk opened this issue over 2 years ago
add numpy bool dtype support
github.com/mymarilyn/clickhouse-driver - DylanModesitt opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - DylanModesitt opened this pull request over 2 years ago
Boolen data type upload problem
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
[Question] How to set query timeout parameter using pure Client?
github.com/mymarilyn/clickhouse-driver - tahayk opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - tahayk opened this issue over 2 years ago
Insert dataframe writes max datetime (2106-02-07) when its None in df
github.com/mymarilyn/clickhouse-driver - ruffury opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - ruffury opened this issue over 2 years ago
Failed enum insert when types_check enabled
github.com/mymarilyn/clickhouse-driver - fonz-zz opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - fonz-zz opened this issue over 2 years ago
Fix handle Progress packet while insert from input (#326)
github.com/mymarilyn/clickhouse-driver - carlosfy opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - carlosfy opened this pull request over 2 years ago
Fix handle 'Progress' packet while inserting from input
github.com/mymarilyn/clickhouse-driver - carlosfy opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - carlosfy opened this issue over 2 years ago
Add support for specifying server_hostname via SNI when connecting
github.com/mymarilyn/clickhouse-driver - dspangen opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - dspangen opened this pull request over 2 years ago
Why is so slow to get data by (sql select * from table) ?
github.com/mymarilyn/clickhouse-driver - AgileQuant opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - AgileQuant opened this issue over 2 years ago
Tuple(String, UInt64) support
github.com/mymarilyn/clickhouse-driver - P-Light opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - P-Light opened this issue over 2 years ago
Inserting null fields - AttributeError: 'NoneType' object has no attribute 'encode'
github.com/mymarilyn/clickhouse-driver - BrowenChen opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - BrowenChen opened this issue over 2 years ago
query_dataframe returns empty dataframe with shape (0, 0) instead of returning shape (0, number of columns)
github.com/mymarilyn/clickhouse-driver - nariman9119 opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - nariman9119 opened this issue over 2 years ago
insert_dataframe fails with keyerror for nullable columns
github.com/mymarilyn/clickhouse-driver - NiharP opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - NiharP opened this issue over 2 years ago
Version in project is 0.2.4, but 0.2.3 in tags, pypi and docs
github.com/mymarilyn/clickhouse-driver - timsmd opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - timsmd opened this issue over 2 years ago
【insert_dataframe】Unsupported column type: <class 'numpy.ndarray'>. list or tuple is expected.
github.com/mymarilyn/clickhouse-driver - RonnieHu opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - RonnieHu opened this issue over 2 years ago
support pandas ExtensionArray
github.com/mymarilyn/clickhouse-driver - AStupidBear opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - AStupidBear opened this pull request over 2 years ago
Nested insertion still fails
github.com/mymarilyn/clickhouse-driver - techkuz opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - techkuz opened this issue over 2 years ago
Add parameter chunk_size and default as 1
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this pull request over 2 years ago
It seems that you need `chunk` wrapper over `execute_iter`: https://stackoverflow.com/a/22045226
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
Add insert None in nested
github.com/mymarilyn/clickhouse-driver - KMahnev opened this pull request over 2 years ago
github.com/mymarilyn/clickhouse-driver - KMahnev opened this pull request over 2 years ago
Inserting None to nested fails
github.com/mymarilyn/clickhouse-driver - techkuz opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - techkuz opened this issue over 2 years ago
execute_iter more row
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - MIracleyin opened this issue over 2 years ago
dataframe query
github.com/mymarilyn/clickhouse-driver - traderpedroso opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - traderpedroso opened this issue over 2 years ago
deleting the "default" database kills the connector
github.com/mymarilyn/clickhouse-driver - gauvins2 opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - gauvins2 opened this issue over 2 years ago
The error message is not expected when the database does not exist
github.com/mymarilyn/clickhouse-driver - Littlecowherd opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - Littlecowherd opened this issue over 2 years ago
Nanoseconds are not preserved on insert for DateTime64(8) columns
github.com/mymarilyn/clickhouse-driver - acmeguy opened this issue over 2 years ago
github.com/mymarilyn/clickhouse-driver - acmeguy opened this issue over 2 years ago
Select datetime accurate to millisecond
github.com/mymarilyn/clickhouse-driver - veotani opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - veotani opened this issue almost 3 years ago
add latest clickhouse server lts version presently
github.com/mymarilyn/clickhouse-driver - KonstantinKuklin opened this pull request almost 3 years ago
github.com/mymarilyn/clickhouse-driver - KonstantinKuklin opened this pull request almost 3 years ago
Tests fails with clickhouse 22.3.3.44
github.com/mymarilyn/clickhouse-driver - antip00 opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - antip00 opened this issue almost 3 years ago
Add logging of failed queries
github.com/mymarilyn/clickhouse-driver - wlhjason opened this pull request almost 3 years ago
github.com/mymarilyn/clickhouse-driver - wlhjason opened this pull request almost 3 years ago
export escape_params
github.com/mymarilyn/clickhouse-driver - tisonkun opened this pull request almost 3 years ago
github.com/mymarilyn/clickhouse-driver - tisonkun opened this pull request almost 3 years ago
clickhouse_driver.errors.ServerException: Code: 160.
github.com/mymarilyn/clickhouse-driver - lu161513 opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - lu161513 opened this issue almost 3 years ago
clickhouse_driver.errors.UnknownTypeError: Code: 50. Unknown type Object('json')
github.com/mymarilyn/clickhouse-driver - mike-luabase opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - mike-luabase opened this issue almost 3 years ago
Feature Request: Support for WATCH on live views
github.com/mymarilyn/clickhouse-driver - bdbernstein opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - bdbernstein opened this issue almost 3 years ago
NumPy support is not implemented for Decimal(9, 2). Using generic column
github.com/mymarilyn/clickhouse-driver - flhang opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - flhang opened this issue almost 3 years ago
Support decimals inside Map types.
github.com/mymarilyn/clickhouse-driver - zaius opened this pull request almost 3 years ago
github.com/mymarilyn/clickhouse-driver - zaius opened this pull request almost 3 years ago
Remove decimal precision check
github.com/mymarilyn/clickhouse-driver - joelynch opened this pull request almost 3 years ago
github.com/mymarilyn/clickhouse-driver - joelynch opened this pull request almost 3 years ago
Abnormal memory usage when using this library
github.com/mymarilyn/clickhouse-driver - wujiahao15 opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - wujiahao15 opened this issue almost 3 years ago
Include cityhash module
github.com/mymarilyn/clickhouse-driver - FedericoCeratto opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - FedericoCeratto opened this issue almost 3 years ago
Cannot insert 2D Numpy array
github.com/mymarilyn/clickhouse-driver - MSchutt opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - MSchutt opened this issue almost 3 years ago
how to get list of dict result
github.com/mymarilyn/clickhouse-driver - lihuacai168 opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - lihuacai168 opened this issue almost 3 years ago
INSERT high precision floats into lower precision decimal column fails
github.com/mymarilyn/clickhouse-driver - joelynch opened this issue almost 3 years ago
github.com/mymarilyn/clickhouse-driver - joelynch opened this issue almost 3 years ago
Fix issues-257
github.com/mymarilyn/clickhouse-driver - mlkui opened this pull request about 3 years ago
github.com/mymarilyn/clickhouse-driver - mlkui opened this pull request about 3 years ago
Can't use execute to load pd.to_datetime('19700101000000000',format='%Y%m%d%H%M%S%f') data to clickhouse
github.com/mymarilyn/clickhouse-driver - kelarMai opened this issue about 3 years ago
github.com/mymarilyn/clickhouse-driver - kelarMai opened this issue about 3 years ago
fixes the trailing zero bytes trimming problem
github.com/mymarilyn/clickhouse-driver - xinstein opened this pull request about 3 years ago
github.com/mymarilyn/clickhouse-driver - xinstein opened this pull request about 3 years ago
Numpy + external data support
github.com/mymarilyn/clickhouse-driver - UnamedRus opened this issue about 3 years ago
github.com/mymarilyn/clickhouse-driver - UnamedRus opened this issue about 3 years ago
insert_dataframe() method sometimes failed for Decimal column because of numpy dtype mismatch
github.com/mymarilyn/clickhouse-driver - zsmeijin opened this issue over 3 years ago
github.com/mymarilyn/clickhouse-driver - zsmeijin opened this issue over 3 years ago
Validate fix item datetime
github.com/mymarilyn/clickhouse-driver - Tazer opened this pull request over 3 years ago
github.com/mymarilyn/clickhouse-driver - Tazer opened this pull request over 3 years ago
Performance bottleneck in read_varint
github.com/mymarilyn/clickhouse-driver - maciejblaz opened this issue over 3 years ago
github.com/mymarilyn/clickhouse-driver - maciejblaz opened this issue over 3 years ago
expected Hello or Exception, got Unknown packet
github.com/mymarilyn/clickhouse-driver - leizha opened this issue over 3 years ago
github.com/mymarilyn/clickhouse-driver - leizha opened this issue over 3 years ago
Query gets much slower when using multithreading
github.com/mymarilyn/clickhouse-driver - NiDHanWang opened this issue over 3 years ago
github.com/mymarilyn/clickhouse-driver - NiDHanWang opened this issue over 3 years ago
(Seeking feedback) load array columns as numpy array instead of list if use_numpy=True
github.com/mymarilyn/clickhouse-driver - edbordin opened this pull request over 3 years ago
github.com/mymarilyn/clickhouse-driver - edbordin opened this pull request over 3 years ago
Unknown type Point
github.com/mymarilyn/clickhouse-driver - sonfire186 opened this issue over 3 years ago
github.com/mymarilyn/clickhouse-driver - sonfire186 opened this issue over 3 years ago
[improvement] Better error messages
github.com/mymarilyn/clickhouse-driver - halilduygulu opened this issue almost 4 years ago
github.com/mymarilyn/clickhouse-driver - halilduygulu opened this issue almost 4 years ago
Multidimensional array decode error
github.com/mymarilyn/clickhouse-driver - smagellan opened this issue almost 4 years ago
github.com/mymarilyn/clickhouse-driver - smagellan opened this issue almost 4 years ago
[Question] socket.timeout - How to pass timeout parameter?
github.com/mymarilyn/clickhouse-driver - hashbash opened this issue almost 4 years ago
github.com/mymarilyn/clickhouse-driver - hashbash opened this issue almost 4 years ago
Can't insert empty array to Array(Tuple(...)) column
github.com/mymarilyn/clickhouse-driver - citramon opened this issue about 4 years ago
github.com/mymarilyn/clickhouse-driver - citramon opened this issue about 4 years ago
Sporadic "Unexpected EOF while reading bytes"
github.com/mymarilyn/clickhouse-driver - hombit opened this issue about 4 years ago
github.com/mymarilyn/clickhouse-driver - hombit opened this issue about 4 years ago
Question: client compression
github.com/mymarilyn/clickhouse-driver - cemremengu opened this issue over 4 years ago
github.com/mymarilyn/clickhouse-driver - cemremengu opened this issue over 4 years ago
clickhouse_driver.errors.SocketTimeoutError
github.com/mymarilyn/clickhouse-driver - 86085185 opened this issue almost 6 years ago
github.com/mymarilyn/clickhouse-driver - 86085185 opened this issue almost 6 years ago
Error writing string while using supserset and clickhouse driver (text encode not set to UTF-8)
github.com/mymarilyn/clickhouse-driver - Matt-Texier opened this issue over 6 years ago
github.com/mymarilyn/clickhouse-driver - Matt-Texier opened this issue over 6 years ago