mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
42e1f305b5
* feat: 增加ClickHouse数据库 * feat: 增加Kafka中间件
19 lines
1.1 KiB
YAML
19 lines
1.1 KiB
YAML
name: Kafka
|
|
tags:
|
|
- 中间件
|
|
title: Kafka 一个分布式流处理平台
|
|
type: 中间件
|
|
description: Kafka 是一个分布式流处理平台
|
|
additionalProperties:
|
|
key: kafka
|
|
name: Kafka
|
|
tags:
|
|
- Middleware
|
|
shortDescZh: Apache Kafka 是一种分布式数据存储,经过优化以实时提取和处理流数据。流数据是指由数千个数据源持续生成的数据,通常可同时发送数据记录。流平台需要处理这些持续流入的数据,按照顺序逐步处理。
|
|
shortDescEn: Apache Kafka is a distributed data store optimized for ingesting and processing streaming data in real-time. Streaming data is data that is continuously generated by thousands of data sources, which typically send the data records in simultaneously. A streaming platform needs to handle this constant influx of data, and process the data sequentially and incrementally.
|
|
type: tool
|
|
crossVersionUpdate: false
|
|
limit: 0
|
|
website: https://kafka.apache.org/
|
|
github: https://github.com/apache/kafka
|
|
document: https://kafka.apache.org/documentation/ |