Skip to content

Commit 6b557d4

Browse files
authored
feat(registry): add information about ClickHouse
1 parent 4071e84 commit 6b557d4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

shared/data/registry.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,5 +1346,30 @@
13461346
"1.6"
13471347
]
13481348
}
1349+
},
1350+
"clickhouse": {
1351+
"description": "ClickHouse is a high-performance column-oriented, distributed, OLAP (Online Analytical Processing) database.",
1352+
"disk": true,
1353+
"docs": {
1354+
"relationship_name": "clickhouse",
1355+
"service_name": "clickhouse",
1356+
"url": "/add-services/clickhouse.html"
1357+
},
1358+
"endpoint": "clickhouse",
1359+
"min_disk_size": 512,
1360+
"configuration": "applications:\n <APP_NAME>:\n relationships:\n <SERVICE_NAME>:",
1361+
"name": "ClickHouse",
1362+
"repo_name": "clickhouse",
1363+
"runtime": false,
1364+
"type": "clickhouse",
1365+
"versions": {
1366+
"supported": [
1367+
"25.3",
1368+
"24.3",
1369+
"23.8"
1370+
],
1371+
"deprecated": [],
1372+
"legacy": []
1373+
}
13491374
}
13501375
}

0 commit comments

Comments
 (0)