ClickHouse/docs
Marek Vavruša 0d942a69c5 DataStreams: added Cap’n Proto format support
Cap'n Proto is a binary message format.
Like Protocol Buffers and Thrift (but unlike JSON or MessagePack), Cap'n Proto messages are strongly-typed and not self-describing. Due to this, it requires a schema setting to specify schema file and the root object. The schema is parsed on runtime and cached for each SQL statement.
2017-10-27 23:03:51 +03:00
..
_static Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
_templates Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
en DataStreams: added Cap’n Proto format support 2017-10-27 23:03:51 +03:00
ru Update docs. [#CLICKHOUSE-3] 2017-10-27 16:07:59 +03:00
Makefile Default make html language changed to russian. 2017-08-16 13:46:46 +03:00
README.md CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00

This is the source code for ClickHouse documentation which is published on official website: