firehose consumer that stores events for further retrieval
Project description
# HYDRANT
Hydrant is a consumer for Software Factory's Firehose. It aims at storing events
for later retrieval, allowing auditing.
## Running and testing
Hydrant is tested against and runs on python 2.7 and python 3.5.
Install the requirements like this:
```bash
pip install -r requirements.txt
```
And to start hydrant, run
```bash
hydrant -c /path/to/config/file.yaml
```
## The configuration file
Hydrant uses a yaml configuration file to define the mosquitto service to subscribe
to, and the backend to publish to. See etc/hydrant.yaml for an example.
## Contributing
Hydrant is developped in **Software Factory** and contributions follow a review workflow.
To contribute:
1. Log in once to Software Factory at https://softwarefactory-project.io
2. Set up your ssh key in Gerrit's settings page
3. Clone the project:
```bash
git clone ssh://<your_username>@softwarefactory-project.io:29418/software-factory/hydrant.git
```
4. Set up git review
```bash
cd hydrant && git review -s
```
5. Work on your feature, make a commit, then send the review
```bash
git commit -m'my feature' && git review
```
Hydrant is a consumer for Software Factory's Firehose. It aims at storing events
for later retrieval, allowing auditing.
## Running and testing
Hydrant is tested against and runs on python 2.7 and python 3.5.
Install the requirements like this:
```bash
pip install -r requirements.txt
```
And to start hydrant, run
```bash
hydrant -c /path/to/config/file.yaml
```
## The configuration file
Hydrant uses a yaml configuration file to define the mosquitto service to subscribe
to, and the backend to publish to. See etc/hydrant.yaml for an example.
## Contributing
Hydrant is developped in **Software Factory** and contributions follow a review workflow.
To contribute:
1. Log in once to Software Factory at https://softwarefactory-project.io
2. Set up your ssh key in Gerrit's settings page
3. Clone the project:
```bash
git clone ssh://<your_username>@softwarefactory-project.io:29418/software-factory/hydrant.git
```
4. Set up git review
```bash
cd hydrant && git review -s
```
5. Work on your feature, make a commit, then send the review
```bash
git commit -m'my feature' && git review
```
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
sfhydrant-0.1.1.tar.gz
(9.4 kB
view details)
File details
Details for the file sfhydrant-0.1.1.tar.gz
.
File metadata
- Download URL: sfhydrant-0.1.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3869eed28d3c731b19cea98836b28451e328a69af5940d177f80a6d26c3f35b |
|
MD5 | 0337b874e8be1fa6bb1f554d93e9e529 |
|
BLAKE2b-256 | 87a80710a38076eddd7b78b84c759576c888e9c2994448d4aacbd499d34a653c |