Skip to content

Commit 0a49f07

Browse files
authoredJan 15, 2024
docs: added initial roadmap version (#641)
* docs: added initial roadmap version, added year symbol for features being developed
1 parent a0c2e02 commit 0a49f07

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed
 

β€ŽREADME.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Local viewer for YDB clusters
44

5-
[Docs for users](https://ydb.tech/en/docs/maintenance/embedded_monitoring/ydb_monitoring)
5+
* [Docs for users](https://ydb.tech/en/docs/maintenance/embedded_monitoring/ydb_monitoring)
6+
* [Project Roadmap](ROADMAP.md)
67

78
## Preview
89

β€ŽROADMAP.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# YDB Embedded UI Roadmap
2+
3+
## Legend
4+
We use the following symbols as abbreviations:
5+
6+
1. ㉕ - feature appeared in the Roadmap for 2025;
7+
1. ㉔ - feature appeared in the Roadmap for 2024;
8+
1. βœ… - feature has been released;
9+
1. 🚧 - feature is partially available and is under development;
10+
1. ❌ - feature has been refused;
11+
1. πŸ”₯ - not yet released, but we are in rush.
12+
13+
## Diagnostics
14+
15+
1. 🚧 ㉔ **Capacity diagnostics** – a set of signals on a database info tab to easily diagnose CPU or storage shortage
16+
1. πŸ”₯ ㉔ **Basic built-in charts** – support for charts display for most popular signals: resource consumption, requests and latency
17+
1. πŸ”₯ ㉔ **Display Table Hot Keys** – on a tab **Hot Keys** for a [column-oriented](https://ydb.tech/docs/en/concepts/datamodel/table#olap-data-types) and [row-oriented table](https://ydb.tech/docs/en/concepts/datamodel/table#row-orineted_table) display Hot Keys based on query statistics
18+
1. ㉔ **Network diagnostics** – display signals about cluster network performance and help to discover reasons for potential problems
19+
20+
21+
## Cluster Administration
22+
23+
1. ㉔ **VDisk Eviction** – a special page for [VDisk](https://ydb.tech/docs/en/concepts/cluster/distributed_storage) with infos and support for [VDisk eviction](https://ydb.tech/docs/en/maintenance/manual/moving_vdisks) launch
24+
1. ㉔ **PDisk restart** – easy way to restart PDisk with one click from its page
25+
1. ㉔ **Display Configuration** – easy way to find out the value of any configuration paramater for a cluster or database
26+
1. ㉕ **Edit Configuration** – change the value of any configuration paramater for a cluster or database
27+
28+
## Query and Schema Development
29+
30+
1. πŸ”₯ ㉔ **Autocompletion** – autosuggestions to complete sql keywords and schema elements' names
31+
1. ㉔ **Support VIEWS** – basic support for new schema object type – `VIEW`
32+
1. ㉔ **Support Asyncronous Replication** – basic support for new feature – cluster-to-cluster asyncrounous replication
33+
1. ㉔ **Display Keys and Column Families** – add wider schema tab in Diagnostics mode with information about column families, primary and partitioning keys.
34+
1. ㉔ **Enhance Column Tables support** – display all parameters from `CREATE TABLE` statement on info Tab, add create/alter queries templates
35+
36+
## Appearence
37+
38+
1. ㉕ **Change Table Column Width** – make it possible to alter a column (e.g. on a nodes page) width by dragging

0 commit comments

Comments
 (0)