mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Feat:Added the Clickhouse Template -#491 (#501)
This commit is contained in:
committed by
GitHub
parent
dd5d81fc46
commit
4403b5fffb
19
meta.json
19
meta.json
@@ -1190,6 +1190,25 @@
|
||||
"content-management"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "clickhouse",
|
||||
"name": "ClickHouse",
|
||||
"version": "latest",
|
||||
"description": "ClickHouse is an open-source column-oriented DBMS (columnar database management system) for online analytical processing (OLAP) that allows users to generate analytical reports using SQL queries in real-time. ClickHouse works 100-1000x faster than traditional database management systems, and processes hundreds of millions to over a billion rows and tens of gigabytes of data per server per second.",
|
||||
"logo": "clickhouse_logo.png",
|
||||
"links": {
|
||||
"github": "https://github.com/ClickHouse/ClickHouse",
|
||||
"website": "https://clickhouse.com/",
|
||||
"docs": "https://clickhouse.com/docs"
|
||||
},
|
||||
"tags": [
|
||||
"self-hosted",
|
||||
"open-source",
|
||||
"database",
|
||||
"olap",
|
||||
"analytics"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cloud9",
|
||||
"name": "Cloud9",
|
||||
|
||||
Reference in New Issue
Block a user