integrations.md 7.1 KB
Newer Older
1
# Библиотеки для интеграции от сторонних разработчиков {#biblioteki-dlia-integratsii-ot-storonnikh-razrabotchikov}
I
Ivan Blinkov 已提交
2 3

!!! warning "Disclaimer"
I
Ivan Blinkov 已提交
4
    Яндекс не занимается поддержкой перечисленных ниже инструментов и библиотек и не проводит тщательного тестирования для проверки их качества.
I
Ivan Blinkov 已提交
5

6 7
## Инфраструктурные продукты {#infrastrukturnye-produkty}

8 9
-   Реляционные системы управления базами данных
    -   [MySQL](https://www.mysql.com)
L
long2ice 已提交
10
        -   [mysql2ch](https://github.com/long2ice/mysql2ch)
11 12 13
        -   [ProxySQL](https://github.com/sysown/proxysql/wiki/ClickHouse-Support)
        -   [clickhouse-mysql-data-reader](https://github.com/Altinity/clickhouse-mysql-data-reader)
        -   [horgh-replicator](https://github.com/larsnovikov/horgh-replicator)
14
    -   [PostgreSQL](https://www.postgresql.org)
15 16 17 18
        -   [clickhousedb\_fdw](https://github.com/Percona-Lab/clickhousedb_fdw)
        -   [infi.clickhouse\_fdw](https://github.com/Infinidat/infi.clickhouse_fdw) (использует [infi.clickhouse\_orm](https://github.com/Infinidat/infi.clickhouse_orm))
        -   [pg2ch](https://github.com/mkabilov/pg2ch)
        -   [clickhouse\_fdw](https://github.com/adjust/clickhouse_fdw)
19
    -   [MSSQL](https://en.wikipedia.org/wiki/Microsoft_SQL_Server)
20
        -   [ClickHouseMightrator](https://github.com/zlzforever/ClickHouseMigrator)
21 22
-   Очереди сообщений
    -   [Kafka](https://kafka.apache.org)
23
        -   [clickhouse\_sinker](https://github.com/housepower/clickhouse_sinker) (использует [Go client](https://github.com/ClickHouse/clickhouse-go/))
24
        -   [stream-loader-clickhouse](https://github.com/adform/stream-loader)
25 26 27
-   Потоковая обработка
    -   [Flink](https://flink.apache.org)
        -   [flink-clickhouse-sink](https://github.com/ivi-ru/flink-clickhouse-sink)
28 29
-   Хранилища объектов
    -   [S3](https://en.wikipedia.org/wiki/Amazon_S3)
30
        -   [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup)
31 32
-   Оркестрация контейнеров
    -   [Kubernetes](https://kubernetes.io)
33
        -   [clickhouse-operator](https://github.com/Altinity/clickhouse-operator)
34 35
-   Системы управления конфигурацией
    -   [puppet](https://puppet.com)
36 37
        -   [innogames/clickhouse](https://forge.puppet.com/innogames/clickhouse)
        -   [mfedotov/clickhouse](https://forge.puppet.com/mfedotov/clickhouse)
38 39
-   Мониторинг
    -   [Graphite](https://graphiteapp.org)
40 41 42
        -   [graphouse](https://github.com/yandex/graphouse)
        -   [carbon-clickhouse](https://github.com/lomik/carbon-clickhouse) +
        -   [graphite-clickhouse](https://github.com/lomik/graphite-clickhouse)
43
        -   [graphite-ch-optimizer](https://github.com/innogames/graphite-ch-optimizer) - оптимизирует партиции таблиц [\*GraphiteMergeTree](../../engines/table-engines/mergetree-family/graphitemergetree.md#graphitemergetree) согласно правилам в [конфигурации rollup](../../engines/table-engines/mergetree-family/graphitemergetree.md#rollup-configuration)
44
    -   [Grafana](https://grafana.com/)
45
        -   [clickhouse-grafana](https://github.com/Vertamedia/clickhouse-grafana)
46
    -   [Prometheus](https://prometheus.io/)
47 48 49
        -   [clickhouse\_exporter](https://github.com/f1yegor/clickhouse_exporter)
        -   [PromHouse](https://github.com/Percona-Lab/PromHouse)
        -   [clickhouse\_exporter](https://github.com/hot-wifi/clickhouse_exporter) (использует [Go client](https://github.com/kshvakov/clickhouse/))
50
    -   [Nagios](https://www.nagios.org/)
51 52
        -   [check\_clickhouse](https://github.com/exogroup/check_clickhouse/)
        -   [check\_clickhouse.py](https://github.com/innogames/igmonplugins/blob/master/src/check_clickhouse.py)
53
    -   [Zabbix](https://www.zabbix.com)
54
        -   [clickhouse-zabbix-template](https://github.com/Altinity/clickhouse-zabbix-template)
55
    -   [Sematext](https://sematext.com/)
56
        -   [clickhouse интеграция](https://github.com/sematext/sematext-agent-integrations/tree/master/clickhouse)
57 58
-   Логирование
    -   [rsyslog](https://www.rsyslog.com/)
59
        -   [omclickhouse](https://www.rsyslog.com/doc/master/configuration/modules/omclickhouse.html)
60
    -   [fluentd](https://www.fluentd.org)
61 62 63
        -   [loghouse](https://github.com/flant/loghouse) (для [Kubernetes](https://kubernetes.io))
    -   [Sematext](https://www.sematext.com/logagent)
        -   [logagent output-plugin-clickhouse](https://sematext.com/docs/logagent/output-plugin-clickhouse/)
64 65
-   Гео
    -   [MaxMind](https://dev.maxmind.com/geoip/)
66
        -   [clickhouse-maxmind-geoip](https://github.com/AlexeyKupershtokh/clickhouse-maxmind-geoip)
I
Ivan Blinkov 已提交
67

68
## Экосистемы вокруг языков программирования {#ekosistemy-vokrug-iazykov-programmirovaniia}
I
Ivan Blinkov 已提交
69

70 71
-   Python
    -   [SQLAlchemy](https://www.sqlalchemy.org)
72
        -   [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse) (использует [infi.clickhouse\_orm](https://github.com/Infinidat/infi.clickhouse_orm))
73
    -   [pandas](https://pandas.pydata.org)
74
        -   [pandahouse](https://github.com/kszucs/pandahouse)
75
-   PHP
76 77
    -   [Doctrine](https://www.doctrine-project.org/)
        -   [dbal-clickhouse](https://packagist.org/packages/friendsofdoctrine/dbal-clickhouse)
78 79 80 81 82
-   R
    -   [dplyr](https://db.rstudio.com/dplyr/)
    -   [RClickhouse](https://github.com/IMSMWU/RClickhouse) (использует [clickhouse-cpp](https://github.com/artpaul/clickhouse-cpp))
-   Java
    -   [Hadoop](http://hadoop.apache.org)
83
    -   [clickhouse-hdfs-loader](https://github.com/jaykelin/clickhouse-hdfs-loader) (использует [JDBC](../../sql-reference/table-functions/jdbc.md))
84 85 86 87 88 89 90 91 92 93 94 95
-   Scala
    -   [Akka](https://akka.io)
    -   [clickhouse-scala-client](https://github.com/crobox/clickhouse-scala-client)
-   C\#
    -   [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ado-net-overview)
    -   [ClickHouse.Ado](https://github.com/killwort/ClickHouse-Net)
    -   [ClickHouse.Client](https://github.com/DarkWanderer/ClickHouse.Client)
    -   [ClickHouse.Net](https://github.com/ilyabreev/ClickHouse.Net)
    -   [ClickHouse.Net.Migrations](https://github.com/ilyabreev/ClickHouse.Net.Migrations)
-   Elixir
    -   [Ecto](https://github.com/elixir-ecto/ecto)
    -   [clickhouse\_ecto](https://github.com/appodeal/clickhouse_ecto)
A
Aleksey 已提交
96
-   Ruby
97
    -   [Ruby on Rails](https://rubyonrails.org/)
A
Aleksey 已提交
98
        -   [activecube](https://github.com/bitquery/activecube)
99
        -   [ActiveRecord](https://github.com/PNixx/clickhouse-activerecord) 
A
Aleksey 已提交
100 101 102
    -   [GraphQL](https://github.com/graphql)
        -   [activecube-graphql](https://github.com/bitquery/activecube-graphql)
        
I
Ivan Blinkov 已提交
103
[Оригинальная статья](https://clickhouse.tech/docs/ru/interfaces/third-party/integrations/) <!--hide-->