From e5ea44ea3115b986c8065665e9aab362524a3c77 Mon Sep 17 00:00:00 2001 From: moncef lahouar Date: Wed, 20 Mar 2024 11:08:10 +0100 Subject: [PATCH] docs: update website roadmap to reflect recent changes and future plans --- index.html | 86 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 73 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index bbcaac5..c0fac7f 100644 --- a/index.html +++ b/index.html @@ -231,21 +231,81 @@
- - - -

Roadmap

-
    -
  • Existing Features

    -

    JupyterLab docker build, JupyterLab deployment

  • -
  • In the short term T1 2024

    -

    HDFS integration with jupyterlab, Trino integration, Spark - integration, Sandbox for tests with object and block storage

  • -
  • In the medium term T2/T3 2024

    -

    Airflow, MLOps

  • -
+
    +
  1. +
    + +

    + JupyterHub: On-Demand Notebooks +

    +
      +
    • + Automatic building of JupyterLab images via GitHub Actions. +
    • +
    • + Providing a customized HELM chart based on the Jupyter Community's one. +
    • +
    +
  2. +
  3. +
    + +

    + Apache Spark : A large-scale data analytics engine +

    +
      +
    • + Development of an authentication module for Spark History Server and Spark UI, including its release management to Maven Central. +
    • +
    • + Provide a customized HELM chart for the Spark History Server. +
    • +
    • + Provide customized OKDP images. +
    • +
    +
  4. +
  5. +
    + +

    + Trino & Superset +

    +
      +
    • + Provide customized HELM chart. +
    • +
    • + Provide OKDP images. +
    • +
    +
  6. +
  7. +
    + +

    + OKDP Sandbox with User Guide +

    +
      +
    • + Provide a sandbox to deploy OKDP components locally. +
    • +
    • + Provide a User Guide documentation to deploy OKDP components on a kubernetes cluster. +
    • +
    +
  8. +