当前位置:网站首页>Restcloud ETL WebService data synchronization to local
Restcloud ETL WebService data synchronization to local
2022-07-01 02:42:00 【RestCloud】

There are many business systems in the enterprise that can only provide WebService Interfaces such as SAP etc. , Some more SaaS The system only provides WebService Interfaces such as Workday etc. , For the data of these systems, we can use ETL Call the tool and put XML The data in is parsed and stored in the database or synchronized to other local business systems , Use RestCloud ETL The tool can synchronize the above data in two simple steps without coding , Now let's look at the implementation process .
Log in first RestCloud ETL platform

Use ETL call WebService The interface pulls data to the local database in real time
Open an application or create a new application , Then enter the process list

Use ETL call WebService The interface pulls data to the local database in real time
Create a WebService Synchronization task

Use ETL call WebService The interface pulls data to the local database in real time
Pull one from the left WebSerivce Node and library table output node , We select the target node mysql data source .

Use ETL call WebService The interface pulls data to the local database in real time
Input WebService Of WSDL Address and specify that we want to read XML The data field returned in , Here we will get a on the public network WebService The interface service address is as follows :

Use ETL call WebService The interface pulls data to the local database in real time
The above is this WebSerivce Service description document for , We call one of his methods to get the region and encoded data, and then transfer it to mysql For storage .
Use ETL call WebService The interface pulls data to the local database in real time
Enter the parameters of XML have access to SoapUI Tools to parse and then copy in , So our WebService The node is configured .
hinder MySql Nodes are easier , You can build the table in advance , Also can be ETL Tasks automatically create tables , We choose here by ETL The tool automatically creates tables and outputs data to mysql.
Use ETL call WebService The interface pulls data to the local database in real time
Enter a nonexistent table here , The system will automatically create this table
Use ETL call WebService The interface pulls data to the local database in real time
Then configure the fields to receive data in this table , The system will create database tables according to this configuration field .
Use ETL call WebService The interface pulls data to the local database in real time
In the output option, we choose to empty the target table on the first execution , Build a watch automatically , Update one by one , Save the process after configuration , You can start debugging and running , Now let's run it and see the effect .
Use ETL call WebService The interface pulls data to the local database in real time
Click on the run , Select single step debugging , You can see the pulled area data , And will be saved to mysql in
Use ETL call WebService The interface pulls data to the local database in real time
In the debugging interface, we can see that... Is pulled 79 Data , Click next to save to mysql in
Use ETL call WebService The interface pulls data to the local database in real time
The task running result shows success 79 Bar data to mysql in , We can go mysql Preview in the table whether to pull the area data to mysql It's in .
Use ETL call WebService The interface pulls data to the local database in real time
open mysql The client can see WebSerivce The data in has been successfully pulled to the local mysql It's in , If there is no problem with debugging, we can arrange a scheduled task for him , Timing synchronization webservice The data in can be sent locally .
Use ETL call WebService The interface pulls data to the local database in real time
You can choose to synchronize once every night or other synchronization time, and you can customize the synchronization frequency
Above we go through RestCloud ETL A simple two-step configuration realizes WebService Interface data pull synchronization task , It's very simple .
边栏推荐
- 大橙子疯博客搬家通知
- 十大券商有哪些?另外想问,现在在线开户安全么?
- centos 安装多个版本的php并切换
- Is it safe to open a stock account? Shanghai stock account opening procedures.
- PCB defect detection based on OpenCV and image subtraction
- MnasNet学习笔记
- 现在开户有优惠吗?另外,手机开户安全么?
- DenseNet网络论文学习笔记
- [JS] [Nuggets] get people who are not followers
- Leetcode (524) -- match the longest word in the dictionary by deleting letters
猜你喜欢

My PMP learning test experience

How to use Jieba participle in unity

In the industrial Internet, "small" programs have "big" effects

Record a service deployment failure troubleshooting

Pulsar Geo Replication/灾备/地域复制

Contrastive learning of Class-agnostic Activation Map for Weakly Supervised Object Localization and

CentOS installs multiple versions of PHP and switches

AI 边缘计算平台 - BeagleBone AI 64 简介

Desai wisdom number - other charts (parallel coordinate chart): employment of fresh majors in 2021

在unity中使用jieba分词的方法
随机推荐
What are the top ten securities companies? In addition, is it safe to open an account online now?
鼠标悬停效果十
Youmeng (a good helper for real-time monitoring of software exceptions: crash) access tutorial (the easiest tutorial for Xiaobai with some foundation)
robots. Txt restrict search engine inclusion
Optimal transport Series 1
Find the length of the common part of two line segments
Rocketqa: cross batch negatives, de noised hard negative sampling and data augmentation
Pulsar geo replication/ disaster recovery / regional replication
Pychart software deployment gray unable to point
Leetcode (524) -- match the longest word in the dictionary by deleting letters
记一次服务部署失败问题排查
Lenovo x86 server restart management controller (xclarity controller) or TSM method
In the industrial Internet, "small" programs have "big" effects
Dell server restart Idrac method
手机上怎么开户?还有,在线开户安全么?
鼠标悬停效果八
【微信小程序開發】樣式匯總
5款主流智能音箱入门款测评:苹果小米华为天猫小度,谁的表现更胜一筹?
@The difference between configurationproperties and @value
ANR问题的分析与解决思路