Skip to content

Commit a3efb41

Browse files
authored
Remove enterprise-only docs and wording (#1174)
1 parent 4996d7e commit a3efb41

89 files changed

Lines changed: 147 additions & 8759 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ On each server, create two YML files: `confignode.yml` and `datanode.yml`. Examp
275275
version: "3"
276276
services:
277277
iotdb-confignode:
278-
image: iotdb-enterprise:2.0.x-standalone #The image used
278+
image: apache/iotdb:2.0.x-standalone #The image used
279279
hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation
280280
container_name: iotdb-confignode
281281
command: ["bash", "-c", "entrypoint.sh confignode"]
@@ -310,7 +310,7 @@ services:
310310
version: "3"
311311
services:
312312
iotdb-datanode:
313-
image: iotdb-enterprise:2.0.x-standalone #The image used
313+
image: apache/iotdb:2.0.x-standalone #The image used
314314
hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation
315315
container_name: iotdb-datanode
316316
command: ["bash", "-c", "entrypoint.sh datanode"]

src/UserGuide/Master/Table/Deployment-and-Maintenance/Monitoring-panel-deployment.md

Lines changed: 0 additions & 694 deletions
This file was deleted.

src/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The information provided here was provided by the entities named, and is not ver
3333

3434
| | Name | <span style="display:block;min-width:360px;">Description</span> | Contact Person(s) | Contact Email(s) | Contact Phone(s) | Involvement Level |
3535
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------- | ------------------ | ------------------- |
36-
| <span style="display:inline-flex;width:88px;height:34px;align-items:center;justify-content:center;"><img src="/img/commercial-support-timecho.png" alt="Timecho logo" style="max-width:80px;max-height:28px;width:auto;height:auto;object-fit:contain;" /></span> | [Timecho Europe GmbH](https://www.timecho-global.com/) | <span style="display:block;min-width:360px;line-height:1.55;">Enterprise-grade products and solutions, technical support/ consulting/ training, deployment and migration, performance tuning, training, custom development, protocol/ connector/ driver development, time-series foundation model services, and AI services.</span> | Pengchen Zheng | pengcheng.zheng@timecho.com | - | Committer |
36+
| <span style="display:inline-flex;width:88px;height:34px;align-items:center;justify-content:center;"><img src="/img/commercial-support-timecho.png" alt="Timecho logo" style="max-width:80px;max-height:28px;width:auto;height:auto;object-fit:contain;" /></span> | [Timecho Europe GmbH](https://www.timecho-global.com/) | <span style="display:block;min-width:360px;line-height:1.55;">Enterprise-grade products and solutions, technical support/ consulting/ training, deployment and migration, performance tuning, training, custom development, protocol/ connector/ driver development, time-series foundation model services, and AI services.</span> | Pengcheng Zheng | pengcheng.zheng@timecho.com | - | Committer |
3737
| <span style="display:inline-flex;width:88px;height:34px;align-items:center;justify-content:center;"><img src="/img/commercial-support-pragmatic.png" alt="pragmatic industries logo" style="max-width:80px;max-height:28px;width:auto;height:auto;object-fit:contain;" /></span> | [pragmatic industries GmbH](https://pragmaticindustries.com/)| <span style="display:block;min-width:360px;line-height:1.55;">Technical support/ consulting/ training, deployment and migration, custom development</span> | Julian Feinauer | j.feinauer@pragmaticindustries.de | - | PMC Member |
3838
| <span style="display:inline-flex;width:88px;height:34px;align-items:center;justify-content:center;"><img src="/img/commercial-support-toddy.png" alt="ToddySoft logo" style="max-width:80px;max-height:28px;width:auto;height:auto;object-fit:contain;" /></span> | [ToddySoft GmbH](https://toddysoft.com/)| <span style="display:block;min-width:360px;line-height:1.55;">Technical support/ consulting/ training, deployment and migration, protocol/ connector/ driver development, custom development</span> | Christofer Dutz | christofer.dutz@toddysoft.com | - | PMC Member |
3939

src/UserGuide/Master/Table/Reference/System-Tables_apache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ IoTDB> select * from information_schema.keywords limit 10
524524
| internal\_port | INT32 | ATTRIBUTE | Internal port |
525525
| version | STRING | ATTRIBUTE | Version number |
526526
| build\_info | STRING | ATTRIBUTE | Commit ID |
527-
| activate\_status (Enterprise Edition only) | STRING | ATTRIBUTE | Activation status |
528527

529528
* Only administrators are allowed to perform operations on this table.
530529
* Query example:

src/UserGuide/Master/Table/User-Manual/Load-Balance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Total line number = 4
211211
It costs 0.110s
212212
```
213213

214-
7. Repeat the above steps for other nodes. It is important to note that for a new node to join the original cluster successfully, the original cluster must have sufficient allowance for additional DataNode nodes. Otherwise, you will need to contact the support team to reapply for activation code information.
214+
7. Repeat the above steps for other nodes. It is important to note that for a new node to join the original cluster successfully, the original cluster must have sufficient allowance for additional DataNode nodes.
215215

216216
#### 1.3.3 Manual Load Balancing (Optional)
217217

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ On each server, two yml files need to be written, namely confignnode. yml and da
274274
version: "3"
275275
services:
276276
iotdb-confignode:
277-
image: iotdb-enterprise:2.0.x-standalone #The image used
277+
image: apache/iotdb:2.0.x-standalone #The image used
278278
hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation
279279
container_name: iotdb-confignode
280280
command: ["bash", "-c", "entrypoint.sh confignode"]
@@ -309,7 +309,7 @@ services:
309309
version: "3"
310310
services:
311311
iotdb-datanode:
312-
image: iotdb-enterprise:2.0.x-standalone #The image used
312+
image: apache/iotdb:2.0.x-standalone #The image used
313313
hostname: iotdb-1|iotdb-2|iotdb-3 #Choose from three options based on the actual situation
314314
container_name: iotdb-datanode
315315
command: ["bash", "-c", "entrypoint.sh datanode"]

0 commit comments

Comments
 (0)