Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kairichard/zreqlo

Http -> Go -> Redis
https://github.com/kairichard/zreqlo

Last synced: 9 days ago
JSON representation

Http -> Go -> Redis

Awesome Lists containing this project

README

        

Zreqlo, a simple request logger
----
[![Build Status](https://travis-ci.org/kairichard/zreqlo.png?branch=master)](https://travis-ci.org/kairichard/request_logger)

This can be used to write `RawQuery` and `Useragent` into redis for later processing.
This is mainly an exercise in golang.

```
Synopsis
-bind="127.0.0.1:5000": Location server should listen at
-redis="127.0.0.1:6379": Location of redis instance
-mount="/": Relative path where handler should be at
```
## Todo

* responde with 204 when accept is Text
* rewrite tests to use ginko or testify