Skip to content

Fix EE and TCM overviews #3961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/enterprise/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Tarantool Enterprise Edition
* :doc:`Tuple compression <tuple_compression>`.
* :doc:`Non-blocking DDL <space_upgrade>`.

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 <configuration_etcd_overview>`.
* The extended Enterprise version of the :ref:`tt <tt-cli>` utility.
* :ref:`Tarantool Cluster Manager <tcm>` -- a web-based visual tool for managing Tarantool clusters.



.. ifconfig:: language == 'ru'

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

Enterprise-версия распространяется в форме SDK, который включает следующие
ключевые компоненты:

* Исполняемый файл Tarantool EE binary, который может работать с :ref:`цетрализованной конфигурацией <configuration_etcd_overview>`.
* Расширенная Enterprise-версия утилиты :ref:`tt <tt-cli>`.
* :ref:`Tarantool Cluster Manager <tcm>` -- визуальный веб-инструмент для управления кластерами Tarantool.

.. toctree::
:hidden:
Expand Down
5 changes: 3 additions & 2 deletions doc/reference/tooling/tcm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ in an instance's console.
:ref:`distribution package <enterprise-package-contents>`. 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 <configuration_etcd>`.
|tcm| works only with Tarantool EE clusters that use centralized configuration in
:ref:`etcd <configuration_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.

Expand Down