mucahitimre / Linq2dbExample

CliclkHouse db startup and crud operations with Linq2db.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linq2dbExample

CliclkHouse db startup and crud operations with Linq2db.

Requirements

Installation

  1. Pull mongo latest version:
docker pull clickhouse/clickhouse-server
  1. Run mongo:
docker run -d -p 18123:8123 -p19000:9000 --name some-clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server

Optional

If there is clickhouse with the same name:

docker start some-clickhouse-server

References

More

Still have questions left? Check out its issues or create new issue

About

CliclkHouse db startup and crud operations with Linq2db.


Languages

Language:C# 100.0%