-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfluent-catalog.json
20 lines (20 loc) · 991 Bytes
/
confluent-catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"bundle-confluent-7-examples-python":
{
"title": "Confluent JupyterLab Python Examples",
"image_label": "Confluent JupyterLab Python Examples",
"image_url": "images/confluent-examples-python.drawio.png",
"url": "https://github.com/padogrid/bundle-confluent-7-examples-python",
"description": "This bundle provides Kafka Python client examples running on JupyterLab in PadoGrid. It demonstrates how PadoGrid workspaces are seamlessly integrated with JupyterLab workspaces.",
"install": "tmp/1-bundle-confluent-7-examples-python"
},
"bundle-confluent-template":
{
"title": "Kafka Confluent Bundle Template",
"image_label": "Kafka Confluent Bundle Template",
"image_url": "https://github.com/padogrid/padogrid/wiki/Quick-Start",
"url": "https://github.com/padogrid/bundle-confluent-template",
"description": "This bundle serves as a template for creating a new Kafka onlne bundle.",
"install": "tmp/2-bundle-confluent-template"
}
}