sfhydrant 0.1.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

sfhydrant 0.1.1

# HYDRANTHydrant is a consumer for Software Factory's Firehose. It aims at storing eventsfor later retrieval, allowing auditing.## Running and testingHydrant is tested against and runs on python 2.7 and python 3.5.Install the requirements like this:```bashpip install -r requirements.txt```And to start hydrant, run```bashhydrant -c /path/to/config/file.yaml```## The configuration fileHydrant uses a yaml configuration file to define the mosquitto service to subscribeto, and the backend to publish to. See etc/hydrant.yaml for an example.## ContributingHydrant is developped in **Software Factory** and contributions follow a review workflow.To contribute:1. Log in once to Software Factory at https://softwarefactory-project.io2. Set up your ssh key in Gerrit's settings page3. Clone the project:```bashgit clone ssh://<your_username>@softwarefactory-project.io:29418/software-factory/hydrant.git```4. Set up git review```bashcd hydrant && git review -s```5. Work on your feature, make a commit, then send the review```bashgit commit -m'my feature' && git review```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.