Author: sblackmon
Date: Sun Dec 7 16:52:11 2014
New Revision: 1643699
URL: http://svn.apache.org/r1643699
Log:
CMS commit to streams by sblackmon
Modified:
incubator/streams/site/trunk/content/architecture.mdtext
Modified: incubator/streams/site/trunk/content/architecture.mdtext
URL:
http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/architecture.mdtext?rev=1643699&r1=1643698&r2=1643699&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/architecture.mdtext (original)
+++ incubator/streams/site/trunk/content/architecture.mdtext Sun Dec 7
16:52:11 2014
@@ -16,7 +16,9 @@ Notice: Licensed to the Apache Softwar
specific language governing permissions and limitations
under the License.
-The architecture for the Apache Streams (v0.1) project is essentially a
loosely coupled set of modules which provide, process, or persist documents,
with a preference for ActivityStreams.
+The architecture for the Apache Streams (v0.1) project is essentially a
loosely coupled set of modules which provide, process, or persist documents and
metadata, with a preference for ActivityStreams formatted messages.
+
+Streams contains libraries and patterns for specifying document schemas and
converting documents to and from ActivityStreams format, and runtime bindings
for deploying, monitoring, and interfacing with running streams.
Streams is heavily influenced by Enterprise Integration Patterns and general
messaging architecture. It is the goal of the project to support multiple
execution containers, including distributed deployments.