diff --git a/README.md b/README.md index d3f76a4b252..374c99d468c 100644 --- a/README.md +++ b/README.md @@ -94,25 +94,16 @@ Cloud-native search engine for observability (logs, traces, and soon metrics!). # 🔮 Roadmap -- Quickwit 0.9 (June 2024) +- Quickwit 0.9 (July 2024) - Indexing and search performance improvements - Index configuration updates (retention policy, indexing and search settings) - Concatenated field -- Quickwit 0.10 (September 2024) +- Quickwit 0.10 (October 2024) - Schema (doc mapping) updates - Native distributed ingestion - Index templates -- [Long-term roadmap](ROADMAP.md) - - Live tail - - SQL - - Security (TLS, authentication, RBAC) - - Alerting - - [and more...](ROADMAP.md) - -details are also available on the [GitHub projects](https://github.com/orgs/quickwit-oss/projects?query=is%3Aopen) - # 🙋 FAQ ### How can I switch from Elasticsearch or OpenSearch to Quickwit? diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 0cf4ea89966..00000000000 --- a/ROADMAP.md +++ /dev/null @@ -1,17 +0,0 @@ -## Long-term roadmap (2024-2025) - -### Major features - -- Alerting -- Distributed and replicated ingestion -- Schema updates -- Live tail -- Metrics -- Geospatial search -- Native Go, Java, and Python clients -- SQL -- Pipe-based query language -- Security (TLS, authentication, RBAC) -- and more... - -*(the order above does not reflect roadmap prioritization)*