diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-05-09 00:07:35 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-08-21 15:13:57 +0200 |
commit | e4e413ede34a2ae306ddd130324435d0e735f064 (patch) | |
tree | d6d438ee1702b8c3bd294baa415be6d6694b2698 /README.md | |
download | influxdb-guard-e4e413ede34a2ae306ddd130324435d0e735f064.tar.gz influxdb-guard-e4e413ede34a2ae306ddd130324435d0e735f064.zip |
influxdb-guard
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 <path-to-config> +``` + +### gunicorn/waitress + +``` +# waitress-serve run:application +# gunicorn3 run +``` +Searches for a file called `config` in current working directory.
\ No newline at end of file |