diff options
author | Anton Kovalenko <kovalad@ydb.tech> | 2024-01-16 18:21:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 18:21:04 +0100 |
commit | 427adf71a274ff83c3ddc6175f08b6fa7e0c8e74 (patch) | |
tree | eb4b677742cd573e2bd85189c3f23f9653301c10 /ROADMAP.md | |
parent | 60c669702c975cea03576d9f6ee7f371c9b3a24e (diff) | |
download | ydb-427adf71a274ff83c3ddc6175f08b6fa7e0c8e74.tar.gz |
Added a link to embedded ui roadmap (#1017)
* added a link to embedded ui roadmap
* docs: moved embedded ui items to a separate roadmap, just link is left
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 5e81c07c3a..644d33dd22 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -120,13 +120,7 @@ We use the following symbols as abbreviations: 1. ✅ ㉓ **Run the first version** ## Embedded UI -1. **Support for all schema entities** - * ㉓ **YDB Topics** (add support for viewing metadata of YDB topics, its data, lag, etc) - * ㉓ **CDC Streams** - * ㉓ **Secondary Indexes** - * ㉓ **Read Replicas** - * ✅ ㉓ **Column-oriented Tables** -1. ㉓ **Basic charts for database monitoring** +Detailed roadmap could be found at [YDB Embedded UI repo](https://github.com/ydb-platform/ydb-embedded-ui/blob/main/ROADMAP.md). ## Command Line Utility 1. 🚧 ㉓ Use a **single `ydb yql`** instead of `ydb table query` or `ydb scripting` |