Skip to content

Commit 28734df

Browse files
committed
feat(registry): add information about ClickHouse
1 parent 621c955 commit 28734df

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
@@ -1347,5 +1347,30 @@
13471347
"1.6"
13481348
]
13491349
}
1350+
},
1351+
"clickhouse": {
1352+
"description": "ClickHouse is a high-performance column-oriented, distributed, OLAP (Online Analytical Processing) database.",
1353+
"disk": true,
1354+
"docs": {
1355+
"relationship_name": "clickhouse",
1356+
"service_name": "clickhouse",
1357+
"url": "/add-services/clickhouse.html"
1358+
},
1359+
"endpoint": "clickhouse",
1360+
"min_disk_size": 512,
1361+
"configuration": "applications:\n <APP_NAME>:\n relationships:\n <SERVICE_NAME>:",
1362+
"name": "ClickHouse",
1363+
"repo_name": "clickhouse",
1364+
"runtime": false,
1365+
"type": "clickhouse",
1366+
"versions": {
1367+
"supported": [
1368+
"25.3",
1369+
"24.3",
1370+
"23.8"
1371+
],
1372+
"deprecated": [],
1373+
"legacy": []
1374+
}
13501375
}
13511376
}

0 commit comments

Comments
 (0)