Skip to content

Code examples

Sych edited this page Apr 4, 2020 · 1 revision

Code examples

Now there are two example apps:

ConsoleExample

Reader - example implementation of SELECT queries from ClickHouse using ClickHouseRepository.

Writer - example implementation of BULK INSERT and CREATE TABLE queries using ClickHouseRepository.

Entity - example entity for writing and reading data.

WebApiExample

Using this app you can test how ClickHouseAggregationgQueueProcessor works.

To simplify queries to API - swagger was added.

Also, async methods are used.

Clone this wiki locally