Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
738d41f
0628
heywalter Jun 28, 2025
b5726ee
update getting started
heywalter Jul 3, 2025
061eebd
update design imv
heywalter Jul 5, 2025
2c030e5
update build odh
heywalter Jul 10, 2025
87d213f
enable ODH
heywalter Jul 11, 2025
6b0ce37
Update set-up-odh.md
heywalter Jul 11, 2025
96c6be1
Add animations for better user experience
heywalter Jul 12, 2025
6a70969
Update FDM docs
heywalter Jul 14, 2025
ebab356
Update sidebars and fdm&mdm
heywalter Jul 19, 2025
4bdc608
refactor docs
heywalter Jul 19, 2025
0a4b831
update api and odh
heywalter Jul 21, 2025
44c6c23
remove log in links
heywalter Jul 21, 2025
03faf3f
Update Introduction
heywalter Jul 24, 2025
877da92
update introduction
heywalter Jul 25, 2025
61ef3a4
fix broken links 1
heywalter Jul 26, 2025
1c50b1f
fix broken links and add check tools
heywalter Jul 26, 2025
3460c7d
Update Home
heywalter Jul 28, 2025
076e415
update api design
heywalter Jul 28, 2025
b6aaa36
update apis
heywalter Jul 29, 2025
d678b8b
Update APIs
heywalter Jul 29, 2025
81a0f36
update docs based on feedback
heywalter Jul 30, 2025
7769550
Release 4.3.0 + 4.4.0
heywalter Jul 31, 2025
531c33e
Update Feishu Bitable Connection Tutorial
heywalter Jul 31, 2025
87cc240
add Experimental section and relocate TapFlow & MCP accordingly
heywalter Aug 5, 2025
bf84d1c
add draft tag
heywalter Aug 5, 2025
f7dd1e1
Update ADM
heywalter Aug 5, 2025
4cfaa4a
Update Performance Benchmark
heywalter Aug 7, 2025
123e8a1
Update Introduction
heywalter Aug 9, 2025
3aa5f3b
Update Getting Started
heywalter Aug 11, 2025
35c0224
add release notes for 4.5.0 and 4.6.0
heywalter Aug 23, 2025
6c34612
Fix typos
heywalter Aug 23, 2025
d70f348
Update Metabase Connection Tutorial
heywalter Sep 2, 2025
957e1d6
Update allow.txt
heywalter Sep 2, 2025
22b2256
chore: address review
heywalter Sep 8, 2025
ab6a887
chore: address review 0913
heywalter Sep 13, 2025
d4f9922
chore: fix typos
heywalter Sep 13, 2025
103a1fa
chore: address review 0913 - part 2
heywalter Sep 13, 2025
f008244
update typo check ignore rules
heywalter Sep 13, 2025
687811d
chore: address review 0916
heywalter Sep 16, 2025
0522c35
update typo checker
heywalter Sep 16, 2025
913a771
update performance test environment details
heywalter Sep 16, 2025
fda100f
update typo checker
heywalter Sep 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 44 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,50 @@ placeholders
integratetax
webhooks
zohodesk
ACLs
apps
auditability
CCPA
CIAM
CRMs
deduplicators
DWH
evolvability
extname
fdm
feb
fintech
fmd
imv
informatica
KDYz
lte
MSSQL
odh
operationalize
PAYPAL
Porcedure
prebuilt
Productization
readdir
roadmap
SCD
Shopify
shrcno
signup
Smartphone
Takeaways
Unpublish
UUc
WMS
YXtxk
IMVs
nocheck
Inno
ipv
netdev
somaxconn
JVM



5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ yarn-error.log*
.idea/workspace.xml
.idea/workspace.xml
.idea/workspace.xml

# Broken links reports
broken-links-report-*.json
broken-links-report-*.csv
quick-broken-links-*.csv
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ We welcome contributions to help improve the documentation! Here is the steps:
npm run start
```

5. (Optional) Check broken links.

```bash
cd tools
# Quick Check
npm run check-links:quick

# or Detailed Check
npm run check-links
```

5. Create a pull request.

## Project structure
Expand Down
9 changes: 0 additions & 9 deletions docs/administration/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/appendix/benchmark.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Performance Testing

import Content from '../reuse-content/_enterprise-features.md';

<Content />

This document aims to detail the methods and steps for conducting performance tests on TapData. We will explore how to accurately assess TapData's data processing capabilities, response times, and system stability under various conditions. This helps you understand TapData's performance under different loads, allowing for better resource planning and configuration optimization.

## Testing Environment
Expand Down
6 changes: 1 addition & 5 deletions docs/appendix/enhanced-js.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Enhanced JS Built-in Function

import Content from '../reuse-content/_all-features.md';

<Content />

Enhanced JS nodes allow you to utilize all built-in functions for external calls, such as networking and database operations. If your requirement is solely to process and operate on data records, it is recommended to use [standard JS nodes](standard-js.md).

For detailed instructions on how to use enhanced JS nodes and explore various scenarios, please refer to the documentation and resources available for [JS processing node](../user-guide/data-development/process-node.md#js-process).
For detailed instructions on how to use enhanced JS nodes and explore various scenarios, please refer to the documentation and resources available for [JS processing node](../data-transformation/process-node.md#js-process).

:::tip

Expand Down
5 changes: 1 addition & 4 deletions docs/appendix/standard-js.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Standard JS Built-in Function

import Content from '../reuse-content/_all-features.md';

<Content />

Standard JS nodes can only process and operate on data records. If you require the usage of system built-in functions for external calls, such as networking or database operations, you can utilize [enhanced JS nodes](enhanced-js.md).

For information on how to use and scenarios, see [JS processing node](../user-guide/data-development/process-node.md#js-process).
For information on how to use and scenarios, see [JS processing node](../data-transformation/process-node.md#js-process).

## DateUtil

Expand Down
4 changes: 0 additions & 4 deletions docs/appendix/support.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Technical Support

import Content from '../reuse-content/_all-features.md';

<Content />

In addition to consulting the TapData documentation, you can also access the original technical support of TapData products through the online customer service, user community and ticket system.

## Description of the account
Expand Down
17 changes: 0 additions & 17 deletions docs/billing/README.md

This file was deleted.

116 changes: 0 additions & 116 deletions docs/billing/billing-overview.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/billing/expiration.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/billing/purchase.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/billing/renew-subscribe.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/case-practices/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Practical Cases

import Content from '../reuse-content/_all-features.md';

<Content />

import DocCardList from '@theme/DocCardList';

Expand Down
Loading
Loading