ClickHouse/docs/en/interfaces/index.md
Ivan Blinkov 5abe3ac3f1
Switch docs to python3 and update MkDocs to 1.1 (#9711)
+ some grammar and css fixes
2020-03-18 16:02:32 +03:00

831 B

Interfaces

ClickHouse provides two network interfaces (both can be optionally wrapped in TLS for additional security):

  • HTTP, which is documented and easy to use directly.
  • Native TCP, which has less overhead.

In most cases it is recommended to use appropriate tool or library instead of interacting with those directly. Officially supported by Yandex are the following:

There are also a wide range of third-party libraries for working with ClickHouse:

Original article