You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2022/11/23 13:15:04 UTC

[hop-website] branch master updated: Roadmap update

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 65e60b00d Roadmap update
65e60b00d is described below

commit 65e60b00dbf72a906cd40f6f1c73ca0780b8e061
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Wed Nov 23 14:15:00 2022 +0100

    Roadmap update
---
 content/docs/roadmap.adoc | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/content/docs/roadmap.adoc b/content/docs/roadmap.adoc
index c420ff129..ec891792f 100644
--- a/content/docs/roadmap.adoc
+++ b/content/docs/roadmap.adoc
@@ -2,17 +2,20 @@
 title: "Roadmap"
 ---
 
-The Apache Hop team just released version 1.0.0 and became a top level project at the Apache Software Foundation.  The immediate next goal for us is to release version 1.1.0 with almost 200 fixes and improvements.
+The Apache Hop team just released version 2.1.0.  The immediate next goal for us is to release version 2.2.0 with over 100 fixes and improvements.
 
 Here are a few directions that we want to explore for the future of our software:
 
-* Set up a software marketplace where 3rd party plugins can be found
-* Pluggable field expressions in transforms and actions
+* Authentication plugins for various security providers (3.x)
+* Integration with authentication for the VFS plugins (3.x)
+* S3 compatible object store support through updated AWS libs (3.x)
+* Creation of a 'hop' command with sub-commands (3.x)
+* Set up a software marketplace where 3rd party plugins can be found (3.x)
+* Finish conversion of all plugins to generic XML serialization to allow for JSON/YAML/... metadata serialization of pipelines and workflows (3.0)
+* Pluggable field expressions in transforms and actions (4.x)
 * Integration with Apache Airflow both in Airflow and as a new Workflow engine plugin
-* Modularisation of the Apache Beam plugins
-* Further unification of Beam plugins, for example make the `Beam BigQuery Input` plugin work in non-Beam engines as well
-* Finish conversion of all plugins to generic XML serialization to allow for JSON/YAML/... metadata serialization of pipelines and workflows
-* Create a new GUI for executing, previewing and debugging pipelines and workflows with care for long-running and streaming workloads
-* Create a monitoring and logging network service capable of accepting operational metadata from local and remote Hop executions, even on clusters (Beam)
-* Convert the Neo4j logging perspective to a generic logging perspective with room for plugins exposing the underlying strength of the logging sink.
-
+* Environment level plugin support for hardware and software setup validation
+* MongoDB: API update to support Atlas
+* A new docker/k8s pipeline/workflow engine
+* Render pipelines/workflows as SVG in Hop Web
+* ...