Skip to content

CliclkHouse db startup and crud operations with Linq2db.

Notifications You must be signed in to change notification settings

mucahitimre/Linq2dbExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages