summaryrefslogtreecommitdiff
path: root/src/hub/README
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-09-30 21:48:58 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-09-30 21:48:58 +0200
commit91379f77d7093fe1f667147e3099e2163419cddb (patch)
tree4cc6543696e9e65d1783c25a93482ee94f0d241b /src/hub/README
parentcreate hub's project structure (diff)
add sfive-hub project scaffolding
Diffstat (limited to 'src/hub/README')
-rw-r--r--src/hub/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hub/README b/src/hub/README
index f69f1cc..0a17056 100644
--- a/src/hub/README
+++ b/src/hub/README
@@ -1,7 +1,8 @@
sfive-hub
=========
-A service providing data aggregation, processing, persistence, filtering and retrieval.
+`sfive-hub` is a service providing data aggregation, processing, persistence,
+filtering and retrieval.
It accepts data via unix domain sockets and REST API, either stores it persistently in
a SQL database or caches it in-memory and queried for data through a REST API.