summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-05-09 00:07:35 +0200
committerYves Fischer <yvesf-git@xapek.org>2016-08-21 15:13:57 +0200
commite4e413ede34a2ae306ddd130324435d0e735f064 (patch)
treed6d438ee1702b8c3bd294baa415be6d6694b2698 /README.md
downloadinfluxdb-guard-e4e413ede34a2ae306ddd130324435d0e735f064.tar.gz
influxdb-guard-e4e413ede34a2ae306ddd130324435d0e735f064.zip
influxdb-guard
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
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