From e4e413ede34a2ae306ddd130324435d0e735f064 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 9 May 2015 00:07:35 +0200 Subject: influxdb-guard --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd712bc --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# influxdb guard + +Simple *firewall* for influxdb database + +## Running + +Requires [pyinflux](https://github.com/yvesf/pyinflux) library. + +### development + +``` +# ./run.py +... prints default config +# ./run.py +``` + +### gunicorn/waitress + +``` +# waitress-serve run:application +# gunicorn3 run +``` +Searches for a file called `config` in current working directory. \ No newline at end of file -- cgit v1.2.1