This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push:
new d05c42b STREAMS-632: Roadmap Page
new e7236aa Merge pull request #475 from steveblackmon/STREAMS-632
d05c42b is described below
commit d05c42b42ba95c19e009465208684f62f9b190b9
Author: Steve Blackmon <[email protected]>
AuthorDate: Wed Jan 9 20:16:12 2019 -0600
STREAMS-632: Roadmap Page
---
src/site/markdown/roadmap.md | 27 +++++++++++++++++++++++++++
src/site/site.xml | 1 +
2 files changed, 28 insertions(+)
diff --git a/src/site/markdown/roadmap.md b/src/site/markdown/roadmap.md
new file mode 100644
index 0000000..af830df
--- /dev/null
+++ b/src/site/markdown/roadmap.md
@@ -0,0 +1,27 @@
+## Roadmap
+
+The Apache Streams Project currently has the following high-level goals:
+
+- More support for RDF/JSON-LD Activity Streams 2.0 vocabulary as well as JSON
Activity Streams 1.0 vocabulary.
+
+- Continue developing the new functionality that sources data from export
archives of online services (twitter, facebook, google, etc).
+
+- Complete release version that includes binary distribution and official
docker container.
+
+- Drop remaining maven dependencies on java SDKs for accessing third-party
APIs in favor of HTTP/REST interfaces via Apache Foundation code.
+
+- Reduce disparities between normalized activities and objects of like type
collected from various data sources.
+
+- Reduce disparities between the configuration objects that initialize similar
providers from various data sources.
+
+- More tweets and blog posts of zeppelin notebooks demonstrating data
pipelines and analyses based on Apache Streams.
+
+- More official examples in source tree demonstrating integration of Apache
Streams with complementary technologies.
+
+- Improve the interfaces by which components are created, configured,
activated, and executed via SDK and CLI.
+
+- Joint development with complementary projects including Apache Any23, Apache
Juneau, and Apache Kibble.
+
+- Refactoring work to support compiling and tests passing on newer JDK
versions 9, 10, and 11.
+
+###### Licensed under Apache License 2.0 -
http://www.apache.org/licenses/LICENSE-2.0
diff --git a/src/site/site.xml b/src/site/site.xml
index ece305f..773611b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -73,6 +73,7 @@
<item name="Examples" href="streams-examples/index.html" />
<item name="Frequently Asked Questions" href="faq.html" />
<item name="Modules" href="modules.html" />
+ <item name="Roadmap" href="roadmap.html" />
</menu>
<menu name="Users">
<item name="Install Java" href="install/java.html"/>