You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/07/13 01:02:10 UTC

incubator-iota git commit: added README.md files to each Performer / cleanup fey-configuration.conf

Repository: incubator-iota
Updated Branches:
  refs/heads/master f2096dbee -> 7bdae0b7c


added README.md files to each Performer / cleanup fey-configuration.conf


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/7bdae0b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/7bdae0b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/7bdae0b7

Branch: refs/heads/master
Commit: 7bdae0b7c55e8dde6fc69752d5307b76793b70f4
Parents: f2096db
Author: tonyfaustini <to...@yahoo.com>
Authored: Tue Jul 12 18:02:05 2016 -0700
Committer: tonyfaustini <to...@yahoo.com>
Committed: Tue Jul 12 18:02:05 2016 -0700

----------------------------------------------------------------------
 fey-examples/active-configuration/fey-configuration.conf |  1 +
 performers/stream/README.md                              | 11 +++++++++++
 performers/virtual_sensor/README.md                      |  1 +
 performers/zmq/README.md                                 |  2 ++
 4 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7bdae0b7/fey-examples/active-configuration/fey-configuration.conf
----------------------------------------------------------------------
diff --git a/fey-examples/active-configuration/fey-configuration.conf b/fey-examples/active-configuration/fey-configuration.conf
index 9c5c71d..ec3edd2 100644
--- a/fey-examples/active-configuration/fey-configuration.conf
+++ b/fey-examples/active-configuration/fey-configuration.conf
@@ -2,4 +2,5 @@ fey-global-configuration{
   json-repository   = ${IOTA_HOME}"/fey-examples/active-json-repo"
   jar-repository    = ${IOTA_HOME}"/fey-examples/active-jar-repo"
   enable-checkpoint = false
+  log-level = debug
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7bdae0b7/performers/stream/README.md
----------------------------------------------------------------------
diff --git a/performers/stream/README.md b/performers/stream/README.md
new file mode 100644
index 0000000..7443f83
--- /dev/null
+++ b/performers/stream/README.md
@@ -0,0 +1,11 @@
+# STREAM
+
+The Purpose of the stream performer is to create a stream of output messages including
+
+## Types of stream
+
+1. **Heartbeat** 
+2. **Timestamp**
+3. **RandomInteger** 
+4. **RandomFloat**
+5. **RandomUUID** 

http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7bdae0b7/performers/virtual_sensor/README.md
----------------------------------------------------------------------
diff --git a/performers/virtual_sensor/README.md b/performers/virtual_sensor/README.md
new file mode 100644
index 0000000..5f3ad07
--- /dev/null
+++ b/performers/virtual_sensor/README.md
@@ -0,0 +1 @@
+# VIRTUAL SENSORS

http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7bdae0b7/performers/zmq/README.md
----------------------------------------------------------------------
diff --git a/performers/zmq/README.md b/performers/zmq/README.md
new file mode 100644
index 0000000..52b9428
--- /dev/null
+++ b/performers/zmq/README.md
@@ -0,0 +1,2 @@
+# ZMQ
+