An open API service indexing awesome lists of open source software.

https://github.com/remind101/tap

Tap is a framework for writing services driven by messages from a Rabbit queue.
https://github.com/remind101/tap

Last synced: 3 months ago
JSON representation

Tap is a framework for writing services driven by messages from a Rabbit queue.

Awesome Lists containing this project

README

          

# Tap

Tap is a framework for writing services driven by messages from a Rabbit queue.

## Development

Tap is written with Go and expects that you have a working Go 1.3
development environment. You should also have
[godep](https://github.com/tools/godep) installed and available in
your `$PATH`.

## Tests

You can run unit tests with:

```bash
$ make
```