> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ClickHouse をさまざまなサードパーティ製システムやツールと統合するためのドキュメント

# サードパーティ開発者によるインテグレーションライブラリ

<Warning>
  **免責事項**

  ClickHouse, Inc. は以下のツールおよびライブラリを保守しておらず、その品質を確認するための十分なテストも実施していません。
  公式のインテグレーションについては、[インテグレーションページ](/ja/integrations/home)をご覧ください。
</Warning>

<div id="infrastructure-products">
  ## インフラストラクチャ製品
</div>

<Accordion title="リレーショナルデータベース管理システム">
  * [MySQL](https://www.mysql.com)
    * [mysql2ch](https://github.com/long2ice/mysql2ch)
    * [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)
  * [PostgreSQL](https://www.postgresql.org)
    * [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)
  * [MSSQL](https://en.wikipedia.org/wiki/Microsoft_SQL_Server)
    * [ClickHouseMigrator](https://github.com/zlzforever/ClickHouseMigrator)
</Accordion>

<Accordion title="メッセージキュー">
  * [Kafka](https://kafka.apache.org)
    * [clickhouse\_sinker](https://github.com/housepower/clickhouse_sinker) ([Go client](https://github.com/ClickHouse/clickhouse-go/) を使用)
    * [stream-loader-clickhouse](https://github.com/adform/stream-loader)
</Accordion>

<Accordion title="バッチ処理">
  * [Spark](https://spark.apache.org)
    * [spark-clickhouse-connector](https://github.com/housepower/spark-clickhouse-connector)
</Accordion>

<Accordion title="ストリーム処理">
  * [Flink](https://flink.apache.org)
    * [flink-clickhouse-sink](https://github.com/ivi-ru/flink-clickhouse-sink)
</Accordion>

<Accordion title="オブジェクトストレージ">
  * [S3](https://en.wikipedia.org/wiki/Amazon_S3)
    * [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup)
</Accordion>

<Accordion title="コンテナーオーケストレーション">
  * [Kubernetes](https://kubernetes.io)
    * [clickhouse-operator](https://github.com/Altinity/clickhouse-operator)
</Accordion>

<Accordion title="構成管理">
  * [puppet](https://puppet.com)
    * [innogames/clickhouse](https://forge.puppet.com/innogames/clickhouse)
    * [mfedotov/clickhouse](https://forge.puppet.com/mfedotov/clickhouse)
</Accordion>

<Accordion title="監視">
  * [Graphite](https://graphiteapp.org)
    * [graphouse](https://github.com/ClickHouse/graphouse)
    * [carbon-clickhouse](https://github.com/lomik/carbon-clickhouse)
    * [graphite-clickhouse](https://github.com/lomik/graphite-clickhouse)
    * [graphite-ch-optimizer](https://github.com/innogames/graphite-ch-optimizer) - [\*GraphiteMergeTree](/ja/reference/engines/table-engines/mergetree-family/graphitemergetree) 内の古くなったパーティションを最適化します ([ロールアップ設定](/ja/reference/engines/table-engines/mergetree-family/graphitemergetree#rollup-configuration)のルールを適用できる場合)
  * [Grafana](https://grafana.com/)
    * [clickhouse-grafana](https://github.com/Altinity/clickhouse-grafana)
  * [Prometheus](https://prometheus.io/)
    * [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/) を使用)
  * [Nagios](https://www.nagios.org/)
    * [check\_clickhouse](https://github.com/exogroup/check_clickhouse/)
    * [check\_clickhouse.py](https://github.com/innogames/igmonplugins/blob/master/src/check_clickhouse.py)
  * [Zabbix](https://www.zabbix.com)
    * [clickhouse-zabbix-template](https://github.com/Altinity/clickhouse-zabbix-template)
  * [Sematext](https://sematext.com/)
    * [ClickHouse 連携](https://github.com/sematext/sematext-agent-integrations/tree/master/clickhouse)
</Accordion>

<Accordion title="ロギング">
  * [rsyslog](https://www.rsyslog.com/)
    * [omclickhouse](https://www.rsyslog.com/doc/master/configuration/modules/omclickhouse.html)
  * [fluentd](https://www.fluentd.org)
    * [loghouse](https://github.com/flant/loghouse) ([Kubernetes](https://kubernetes.io) 向け)
  * [logagent](https://www.sematext.com/logagent)
    * [logagent output-plugin-clickhouse](https://sematext.com/docs/logagent/output-plugin-clickhouse/)
</Accordion>

<Accordion title="Geo">
  * [MaxMind](https://dev.maxmind.com/geoip/)
    * [clickhouse-maxmind-geoip](https://github.com/AlexeyKupershtokh/clickhouse-maxmind-geoip)
</Accordion>

<Accordion title="AutoML">
  * [MindsDB](https://mindsdb.com/)
    * [MindsDB](https://github.com/mindsdb/mindsdb) - ClickHouse と連携し、ClickHouse のデータをさまざまな AI/ML モデルから利用できるようにします。
</Accordion>

<div id="programming-language-ecosystems">
  ## プログラミング言語のエコシステム
</div>

<Accordion title="Python">
  * [SQLAlchemy](https://www.sqlalchemy.org)
    * [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse)  ([infi.clickhouse\_orm](https://github.com/Infinidat/infi.clickhouse_orm) を使用)
  * [PyArrow/Pandas](https://pandas.pydata.org)
    * [Ibis](https://github.com/ibis-project/ibis)
</Accordion>

<Accordion title="PHP">
  * [Doctrine](https://www.doctrine-project.org/)
    * [dbal-clickhouse](https://packagist.org/packages/friendsofdoctrine/dbal-clickhouse)
</Accordion>

<Accordion title="R">
  * [dplyr](https://db.rstudio.com/dplyr/)
    * [RClickHouse](https://github.com/IMSMWU/RClickHouse)  ([clickhouse-cpp](https://github.com/artpaul/clickhouse-cpp) を使用)
</Accordion>

<Accordion title="Java">
  * [Hadoop](http://hadoop.apache.org)
    * [clickhouse-hdfs-loader](https://github.com/jaykelin/clickhouse-hdfs-loader)  ([JDBC](/ja/reference/functions/table-functions/jdbc) を使用)
</Accordion>

<Accordion title="Scala">
  * [Akka](https://akka.io)
    * [clickhouse-scala-client](https://github.com/crobox/clickhouse-scala-client)
</Accordion>

<Accordion title="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)
    * [Linq To DB](https://github.com/linq2db/linq2db)
</Accordion>

<Accordion title="Elixir">
  * [Ecto](https://github.com/elixir-ecto/ecto)
    * [clickhouse\_ecto](https://github.com/appodeal/clickhouse_ecto)
</Accordion>

<Accordion title="Ruby">
  * [Ruby on Rails](https://rubyonrails.org/)
    * [activecube](https://github.com/bitquery/activecube)
    * [ActiveRecord](https://github.com/PNixx/clickhouse-activerecord)
  * [GraphQL](https://github.com/graphql)
    * [activecube-graphql](https://github.com/bitquery/activecube-graphql)
</Accordion>
