Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P portal
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • 科探开源
  • portal
  • Wiki
    • 数据管理手册
  • ETL02.Source 数据请求 data_fetcher_plugin

ETL02.Source 数据请求 data_fetcher_plugin · Changes

Page history
Update 数据管理手册/ETL02.Source 数据请求 data_fetcher_plugin authored Dec 21, 2020 by asdu's avatar asdu
Hide whitespace changes
Inline Side-by-side
Showing with 26 additions and 0 deletions
+26 -0
  • 数据管理手册/ETL02.Source-数据请求-data_fetcher_plugin.md 数据管理手册/ETL02.Source-数据请求-data_fetcher_plugin.md +26 -0
  • No files found.
数据管理手册/ETL02.Source-数据请求-data_fetcher_plugin.md 0 → 100644
View page @ 977d757d
## 1.Source data_fetcher_plugin
1. 只要对于source 是url endpoint类型的source数据请求,返回响应数据
2. 目前提供了guzzle_http插件,请求http请求
## 2. 配置结构
```
data_fetcher_plugin: guzzle_http
http:
mehtod: GET
timeout: 15
query:
access_token:
headers:
Content-Type: "application/json"
json:
body:
auth:
....
```
## 3. 参数说明
具体参考 [http://docs.guzzlephp.org/en/stable/request-options.html](https://note.youdao.com/) 定义
\ No newline at end of file
Clone repository
  • Home
  • 数据管理手册
    • 094.Views twig 配置
    • ETL01.数据管理使用手册 V2.0
    • ETL02.Source 数据请求 data_fetcher_plugin
    • ETL03.Source 解析 data_parser_plugin
    • ETL04.Source 认证插件 authentication
    • ETL05.Porcess plugins 明细
    • ETL06.URL endpoint 数据管理E
    • ETL07.Mysql 数据管理
    • ETL08.MSSQL 数据管理
    • ETL09.Oracle 数据管理
    • ETL10.Token 列表
  • 门户V2 API 文档
    • 01.Portal Rest API v2
    • 01.Resource API
    • 02.App API
View All Pages