summaryrefslogtreecommitdiff
path: root/src/daq/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-08-03 20:27:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-08-03 20:27:14 +0200
commit80a1bc4ddd8f7253bce95a97ea48f3620d6396fe (patch)
tree9f7d372027628e168cdce1da1401886958f117c7 /src/daq/README
parentadded some documentation (diff)
added initial directory structure and some introductionary information
Diffstat (limited to 'src/daq/README')
-rw-r--r--src/daq/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/daq/README b/src/daq/README
new file mode 100644
index 0000000..299ad16
--- /dev/null
+++ b/src/daq/README
@@ -0,0 +1,16 @@
+Data Acquisition
+================
+
+This directory contains service/technology specific plugins which
+acquire and transform data and push it to the hub.
+
+Currently these plugins use the same protocol as defined doc/protocol.md
+but send those data using unix sockets.
+
+flumotion-plug
+: a plug for http-streamer which gathers live data
+flumotion-rrd
+: a batch import for exisiting rrd data written by flumotion rrd plug
+accesslog
+: a batch or live importer for acceslog-based data (nginx, apache)
+