Skip to content

Commit e22df66

Browse files
authored
Merge pull request #183 from heywalter/ODH-docs
Update docs for Operational Data Hub
2 parents 0fe23dd + fda100f commit e22df66

361 files changed

Lines changed: 6833 additions & 4547 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.

.github/actions/spelling/allow.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,50 @@ placeholders
647647
integratetax
648648
webhooks
649649
zohodesk
650+
ACLs
651+
apps
652+
auditability
653+
CCPA
654+
CIAM
655+
CRMs
656+
deduplicators
657+
DWH
658+
evolvability
659+
extname
660+
fdm
661+
feb
662+
fintech
663+
fmd
664+
imv
665+
informatica
666+
KDYz
667+
lte
668+
MSSQL
669+
odh
670+
operationalize
671+
PAYPAL
672+
Porcedure
673+
prebuilt
674+
Productization
675+
readdir
676+
roadmap
677+
SCD
678+
Shopify
679+
shrcno
680+
signup
681+
Smartphone
682+
Takeaways
683+
Unpublish
684+
UUc
685+
WMS
686+
YXtxk
687+
IMVs
688+
nocheck
689+
Inno
690+
ipv
691+
netdev
692+
somaxconn
693+
JVM
650694

651695

652696

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ yarn-error.log*
2424
.idea/workspace.xml
2525
.idea/workspace.xml
2626
.idea/workspace.xml
27+
28+
# Broken links reports
29+
broken-links-report-*.json
30+
broken-links-report-*.csv
31+
quick-broken-links-*.csv

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ We welcome contributions to help improve the documentation! Here is the steps:
4949
npm run start
5050
```
5151

52+
5. (Optional) Check broken links.
53+
54+
```bash
55+
cd tools
56+
# Quick Check
57+
npm run check-links:quick
58+
59+
# or Detailed Check
60+
npm run check-links
61+
```
62+
5263
5. Create a pull request.
5364

5465
## Project structure

docs/administration/README.md

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

docs/appendix/benchmark.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Performance Testing
22

3-
import Content from '../reuse-content/_enterprise-features.md';
4-
5-
<Content />
6-
73
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.
84

95
## Testing Environment

docs/appendix/enhanced-js.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Enhanced JS Built-in Function
22

3-
import Content from '../reuse-content/_all-features.md';
4-
5-
<Content />
6-
73
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).
84

9-
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).
5+
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).
106

117
:::tip
128

docs/appendix/standard-js.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Standard JS Built-in Function
22

3-
import Content from '../reuse-content/_all-features.md';
4-
5-
<Content />
63

74
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).
85

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

118
## DateUtil
129

docs/appendix/support.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Technical Support
22

3-
import Content from '../reuse-content/_all-features.md';
4-
5-
<Content />
6-
73
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.
84

95
## Description of the account

docs/billing/README.md

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

docs/billing/billing-overview.md

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

0 commit comments

Comments
 (0)