Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.45 KB

File metadata and controls

33 lines (21 loc) · 2.45 KB

Ethereum

This directory contains examples that demonstrate how store and query Ethereum data in ClickHouse.

Read the accompanying blog post: Migrating a multi-TB dataset from ClickHouse to Big Query data.

If you just want to play with the data, you can try it live at crypto.clickhouse.com.

Storing data

ClickHouse supports both batch and streaming workflows.

The batch directory contains table schemas and examples of loading the Ethereum data set in batches.

The streaming directory contains table schemas and examples of loading the Ethereum data set as streams.

Querying data

The queries directory contains examples of queries that can be run on the Ethereum dataset.

References and further reading

We recommend the following resources with respect to Ethereum and querying this dataset.