From fe4c4ce17d84c13f0c2220ade5413a89f1751878 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 12 Mar 2024 21:40:54 +0100 Subject: [PATCH] docs: Remove roadmap For now. It is outdated and might confuse users. --- site/docs/roadmap.md | 56 -------------------------------------------- site/nav.yml | 1 - 2 files changed, 57 deletions(-) delete mode 100644 site/docs/roadmap.md diff --git a/site/docs/roadmap.md b/site/docs/roadmap.md deleted file mode 100644 index 7df1114c76b6..000000000000 --- a/site/docs/roadmap.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "Roadmap" ---- - - -# Roadmap Overview - -This roadmap outlines projects that the Iceberg community is working on. -Each high-level item links to a Github project board that tracks the current status. -Related design docs will be linked on the planning boards. - -# General - -* [Multi-table transaction support](https://github.com/apache/iceberg/projects/30) -* [Views Support](https://github.com/apache/iceberg/projects/29) -* [Change Data Capture (CDC) Support](https://github.com/apache/iceberg/projects/26) -* [Snapshot tagging and branching](https://github.com/apache/iceberg/projects/4) -* [Inline file compaction](https://github.com/apache/iceberg/projects/14) -* [Delete File compaction](https://github.com/apache/iceberg/projects/10) -* [Z-ordering / Space-filling curves](https://github.com/apache/iceberg/projects/16) -* [Support UPSERT](https://github.com/apache/iceberg/projects/15) - -# Clients -_Python, Rust, and Go projects are pointing to their respective repositories which include -their own issues as the implementations are not final._ - -* [Add the Iceberg Python Client](https://github.com/apache/iceberg-python) -* [Add the Iceberg Rust Client](https://github.com/apache/iceberg-rust) -* [Add the Iceberg Go Client](https://github.com/apache/iceberg-go) - -# Spec V2 - -* [Views Spec](https://github.com/apache/iceberg/projects/6) -* [DSv2 streaming improvements](https://github.com/apache/iceberg/projects/2) -* [Secondary indexes](https://github.com/apache/iceberg/projects/17) - -# Spec V3 - -* [Encryption](https://github.com/apache/iceberg/projects/5) -* [Relative paths](https://github.com/apache/iceberg/projects/18) -* [Default field values](https://github.com/apache/iceberg/projects/19) diff --git a/site/nav.yml b/site/nav.yml index c7d9a26ae0e9..0db137e2d81a 100644 --- a/site/nav.yml +++ b/site/nav.yml @@ -27,7 +27,6 @@ nav: - 1.4.1: '!include docs/docs/1.4.1/mkdocs.yml' - 1.4.0: '!include docs/docs/1.4.0/mkdocs.yml' - Releases: releases.md - - Roadmap: roadmap.md - Blogs: blogs.md - Talks: talks.md - Vendors: vendors.md