mikebywater/kafka-author

一个简单的通过PHP发送测试有效载荷到kafka的实用工具

安装: 42

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 1

开放问题: 0

语言:JavaScript

0.6 2019-11-29 05:00 UTC

This package is auto-updated.

Last update: 2024-09-17 03:38:19 UTC


README

Codacy Badge

入门

克隆仓库并进入目录

git clone git@github.com:mikebywater/kafka-author.git
cd kafka-author

启动容器(您需要已安装docker和ocker-compose)

docker-compose up -d

再次,导航到

https://:8050

伪造数据

在生成数据时,创建伪造数据的能力有限。以下是一些可能的替换。

!!NAME!!       // returns as full name eg. Mike Bywater
!!FIRST_NAME!! // returns a first name eg. Tom
!!LAST_NAME!!  // returns a surname eg. Barnes
!!EMAIL!!      // returns an email eg. mike.bywater@cityfibre.com

!!NUMBER!!     // returns a single digit eg. 1

!!STREET!!     // returns a street name eg. Coach Lane
!!POSTCODE!!   // returns a UK postcode eg. MK9 3NZ
!!CITY!!       // returns a city eg. Milton keynes