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.
- Host: GitHub
- URL: https://github.com/remind101/tap
- Owner: remind101
- Created: 2014-09-27T07:41:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T20:44:48.000Z (almost 12 years ago)
- Last Synced: 2025-01-10T16:37:29.423Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 86
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```