[maven-release-plugin] copy for tag streams-project-0.2-incubating-rc1
[maven-release-plugin] prepare release streams-project-0.2-incubating-rc1
58 files changed
tree: 6ec65a0f520b1549c4a7d2eac2958f8db3cdc82f
  1. poms/
  2. provision/
  3. streams-components/
  4. streams-config/
  5. streams-contrib/
  6. streams-core/
  7. streams-monitoring/
  8. streams-osgi-components/
  9. streams-pojo/
  10. streams-pojo-extensions/
  11. streams-runtimes/
  12. streams-util/
  13. streams-verbs/
  14. .gitignore
  15. CHANGELOG.md
  16. DISCLAIMER
  17. LICENSE
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Apache Streams (incubating) Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0

About

Apache Streams is a lightweight (yet scalable) server for ActivityStreams. The role of Apache Streams is to provide a central point of aggregation, filtering and querying for Activities that have been submitted by disparate systems. Apache Streams also intends to include a mechanism for intelligent filtering and recommendation to reduce the noise to end users.

Release Notes

CHANGELOG.md

Getting Started

Please visit the project website for the latest information: http://streams.incubator.apache.org/

Along with the developer mailing list archive: http://mail-archives.apache.org/mod_mbox/streams-dev/

System Requirements

You need a platform that supports Java SE 7 or later.

Building and running

To build from source code:

  • Requirements: Sources compilation require Java SE 7 or higher. The project is built with Apache Maven 3+ (suggested is 3.2.5). You need to download and install Maven 3 from: http://maven.apache.org/

  • To build the Streams project, configure and invoke maven in the root directory.

    export MAVEN_OPTS="-Xmx2G"

    mvn install