Skip to content
Open
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
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We welcome contributions to help improve the documentation! Here is the steps:

```shell
├── docs # Docs for the current version
│   ├── cloud # Tapdata Cloud Docs(Chinese language)
│   ├── cloud # Tapdata Cloud Docs
│   │   ├── images # Screen shots, illustrations for docs
│   │   ├── …………
├── docusaurus.config.js # A config file containing the site configuration
Expand All @@ -66,7 +66,6 @@ We welcome contributions to help improve the documentation! Here is the steps:
│   └── pages
├── static # Static directory that will be copied into the root of the final build directory
│   └── img
└── i18n # Tapdata Cloud Docs(English language), dir: i18n/docusaurus-plugin-content-docs/current
```


Expand All @@ -77,8 +76,4 @@ We have a few channels for contact:

- [Slack channel](https://join.slack.com/t/tapdatacommunity/shared_invite/zt-1biraoxpf-NRTsap0YLlAp99PHIVC9eA)
- [@tapdata_daas](https://twitter.com/tapdata_daas) on Twitter
- Wechat:

<p align="left">
<a href="https://20778419.s21i.faiusr.com/4/2/ABUIABAEGAAg3Z6tkAYoqdfZ4AIwjAM4jAM.png" rel="nofollow"><img src="https://20778419.s21i.faiusr.com/4/2/ABUIABAEGAAg3Z6tkAYoqdfZ4AIwjAM4jAM.png" style="zoom: 50%;" /></a>
</p>
111 changes: 89 additions & 22 deletions docs/cloud/billing/billing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,65 +27,132 @@ You can pay for Tapdata Cloud by credit card.

Please select the appropriate Agent specifications according to the amount of data and the number of tasks, the specifications are priced as follows, the unit is dollar($):

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<Tabs className="unique-tabs">
<TabItem value=" full-managed" label="Fully-Managed Mode" default>
<p>In Fully-Managed Mode, Tapdata Cloud will provide the necessary computing/storage resources for running the Agent and deploys it automatically. It offers unified operational maintenance and resource monitoring to enhance operational reliability, enabling one-click delivery and usage, allowing users to focus on their core business.</p>

<table>
<thead>
<tr>
<th>Specifications</th>
<th>One Month Only</th>
<th>Monthly</th>
<th>One Month Only</th>
<th>Annually</th>
<th>One Year Only</th>
</tr>
</thead>
<tbody>
<tr>
<td>LARGE</td>
<td>220</td>
<td>232</td>
<td>2,508</td>
<td>2,508</td>
</tr>
<tr>
<td>XLARGE</td>
<td>440</td>
<td>464</td>
<td>5,016</td>
<td>5,016</td>
</tr>
<tr>
<td>2XLARGE</td>
<td>880</td>
<td>928</td>
<td>10,032</td>
<td>10,032</td>
</tr>
<tr>
<td>3XLARGE</td>
<td>1,320</td>
<td>1,392</td>
<td>15,048</td>
<td>15,048</td>
</tr>
<tr>
<td>4XLARGE</td>
<td>1,764</td>
<td>1,856</td>
<td>20,064</td>
<td>20,064</td>
</tr>
<tr>
<td>8XLARGE</td>
<td>3,528</td>
<td>3,172</td>
<td>40,128</td>
<td>40,128</td>
</tr>
</tbody>
</table>
</TabItem>
<TabItem value="semi-managed" label="Semi-Managed Mode">
<p>In Semi-Managed Mode, you need to provide the equipment for deploying and maintaining the Agent, which allows for the full utilization of existing hardware resources. This approach enables you to benefit from lower prices while further enhancing security.</p>
<table>
<thead>
<tr>
<th>Specifications</th>
<th>Monthly</th>
<th>One Month Only</th>
<th>Annually</th>
<th>One Year Only</th>
</tr>
</thead>
<tbody>
<tr>
<td>SMALL</td>
<td colspan="4">Free (1 Agent Instance) </td>
<td colspan="4">Free (1 Agent Instance)&nbsp;&nbsp;</td>
</tr>
<tr>
<td>LARGE</td>
<td>116</td>
<td>110</td>
<td>1254</td>
<td>1254</td>
<td>116</td>
<td>1,254</td>
<td>1,254</td>
</tr>
<tr>
<td>XLARGE</td>
<td>232</td>
<td>220</td>
<td>2508</td>
<td>2508</td>
<td>232</td>
<td>2,508</td>
<td>2,508</td>
</tr>
<tr>
<td>2XLARGE</td>
<td>440</td>
<td>464</td>
<td>441</td>
<td>5016</td>
<td>5016</td>
<td>5,016</td>
<td>5,016</td>
</tr>
<tr>
<td>3XLARGE</td>
<td>660</td>
<td>696</td>
<td>661</td>
<td>7524</td>
<td>7524</td>
<td>7,524</td>
<td>7,524</td>
</tr>
<tr>
<td>4XLARGE</td>
<td>928</td>
<td>882</td>
<td>10032</td>
<td>10032</td>
<td>928</td>
<td>10,032</td>
<td>10,032</td>
</tr>
<tr>
<td>8XLARGE</td>
<td>1857</td>
<td>1764</td>
<td>20065</td>
<td>20065</td>
<td>1,764</td>
<td>1,856</td>
<td>20,064</td>
<td>20,064</td>
</tr>
</tbody>
</table>
</TabItem>
</Tabs>



Expand Down Expand Up @@ -165,7 +232,7 @@ Please note that the performance of the following tables is provided for referen

:::tip

In order to ensure the maximum data flow performance, it is recommended that the machine deployed by the Agent (referred to as the **host** in the above table) has sufficient resources such as computing, storage and bandwidth. For more information, see [Install Agent](../quick-start/install-agent/README.md).
When purchasing Agent instances, if you choose the **Semi-Managed Mode**, you will need to provide the host machine for [deploying the Agent](../quick-start/install-agent/README.md). Additionally, to ensure maximum data transfer performance, it is essential to ensure that the host machine has sufficient computing, storage, and bandwidth resources. On the other hand, if you choose the **Fully-Managed Mode**, Tapdata Cloud will provide all the necessary computing and storage resources.

:::

75 changes: 60 additions & 15 deletions docs/cloud/billing/purchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,83 @@ After registering with Tapdata Cloud, you will receive the benefit of creating o

1. Log in to [Tapdata Cloud](https://cloud.tapdata.io/).

2. In the left navigation panel, click **Agent Management**.
2. In the left bottom corner of the page, click **Resource Management**.

After successfully creating a free Agent instance, if you find that your business requires additional Agent instances to meet performance needs, you can proceed with subscribing to more instances. This will allow you to scale up the capabilities of Tapdata Cloud to accommodate your business requirements effectively.

![Agent Example](../images/agent_free.png)

3. On the right side of the page, click **Create Agent**.

4. In the pop-up dialog, select **Semi Managed Mode** and click **Next**.
4. Select product model according your need and click **Next**.

:::tip
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

In **Semi Managed Mode**, you have the flexibility to [deploy the Agent](../quick-start/install-agent/README.md) on an existing device, leveraging the available hardware resources. This approach offers cost savings while enhancing security. Additionally, you can explore the option of purchasing or trying Tapdata Cloud through [Alibaba Cloud Marketplace](https://market.aliyun.com/products/56024006/cmgj00061912.html). Once you obtain an authorization code from the marketplace, you can enter it at the bottom of the page to complete the binding process. This allows for a seamless integration between Tapdata Cloud and Alibaba Cloud Marketplace.
<Tabs className="unique-tabs">
<TabItem value="etl-model" label="Integration Platform as a Service" default>
<p>Suitable for data replication/synchronization, migrate data to cloud or building ETL pipelines. You can simply drag the source table to the target to automatically complete the creation of data replication tasks. For more information, see <a href="../user-guide/data-console/etl-mode"> Integration Platform as a Service</a>.</p>
​ <img src='/img/select_etl_model.png'></img>
</TabItem>
<TabItem value="daas-model" label="Real Time Data as a Service">

:::
<p>Based on the concept of data hierarchical governance, Tapdata Cloud collects data sources scattered across different business systems through the Data Cache Layer, which minimizes the impact of data extraction on business and provides basic data for subsequent data processing and business, thus building a consistent, real-time data platform and connecting data silos. For more information, see <a href="../user-guide/data-console/daas-mode/enable-daas-mode"> Real Time Data as a Service</a>.</p>
<img src='/img/select_daas_model.png'></img>
</TabItem>
</Tabs>

5. Select deployment type according your need and click **Next**.

<Tabs className="unique-tabs">
<TabItem value="semi-managed" label="Semi-Managed Mode" default>
<p>You have the flexibility to <a href="../quick-start/install-agent"> deploy the Agent</a> on an existing device, leveraging the available hardware resources. This approach offers cost savings while enhancing security. </p>
<img src='/img/semi_managed.png'></img>
</TabItem>
<TabItem value="full-managed" label="Fully-Managed Mode">
<p>Tapdata Cloud will provide the necessary computing/storage resources for running the Agent and deploys it automatically. It offers unified operational maintenance and resource monitoring to enhance operational reliability, enabling one-click delivery and usage, allowing your to focus on core business.</p>
​ <img src='/img/full_managed.png'></img>
</TabItem>
</Tabs>

5. In the **Configure Deployment Spec** tab, select information such as Agent specification and subscription method.

6. Next, we will demonstrate the purchasing process using the **Fully-Managed Mode** as an example. First, select information such as Agent specification and subscription method.

![Select Agent Specification](../images/select_agent_spec.png)

* **Product specifications**: Select product specifications based on the number of tasks and performance requirements required for evaluation. You can create an example of **SMALL** specifications for free. For detailed descriptions of product pricing and specifications, see [Billing Overview](billing-overview.md).
* **Subscription method**: Select the required subscription method, in order to avoid the expiration of the instance affecting the execution of the task, it is recommended to choose the Annually (**10% off**) or Monthly (**5% off**).
* **Select currency**: Currently supports CNY or USD.
* **Subscription Period**: Select the required subscription method, in order to avoid the expiration of the instance affecting the execution of the task, it is recommended to choose the Annually (**10% off**) or Monthly (**5% off**).
* **Cloud Service Provider**: When selecting the Fully Managed Mode, you need to select the cloud vendors.
* **Region**: When selecting the Fully Managed Mode, you need to select a region where the Agent will depoly.
* **Product Specifications**: Select product specifications based on the number of tasks and performance requirements required for evaluation. You can create an example of **SMALL** (Semi-Managed Mode) specifications for free. For detailed descriptions of product pricing and specifications, see [Billing Overview](billing-overview.md).

7. If you chose **Real Time Data as a Service** in Step 4, click **Next** and select the storage and compute resources for the **[Data Cache and Data Processing Layer](../user-guide/data-console/daas-mode/enable-daas-mode.md)** based on your Agent deployment mode.

6. Click **Next**, on the following page, carefully review and confirm the specifications you wish to purchase. Ensure that the selected billing method aligns with your preferences. Additionally, verify that the email address provided is accurate and where you would like to receive the bill.
<Tabs className="unique-tabs">
<TabItem value="semi-managed-storage" label="Semi-Managed Mode" default>
<p>You need to prepare a self-hosted <a href="https://www.mongodb.com/docs/manual/administration/install-on-linux/"> MongoDB database</a> (4.0 and above) as a data repository, and fill in database URL. The user name and password need to be spliced in the connection string, for example:<pre>mongodb://admin:password@192.168.0.100:27017/mydb?replicaSet=xxx&authSource=admin</pre></p>
<img src='/img/etl_storage.png'></img>
</TabItem>
<TabItem value="full-managed-storage" label="Fully-Managed Mode">
<p>Select the specifications and storage capacity provided by the cloud vendor, and you need to pay for the selected cloud resources.</p>
<img src='/img/daas_storage.png'></img>
</TabItem>
</Tabs>

Once you have double-checked all the information, click on the **OK** button to proceed with the purchase.
8. Click **Next**, carefully review and confirm the specifications you wish to purchase. Ensure that the selected billing method aligns with your preferences. Additionally, verify that the email address provided is accurate and where you would like to receive the bill.

7. You will redirected to payment page. Please follow the instructions on the payment page to complete the payment process. After completing the payment, you will be able to download the payment credentials.
Once you have double-checked all the information, click on the **Online Payment** button to proceed with the purchase.

8. After the payment is successful, return to the Tapdata Cloud platform to see that the Agent instance you purchased is **To be deployed**.
:::tip

Next, you can deploy the Agent on your server. For more information, see [Install Agent](../quick-start/install-agent/README.md).
When selecting the Real Time Data as a Service in step 4, you also need to select the storage resource

![Subscription is successful](../images/purchase_success.png)
:::

9. You will redirected to payment page. Please follow the instructions on the payment page to complete the payment process. After completing the payment, you will be able to download the payment credentials.

10. After the payment is successful, return to the Tapdata Cloud platform to see that the Agent instance you purchased is **To be deployed**.![Subscription is successful](../images/purchase_success.png)

:::tip

If you choose the Fully Managed Mode, the Agent will be automatically deployed. However, if you choose the Semi Managed Mode, you will need to manually [deploy the Agent](../quick-start/install-agent/README.md) on your own device.

:::
7 changes: 7 additions & 0 deletions docs/cloud/faq/agent-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Tapdata Agent obtains data from the source, processes and transforms it, then se

:::

### What's the difference between Full-Managed Mode and Semi-Managed Mode?

| Type | Description | Architecture |
| ---------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Fully-Managed Mode** | Tapdata Cloud will provide the necessary computing/storage resources for running the Agent and deploys it automatically. It offers unified operational maintenance and resource monitoring to enhance operational reliability, enabling one-click delivery and usage, allowing users to focus on their core business. | ![全托管](https://docs.tapdata.net/assets/images/fully_managed-12c576a9a02c96a8a7588f6f2d372cf8.png) |
| **Semi-Managed Mode** | You have the flexibility to [deploy the Agent](../quick-start/install-agent/README.md) on an existing device, leveraging the available hardware resources. This approach offers cost savings while enhancing security. | ![半托管](https://docs.tapdata.net/assets/images/self_host_managed-ac00059b1099b9c395840c2bd0965445.png) |

### Where is the Agent deployed?

The Tapdata Agent should be installed in the local network where the database is located since data flow is usually time-sensitive.
Expand Down
Binary file modified docs/cloud/images/select_agent_spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/daas_storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/etl_storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/full_managed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/select_daas_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/select_etl_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/semi_managed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.