# kafka-visark-vue **Repository Path**: podigua/kafka-visark-vue ## Basic Information - **Project Name**: kafka-visark-vue - **Description**: kafka 工具 electron vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-12-18 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kafka-Visark > `kafka-Visark` 是一款`Kafka`工具,提供`Kafka`的部分基本功能,基于`electron`,`vue`编写 ## 功能列表 1. Broker 1. 查看 2. Topic 1. 创建 2. 删除 3. 偏移量 4. 生产 5. 消费(实时消费,按数量,按时间,按偏移量,导出) 3. Consumer 1. 偏移量 2. 分配情况 # Wiki [wiki](https://gitee.com/podigua/kafka-visark/wikis) ## 运行+打包 ### 运行 ``` npm install npm run electron:serve ``` ### 编译打包 ``` npm run electron:build ```