跳到主要内容
版本:3.x

TapFlow API 参考

TapFlow 提供了丰富的 API,可帮助您便捷地实现数据流任务的管理、数据源连接配置、以及数据复杂加工操作,适用于需要自动化或脚本化管理数据同步的场景。

完成 Tap Shell 的安装和登录后,输入 h 即可展示命令使用的提示信息,示例如下:

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

本章节将介绍详细的命令参考和使用方法: