Skip to content

Commit

Permalink
feat: new library Kafka Streams Topology Design (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
excalibot committed Sep 9, 2024
1 parent 6c7c4bc commit 214e4be
Show file tree
Hide file tree
Showing 3 changed files with 34,913 additions and 0 deletions.
86 changes: 86 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6351,5 +6351,91 @@
"Oracle Base Database",
"Database"
]
},
{
"name": "Kafka Streams Topology Design",
"description": "Kafka Streams Topology Design is an open standard dedicated to the clear and effective description and visualisation of Kafka Stream topologies.\r\nKSTD covers all Kafka Streams DSL operators, as well as essential infrastructure and architectural building blocks.",
"authors": [
{
"name": "Hartmut Armbruster",
"github": "https://github.com/hartmut-co-uk",
"twitter": "https://twitter.com/TheThrivingDev",
"url": "https://kstd.thriving.dev/"
}
],
"source": "hartmut-co-uk/kafka-streams-topology-design.excalidrawlib",
"preview": "hartmut-co-uk/kafka-streams-topology-design.jpg",
"created": "2024-09-07",
"updated": "2024-09-07",
"version": 2,
"itemNames": [
"Header",
"Topology",
"Sub-topology",
"Apache Kafka Logo",
"Topic Simple",
"Topic Default",
"Topic Advanced",
"Record",
"Key-Value Record",
"Key-Value Record Typed",
"KStream",
"KTable",
"GlobalKTable",
"filter",
"map",
"mapValues",
"flatMap",
"flatMapValues",
"split",
"merge",
"join",
"join (alt)",
"repartition",
"selectKey",
"groupBy",
"reduce/aggregate",
"count",
"peek",
"forEach",
"stateful",
"stateful (alt)",
"repartitioned",
"repartitioned (alt)",
"process",
"processValues",
"transformValues",
"State Store",
"windowed",
"Punctuator",
"Partitioner",
"Store Type RocksDB",
"Store Type InMemory",
"Store Type LRUCache",
"Store Variant Global",
"Store Variant Versioned",
"Store Variant Read-only",
"Store Attribute Logged",
"Store Attribute Not Logged",
"Store Attribute Cached",
"Store Attribute Not Cached",
"API",
"API (alt1)",
"API (alt2)",
"External System",
"External System (alt1)",
"External System (alt2)",
"Numeric Indicator",
"Marker Success",
"Marker Alert",
"Marker Info",
"Marker Warn",
"Inline Note",
"Callout",
"Descriptions Box",
"Legend Landscape",
"Legend Portrait",
"KSTD Watermark"
]
}
]
Loading

0 comments on commit 214e4be

Please sign in to comment.