2020-03-13 19:35:03 +00:00
< div class = "container" >
< div class = "row" >
< div class = "col-lg-7 py-5" >
< h1 class = "display-5" > ClickHouse is a fast < a href = "https://github.com/ClickHouse/ClickHouse" rel = "external nofollow" target = "_blank" > open-source< / a > database management system< / h1 >
< p class = "lead" > It is column-oriented and allows to generate analytical reports using SQL queries in real-time.< / p >
< div class = "row lead my-3" >
< div class = "col-md mb-0 mb-md-1" >
< ul class = "list-unstyled mb-0 mb-md-1" >
< li > < a class = "stealth-link" href = "#blazing-fast" > ✓ Blazing fast< / a > < / li >
< li > < a class = "stealth-link" href = "#linearly-scalable" > ✓ Linearly scalable< / a > < / li >
< li > < a class = "stealth-link" href = "#feature-rich" > ✓ Feature rich< / a > < / li >
< / ul >
< / div >
< div class = "col-md" >
< ul class = "list-unstyled" >
< li > < a class = "stealth-link" href = "#hardware-efficient" > ✓ Hardware efficient< / a > < / li >
< li > < a class = "stealth-link" href = "#fault-tolerant" > ✓ Fault tolerant< / a > < / li >
< li > < a class = "stealth-link" href = "#highly-reliable" > ✓ Highly reliable< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "row lead" >
< div class = "col-lg pb-2" >
< a href = "#quick-start" class = "btn btn-lg btn-yellow w-100 mb-3" role = "button" > Quick start< / a >
{#
< a href = "https://play.clickhouse.tech/?file=welcome" class = "btn btn-lg btn-yellow w-100" role = "button" target = "_blank" rel = "external nofollow" >
< div class = "py-2" >
< h2 > Try online demo< / h2 >
< div class = "lead" > Powered by Yandex.Cloud< / div >
< / div >
< / a >
#}
< / div >
< div class = "col-lg pb-2" >
{#
< a href = "#quick-start" class = "btn btn-lg btn-outline-orange w-100 mb-3" role = "button" > Quick start< / a >
#}
< a href = "docs/en/" class = "btn btn-lg btn-outline-orange w-100" role = "button" > Documentation< / a >
< / div >
< / div >
< / div >
< div class = "col-lg-5 py-5 px-0" >
2020-03-13 21:41:44 +00:00
< img src = "images/index/intro.svg" alt = "ClickHouse is capable of generating analytical data reports in real time" class = "my-3 img-fluid" / >
2020-03-13 19:35:03 +00:00
< / div >
< / div >
< / div >