-
Notifications
You must be signed in to change notification settings - Fork 0
/
snappydata-catalog.json
20 lines (20 loc) · 1.06 KB
/
snappydata-catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"bundle-snappydata-1-docker-debezium_kafka":
{
"title": "Debezium-Kafka SnappyData/ComputeDB Connector",
"image_label": "Debezium-Kafka SnappyData/ComputeDB Connector",
"image_url": "images/debezium-kafka.jpg",
"url": "https://github.com/padogrid/bundle-snappydata-1-docker-debezium_kafka",
"description": "This bundle integrates SnappyData/ComputeDB with Debezium for ingesting initial data and CDC records from MySQL into a SnappyData/ComputeDB cluster via a Kafka sink connector included in the `padogrid` distribution. It supports inserts, updates and deletes.",
"install": "tmp/1-bundle-snappydata-1-docker-debezium_kafka"
},
"bundle-snappydata-template":
{
"title": "SnappyData Bundle Template",
"image_label": "SnappyData Bundle Template",
"image_url": "https://github.com/padogrid/padogrid/wiki/Quick-Start",
"url": "https://github.com/padogrid/bundle-snappydata-template",
"description": "This bundle serves as a template for creating a new SnappyData onlne bundle.",
"install": "tmp/2-bundle-snappydata-template"
}
}