release tag streams-project-0.2-incubating
[maven-release-plugin] prepare release streams-project-0.2-incubating-rc3
58 files changed
tree: 0c682de955f2f9f17e499a5cdbc99841bb9f8415
  1. poms/
  2. provision/
  3. src/
  4. streams-components/
  5. streams-config/
  6. streams-contrib/
  7. streams-core/
  8. streams-monitoring/
  9. streams-osgi-components/
  10. streams-pojo/
  11. streams-pojo-extensions/
  12. streams-runtimes/
  13. streams-util/
  14. streams-verbs/
  15. .gitignore
  16. CHANGELOG.md
  17. DISCLAIMER
  18. LICENSE
  19. NOTICE
  20. pom.xml
  21. 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