File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ Tarantool Enterprise Edition
24
24
* :doc: `Tuple compression <tuple_compression >`.
25
25
* :doc: `Non-blocking DDL <space_upgrade >`.
26
26
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
+
27
36
.. ifconfig :: language == 'ru'
28
37
29
38
.. container :: documentation-main-page-description
@@ -45,6 +54,12 @@ Tarantool Enterprise Edition
45
54
* :doc: `Сжатие кортежей <tuple_compression >`.
46
55
* :doc: `Смена схемы данных в фоновом режиме <space_upgrade >`.
47
56
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.
48
63
49
64
.. toctree ::
50
65
:hidden:
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ in an instance's console.
21
21
:ref: `distribution package <enterprise-package-contents >`. It is shipped as ready-to-run
22
22
executable for Linux platforms.
23
23
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.
25
26
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.
27
28
A single |tcm | installation can connect to multiple Tarantool EE clusters and
28
29
switch between them in one click.
29
30
You can’t perform that action at this time.
0 commit comments