mirror of https://github.com/mingrammer/diagrams
Merge 51cefbbde1
into d875b73e3e
commit
411a203132
@ -0,0 +1,12 @@
|
||||
"""
|
||||
Confluent provides a set of services for the Kafka ecosystem.
|
||||
"""
|
||||
|
||||
from diagrams import Node
|
||||
|
||||
|
||||
class _Confluent(Node):
|
||||
_provider = "confluent"
|
||||
_icon_dir = "resources/confluent"
|
||||
|
||||
fontcolor = "#ffffff"
|
@ -0,0 +1,17 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Confluent
|
||||
|
||||
class _Streaming(_Confluent):
|
||||
_type = "streaming"
|
||||
_icon_dir = "resources/confluent/streaming"
|
||||
|
||||
|
||||
class Confluent(_Streaming):
|
||||
_icon = "confluent.png"
|
||||
class Ksql(_Streaming):
|
||||
_icon = "ksql.png"
|
||||
|
||||
# Aliases
|
||||
|
||||
{'Ksql': 'KsqlDB'} = ksql
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
id: confluent
|
||||
title: Confluent
|
||||
---
|
||||
|
||||
Node classes list of confluent provider.
|
||||
|
||||
## confluent.streaming
|
||||
|
||||
- **diagrams.confluent.streaming.Confluent**
|
||||
- **diagrams.confluent.streaming.Ksql**, **KsqlDB** (alias)
|
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 138 KiB |
Loading…
Reference in new issue