diff options
Diffstat (limited to 'src/hub/README')
-rw-r--r-- | src/hub/README | 3 |
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. |