Skip to content

Commit 520b31b

Browse files
authored
Update EE and TCM overviews (#3961)
1 parent 74cdee7 commit 520b31b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

doc/enterprise/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ Tarantool Enterprise Edition
2424
* :doc:`Tuple compression <tuple_compression>`.
2525
* :doc:`Non-blocking DDL <space_upgrade>`.
2626

27+
The Enterprise Edition is distributed in the form of an SDK, which includes
28+
the following key components:
29+
30+
* The Tarantool EE binary, which can use :ref:`centralized configuration <configuration_etcd_overview>`.
31+
* The extended Enterprise version of the :ref:`tt <tt-cli>` utility.
32+
* :ref:`Tarantool Cluster Manager <tcm>` -- a web-based visual tool for managing Tarantool clusters.
33+
34+
35+
2736
.. ifconfig:: language == 'ru'
2837

2938
.. container:: documentation-main-page-description
@@ -45,6 +54,12 @@ Tarantool Enterprise Edition
4554
* :doc:`Сжатие кортежей <tuple_compression>`.
4655
* :doc:`Смена схемы данных в фоновом режиме <space_upgrade>`.
4756

57+
Enterprise-версия распространяется в форме SDK, который включает следующие
58+
ключевые компоненты:
59+
60+
* Исполняемый файл Tarantool EE binary, который может работать с :ref:`цетрализованной конфигурацией <configuration_etcd_overview>`.
61+
* Расширенная Enterprise-версия утилиты :ref:`tt <tt-cli>`.
62+
* :ref:`Tarantool Cluster Manager <tcm>` -- визуальный веб-инструмент для управления кластерами Tarantool.
4863

4964
.. toctree::
5065
:hidden:

doc/reference/tooling/tcm/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ in an instance's console.
2121
:ref:`distribution package <enterprise-package-contents>`. It is shipped as ready-to-run
2222
executable for Linux platforms.
2323

24-
|tcm| works only with Tarantool EE clusters that use :ref:`etcd as a configuration storage <configuration_etcd>`.
24+
|tcm| works only with Tarantool EE clusters that use centralized configuration in
25+
:ref:`etcd <configuration_etcd>` or a Tarantool-based storage.
2526
When you create or edit a cluster's configuration in |tcm|, it publishes the saved
26-
configuration to etcd. This ensures consistent and reliable configuration storage.
27+
configuration to the storage. This ensures consistent and reliable configuration storage.
2728
A single |tcm| installation can connect to multiple Tarantool EE clusters and
2829
switch between them in one click.
2930

0 commit comments

Comments
 (0)