Skip to content

Commit 81a0f36

Browse files
committed
update docs based on feedback
1 parent d678b8b commit 81a0f36

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

docs/getting-started/install-and-setup/install-community-edition.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,15 @@ TapData Community includes the following main components:
8686

8787
For example, for version 3.5.16, the command would be: `tar -zxvf tapdata-v3.5.16-663b7b11.tar.gz && cd tapdata`
8888

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.
9098

9199
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.
92100

docs/what-is-tapdata.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,29 @@ Whether you're modernizing legacy systems, building customer-facing services, or
1212

1313
## Why Choose TapData?
1414

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.
1616

1717
<iframe width="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>
1818

1919
## When to use TapData
2020

21+
- **Build Operational Data Hub**: A modern, centralied data integration architecture.
2122
- **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.
2425
- **Query Acceleration:** Power complex analytics with incremental materialized views—no performance hit on production databases.
2526
- **Microservices Data Sync:** Keep distributed services and APIs in sync with live, event-driven data.
2627

2728
## Key Features
2829

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.
3233
- **Developer & Analyst Friendly:** Visual drag-and-drop pipelines, plus Python SDK for data engineers.
3334
- **Enterprise-Grade:** Scales to millions of daily transactions, with built-in monitoring and full data lineage.
3435

3536

36-
## Why Modern Enterprises Need a Live Data Platform
37+
## Why Real-Time Operational Data Platform Matters
3738

3839
- **No More Stale Data**
3940

@@ -49,7 +50,7 @@ Transform all your data assets—legacy CRM, ERP, databases, and SaaS—into a s
4950

5051
- **Cut Complexity**
5152

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.
5354

5455

5556
## New to TapData?

0 commit comments

Comments
 (0)