From f434e070deeb30474a27b01f3693dba5d483b4a4 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 25 Mar 2017 19:28:25 +0300 Subject: [PATCH] Added links to .NET library [#CLICKHOUSE-3]. --- doc/presentations/evolution/index_en.html | 2 +- doc/presentations/tbd/index.html | 10 +++++----- doc/presentations/tbd/index_en.html | 10 +++++----- doc/reference_en.html | 2 +- doc/reference_ru.html | 2 +- docs/ru/interfaces/third-party_client_libraries.rst | 10 ++++++---- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/doc/presentations/evolution/index_en.html b/doc/presentations/evolution/index_en.html index 83b366e4ed0..f50bf6f22c6 100644 --- a/doc/presentations/evolution/index_en.html +++ b/doc/presentations/evolution/index_en.html @@ -295,7 +295,7 @@

clickhouse-client

JDBC

 

-

Python, PHP, Go, Perl, Ruby, Node.JS, R

+

Python, PHP, Go, Perl, Ruby, Node.JS, R, .NET

 

Web UI: https://github.com/smi2/clickhouse-frontend

Redash, Zeppelin, Superset, Grafana, PowerBI - somewhat works

diff --git a/doc/presentations/tbd/index.html b/doc/presentations/tbd/index.html index 5430cf7076b..3901780aa4b 100644 --- a/doc/presentations/tbd/index.html +++ b/doc/presentations/tbd/index.html @@ -132,7 +132,7 @@

Специализация и внимание к деталям.

Пример: у нас есть 17 разных алгоритмов выполнения GROUP BY. Для вашего запроса выбирается лучший.

- +

ClickHouse vs. typical row-oriented DBMS

Itai Shirav:

«I haven't made a rigorous comparison, but I did convert a time-series table with 9 million rows from Postgres to ClickHouse.

@@ -181,14 +181,14 @@

На самом деле всё сложнее.

- +

Подключение к ClickHouse

HTTP REST

clickhouse-client

JDBC

 

-

Python, PHP, Go, Perl, Ruby, Node.JS, R

+

Python, PHP, Go, Perl, Ruby, Node.JS, R, .NET

 

Web UI: https://github.com/smi2/clickhouse-frontend

@@ -207,13 +207,13 @@

Как запустить ClickHouse своими силами
и выиграть джекпот:

https://habrahabr.ru/company/smi2/blog/314558/

- +

 

Начните использовать ClickHouse сегодня!

Спасибо. Задавайте вопросы.

- +
diff --git a/doc/presentations/tbd/index_en.html b/doc/presentations/tbd/index_en.html index 09829544f7f..07024d59334 100644 --- a/doc/presentations/tbd/index_en.html +++ b/doc/presentations/tbd/index_en.html @@ -134,7 +134,7 @@

Specialization and attention to detail.

Example: we have 17 different algorithms for GROUP BY. Best one is selected for your query.

- +

ClickHouse vs. typical row-oriented DBMS

Itai Shirav:

«I haven't made a rigorous comparison, but I did convert a time-series table with 9 million rows from Postgres to ClickHouse.

@@ -183,14 +183,14 @@

In fact, things are not so simple, there are many details.

- +

How to connect to ClickHouse

HTTP REST

clickhouse-client

JDBC

 

-

Python, PHP, Go, Perl, Ruby, Node.JS, R

+

Python, PHP, Go, Perl, Ruby, Node.JS, R, .NET

 

Web UI: https://github.com/smi2/clickhouse-frontend

Redash, Zeppelin, Grafana, PowerBI - somewhat works

@@ -210,13 +210,13 @@

How to start using ClickHouse and win jackpot:

https://habrahabr.ru/company/smi2/blog/314558/

- +

 

More than 100 companies are already using ClickHouse in production. What about you? Start to use ClickHouse today!

Thank you. Questions.

- +
diff --git a/doc/reference_en.html b/doc/reference_en.html index a1ba526ad46..7751563e807 100644 --- a/doc/reference_en.html +++ b/doc/reference_en.html @@ -776,7 +776,7 @@ There is official JDBC driver for ClickHouse. See 1, 2), PHP (1, 2, 3), Go (1, 2), Node.js (1, 2), Perl (1, 2, 3), Ruby (1), R (1). +There exist third-party client libraries for Python (1, 2), PHP (1, 2, 3), Go (1, 2), Node.js (1, 2), Perl (1, 2, 3), Ruby (1), R (1), .NET (1). Libraries was not tested by us. Ordering is arbitrary. diff --git a/doc/reference_ru.html b/doc/reference_ru.html index 00255c590fe..5d6d46fa47a 100644 --- a/doc/reference_ru.html +++ b/doc/reference_ru.html @@ -785,7 +785,7 @@ HTTP интерфейс позволяет передать внешние да ==Библиотеки от сторонних разработчиков== -Существуют библиотеки для работы с ClickHouse для Python (1, 2), PHP (1, 2, 3), Go (1, 2), Node.js (1, 2), Perl (1, 2, 3), Ruby (1), R (1). +Существуют библиотеки для работы с ClickHouse для Python (1, 2), PHP (1, 2, 3), Go (1, 2), Node.js (1, 2), Perl (1, 2, 3), Ruby (1), R (1), .NET (1). Библиотеки не тестировались нами. Порядок перечисления произвольный. diff --git a/docs/ru/interfaces/third-party_client_libraries.rst b/docs/ru/interfaces/third-party_client_libraries.rst index ac1c7cf3395..091c3850f27 100644 --- a/docs/ru/interfaces/third-party_client_libraries.rst +++ b/docs/ru/interfaces/third-party_client_libraries.rst @@ -3,20 +3,20 @@ Существуют библиотеки для работы с ClickHouse для: -* Python: +* Python: - `infi.clickhouse_orm `_ - `sqlalchemy-clickhouse `_ -* PHP +* PHP - `clickhouse-php-client `_ - `PhpClickHouseClient `_ - `phpClickHouse `_ -* Go +* Go - `clickhouse `_ - `go-clickhouse `_ * NodeJs - `clickhouse `_ - `node-clickhouse `_ -* Perl +* Perl - `perl-DBD-ClickHouse `_ - `HTTP-ClickHouse `_ - `AnyEvent-ClickHouse `_ @@ -24,5 +24,7 @@ - `clickhouse `_ * R - `clickhouse-r `_ +* .NET + - `ClickHouse-Net `_ Библиотеки не тестировались нами. Порядок перечисления произвольный.