跳转到主要内容

使用不同传输方式的数据喂入器

项目描述

Build Status

Gitter chat

PyPI

PypI

feede使用指定的格式化程序生成事件/日志,并使用指定的传输方式发送它们。它还可以使用fake-factory生成模拟数据。

快速开始

快速开始

文档

feede文档

安装

pip install feeder
# or, for dev:
pip install https://github.com/nir0s/feeder/archive/master.tar.gz

使用示例

请参阅feede配置高级配置以配置您的传输方式和格式化程序。

# this will assume config.py in the cwd and assume default for each option
mouth feed
# or.. you can specify whatever you want in the cli..
mouth feed -c /my/config/file/path.py -t AMQP -f Json -g 0.001 -m 100000000
mouth feed -t UDP -f Custom -g 0.00001 -m 102831028
# you can also send in batches
mouth feed -t UDP -f Custom -g 0.01 -m 102831028 -b 1000
# and even use some common formatters like apache's..
mouth feed -t Stream -f ApacheError
# print fake data types that you can use in the config...
mouth list fake
# print a list of available transports
mouth list transports
# print a list of available formatters
mouth list formatters

附加信息

Vagrant

提供了一个vagrantfile:它将在虚拟环境中加载机器并安装feede,以便您可以进行实验。有关包含feede、ELK和RabbitMQ的机器,请参阅elk-workshop仓库

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源代码分布

feeder-0.4.3.tar.gz (25.6 kB 查看哈希值)

上传时间