diff --git a/doc/enterprise/index.rst b/doc/enterprise/index.rst index 474c12bfac..e18018085d 100644 --- a/doc/enterprise/index.rst +++ b/doc/enterprise/index.rst @@ -24,6 +24,15 @@ Tarantool Enterprise Edition * :doc:`Tuple compression `. * :doc:`Non-blocking DDL `. + The Enterprise Edition is distributed in the form of an SDK, which includes + the following key components: + + * The Tarantool EE binary, which can use :ref:`centralized configuration `. + * The extended Enterprise version of the :ref:`tt ` utility. + * :ref:`Tarantool Cluster Manager ` -- a web-based visual tool for managing Tarantool clusters. + + + .. ifconfig:: language == 'ru' .. container:: documentation-main-page-description @@ -45,6 +54,12 @@ Tarantool Enterprise Edition * :doc:`Сжатие кортежей `. * :doc:`Смена схемы данных в фоновом режиме `. + Enterprise-версия распространяется в форме SDK, который включает следующие + ключевые компоненты: + + * Исполняемый файл Tarantool EE binary, который может работать с :ref:`цетрализованной конфигурацией `. + * Расширенная Enterprise-версия утилиты :ref:`tt `. + * :ref:`Tarantool Cluster Manager ` -- визуальный веб-инструмент для управления кластерами Tarantool. .. toctree:: :hidden: diff --git a/doc/reference/tooling/tcm/index.rst b/doc/reference/tooling/tcm/index.rst index c9120a714b..482aa2798d 100644 --- a/doc/reference/tooling/tcm/index.rst +++ b/doc/reference/tooling/tcm/index.rst @@ -21,9 +21,10 @@ in an instance's console. :ref:`distribution package `. It is shipped as ready-to-run executable for Linux platforms. -|tcm| works only with Tarantool EE clusters that use :ref:`etcd as a configuration storage `. +|tcm| works only with Tarantool EE clusters that use centralized configuration in +:ref:`etcd ` or a Tarantool-based storage. When you create or edit a cluster's configuration in |tcm|, it publishes the saved -configuration to etcd. This ensures consistent and reliable configuration storage. +configuration to the storage. This ensures consistent and reliable configuration storage. A single |tcm| installation can connect to multiple Tarantool EE clusters and switch between them in one click.