Data feedr using different transports
Project description
feeder generates events/logs using a specified formatter and sends them using the specified transport. It can also generate fake data using fake-factory.
Quick Start
Documentation
Installation
pip install feeder
# or, for dev:
pip install https://github.com/nir0s/feeder/archive/master.tar.gz
Usage Examples
see feeder config and advanced config to configure your transports and formatters.
# 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
Additional Information
Vagrant
A vagrantfile is provided: It will load a machine and install feeder on it in a virtualenv so that you can experiment with it. For a machine containing feeder, ELK and RabbitMQ see the elk-workshop repo.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
feedr-0.5.1.tar.gz
(25.3 kB
view details)
File details
Details for the file feedr-0.5.1.tar.gz
.
File metadata
- Download URL: feedr-0.5.1.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c680e8bfca19de45c299a52df1be907982da21230e7d80300278c6aa32f54c2 |
|
MD5 | 28b74fcc04f428c425b213822d98b47e |
|
BLAKE2b-256 | 2acf6655e0c3a917e21778a95ebec5b1f8b2ddacb6744447e26e2957819f355b |