You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/install-and-setup/install-community-edition.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,15 @@ TapData Community includes the following main components:
86
86
87
87
For example, for version 3.5.16, the command would be: `tar -zxvf tapdata-v3.5.16-663b7b11.tar.gz && cd tapdata`
88
88
89
-
3.[Install MongoDB](../../platform-ops/production-deploy/install-replica-mongodb.md) (version 4.0 or later). TapData will use it as an intermediary database to store tasks and metadata.
89
+
3. Install environmental dependencies.
90
+
91
+
1. Install Java 1.8 version.
92
+
93
+
```bash
94
+
yum -y install java-1.8.0-openjdk
95
+
```
96
+
97
+
2. [Install MongoDB](../../platform-ops/production-deploy/install-replica-mongodb.md) (version 4.0 and above), which will serve as the storage system for TapData to run related data, such as logs and metadata.
90
98
91
99
3. Execute the following command to specify the [URI connection string](https://www.mongodb.com/docs/v5.0/reference/connection-string/#standard-connection-string-format) of the MongoDB instance you just deployed.
Copy file name to clipboardExpand all lines: docs/what-is-tapdata.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,28 +12,29 @@ Whether you're modernizing legacy systems, building customer-facing services, or
12
12
13
13
## Why Choose TapData?
14
14
15
-
Transform all your data assets—legacy CRM, ERP, databases, and SaaS—into a single, governed Operational Data Hub. Break down data silos, eliminate batch latency, and unlock real-time value for your business.
15
+
Transform all your data assets—legacy CRM, ERP, databases, and SaaS—into a single, governed Operational Data Hub (or DaaS). Break down data silos, eliminate batch latency, and unlock real-time value for your business.
16
16
17
17
<iframewidth="100%"height="539"src="https://www.youtube.com/embed/hlJKo6u3UnA?si=6Df9Yzv8jXf5EFE9"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
18
18
19
19
## When to use TapData
20
20
21
+
-**Build Operational Data Hub**: A modern, centralied data integration architecture.
21
22
-**Active Master Data Management (MDM):** Unify customers, products, and transactions into a single source of truth.
22
-
-**Real-Time Data Integration:** Seamlessly stream data from on-prem and cloud sources with Change Data Capture (CDC).
23
-
-**360° Business Views:** Quickly build up-to-date, analysis-ready wide tables for any entity.
23
+
-**Real-Time Data Integration**: Change Data Capture (CDC) based database replications and transformations, in cloud or on-prem.
24
+
-**Real-Time Single View**: Quickly build up-to-date, analysis-ready wide tables for customer or product.
24
25
-**Query Acceleration:** Power complex analytics with incremental materialized views—no performance hit on production databases.
25
26
-**Microservices Data Sync:** Keep distributed services and APIs in sync with live, event-driven data.
26
27
27
28
## Key Features
28
29
29
-
-**Sub-Second Data Sync:**CDC delivers up-to-date data from 20+ sources, including RDBMS, SaaS, and APIs.
30
-
-**Real-Time Materialized Views:**Instantly combine and serve data for BI, reporting, or operational dashboards.
31
-
-**Flexible Architecture:** Supports end-to-end sync, hub-and-spoke, REST API gateway, or event streaming.
30
+
-**Sub-Second Data Sync:**Sync data from 30+ database sources using CDC, lightning fast.
31
+
-**Real-Time Materialized Views:** continuously refreshed materialized views, always in sync with source tables.
32
+
-**Flexible Architecture:** Supports point-to-point, hub-and-spoke, REST API, and event streaming.
32
33
-**Developer & Analyst Friendly:** Visual drag-and-drop pipelines, plus Python SDK for data engineers.
33
34
-**Enterprise-Grade:** Scales to millions of daily transactions, with built-in monitoring and full data lineage.
34
35
35
36
36
-
## Why Modern Enterprises Need a Live Data Platform
37
+
## Why Real-Time Operational Data Platform Matters
37
38
38
39
-**No More Stale Data**
39
40
@@ -49,7 +50,7 @@ Transform all your data assets—legacy CRM, ERP, databases, and SaaS—into a s
49
50
50
51
-**Cut Complexity**
51
52
52
-
Visual pipelines and rule-based logic replace custom connectors and fragile scripts.
53
+
Visual pipelines and simple inline Javascript to replace complex Java coding.
0 commit comments