bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.19k stars 679 forks source link

Clickhouse Backend #898

Closed EzePze closed 10 months ago

EzePze commented 2 years ago

Adds support for a ClickHouse backend. Based on the Postgres backend but using async ClickHouse drivers. Requested by #516

EzePze commented 2 years ago

Tried to go that route initially but there's enough small changes between the two drivers that mean almost everything has to be rewritten anyway (e.g. formatting every new row as tuples instead of strings) -- though could def be worthwhile making a parent class for SQL-like DBs that share the same methods.

bmoscon commented 10 months ago

old PR, closing