TapFlow API Reference
TapFlow offers a comprehensive set of APIs that simplify the management of data flow tasks, data source connection configuration, and complex data processing operations, making it ideal for scenarios requiring automated or script-based data synchronization management.
After completing the installation and login to Tap Shell, enter h
to display a prompt with usage information. An example is shown below:
h
- show datasource/table
1. show dbs : show datasource list
2. use $db_name : switch to datasource
3. show tables : after use $db_name, used to show tables
4. desc $table_name : describe table schema
5. peek $table_name : peek some records from table
...
This section provides a comprehensive reference to commands and usage instructions.
📄️ Data Source APIs
This document explains how to create a new data source connection in TapFlow, which serves as the source and target for subsequent flow tasks. Additionally, you can manage data sources through the interface for convenience based on your preferences.
📄️ Data Flow APIs
This document provides a complete reference for managing data flows using the Data Flow API, including operations for defining tasks, and performing data filtering.