Search code examples
pycharmdatagripclickhouse

Connect to ClickHouse Managed ClickHouse in Yandex.Cloud with JetBrains DataGrip, PyCharm


How could I connect to ClickHouse in Managed instance on Yandex.Cloud with JetBrains DataGrip or PyCharm using HTTP API and clickhouse-driver JDBC?

There are no direct instructions on ClickHouse site or JetBrains site.


Solution

    1. hit the + and select clickhouse

    image1 select clickhouse

    1. SSH setup - its most likely at your click house server set up on a remote linux server. So you need to setup this up in order to connect to clickHouse

    image2 ssh setup

    1. Add you clickhouse address, port number and password

    image3 add clickHouse address, port and password