ClickHouse® is a real-time analytics DBMS
Go to file
Ivan Blinkov ba1393fbbd Refactoring of documentation infrastructure to get rid of a lots of copypaste (#2616)
* Clean up docs folder by moving all build-related tools to subdirectory

* Remove unused script

* Remove unused script #2

* Some refactoring in concatenate.py

* Rewrite build.sh in Python

- Get rid of half of copypaste in yml files
- Draft of redirects support

* Actually include redirects.conf

* copy conf too

* Keep H1 the same in single page docs

* fix some paths

* Keep only pages index in yaml

* Workaround for missing jQuery

* Delay docs init
2018-07-09 22:59:07 +03:00
.github
ci CI scripts: added support for yum #2520 2018-06-18 05:32:49 +03:00
cmake Cmake: Fix usage of USE_INTERNAL_CPUID_LIBRARY 2018-07-09 19:06:25 +03:00
contrib Cmake: Fix usage of USE_INTERNAL_CPUID_LIBRARY 2018-07-09 19:06:25 +03:00
dbms add OPTIMIZE FINAL support for ReplicatedMergeTree. 2018-07-09 18:03:23 +03:00
debian Auto version update to [54390] 2018-07-06 19:37:50 +03:00
docker Build fixes (#2473) 2018-06-06 19:05:53 +03:00
docs Refactoring of documentation infrastructure to get rid of a lots of copypaste (#2616) 2018-07-09 22:59:07 +03:00
libs Fixed half of bad code #2571 2018-07-04 20:28:52 +03:00
utils Update mutator.cpp 2018-06-25 21:04:57 +03:00
website Refactoring of documentation infrastructure to get rid of a lots of copypaste (#2616) 2018-07-09 22:59:07 +03:00
.clang-format
.editorconfig Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
.gitattributes
.gitignore Refactoring of documentation infrastructure to get rid of a lots of copypaste (#2616) 2018-07-09 22:59:07 +03:00
.gitlab-ci.yml
.gitmodules
.travis.yml Using ninja by default: updated instructions [#CLICKHOUSE-2] 2018-06-08 19:18:07 +03:00
.vimrc
AUTHORS
CHANGELOG_RU.md update changelog for v1.1.54388 2018-06-27 18:55:35 +03:00
CHANGELOG.draft.md Update CHANGELOG.draft.md 2018-07-04 20:25:48 +03:00
CHANGELOG.md Update CHANGELOG.md 2018-07-03 13:46:44 +03:00
CMakeLists.txt Allow use unbundled cpuid (#2543) 2018-06-21 20:35:03 +03:00
CONTRIBUTING.md Temporary fix for #2558 2018-06-26 16:14:32 +03:00
copy_headers.sh Build and test fixes (#2470) 2018-06-05 20:43:10 +03:00
docker-compose.yml
format_sources
format.sh
LICENSE
MacOS.md
PreLoad.cmake Use ninja instead of make by default if it is available [#CLICKHOUSE-2] 2018-06-08 19:09:50 +03:00
README.md
release release: configurable pbuilder autoupdate time 2018-06-22 01:02:18 +03:00
release_lib.sh
suppress_base.json Added suppressions file for PVS-Studio [#CLICKHOUSE-3] 2018-06-04 22:57:04 +03:00
uncrustify.cfg

ClickHouse

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

Learn more about ClickHouse at https://clickhouse.yandex/

Build Status