diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-12-06 14:48:06 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-12-06 14:48:06 +0100 |
commit | b2079c2bd867d9f55385227b18e4ac718ed0c740 (patch) | |
tree | e906cbf2597315962ed558809f8487bad5a23d46 | |
parent | es5: stats vs. avg (diff) |
es5: added README
-rw-r--r-- | src/es5/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/es5/README b/src/es5/README new file mode 100644 index 0000000..f478bc4 --- /dev/null +++ b/src/es5/README @@ -0,0 +1,7 @@ +sfive elasticsearch integration +=============================== + +`es5` is a set of tools and scripts which allow you to use elasticsearch as a backend +store for sfive data updates. an `sfive-hub` can be configured to push dataupdates to a +elasticsearch cluster which can then be used to aggregate, search and retrieve statistic +data. |