insalyon/acme-plugin-etl
最新稳定版本:v1.7.3-alpha
Composer 安装命令:
composer require insalyon/acme-plugin-etl
包简介
ACME Plugin to create ETL Job
README 文档
README
# ACME Plugin ETL
ETL Job is a synchronization processus between 2 different data sources.
With this plugin you can synchronized data in this architecture by running jobs :
flowchart TB
subgraph ACME_ETL
JOB_NAME_01([JOB_NAME_01])
JOB_NAME_02([JOB_NAME_02])
end
subgraph DATA_SOURCE
ORIGIN_LAYER[(ORIGIN_LAYER<p>postgres, oracle, mysql, api http, ldap</p>)]
TARGET_LAYER[(TARGET_LAYER<p>postgres, oracle, mysql, api http, ldap</p>)]
end
ORIGIN_LAYER --> ACME_ETL --> TARGET_LAYER
CLIENT --GET http://cname/api/v1/synch:job:name:01--> JOB_NAME_01
CLIENT --GET http://cname/api/v1/synch:job:name:02--> JOB_NAME_02
Configuration of plugin : ACMEPluginETLConfiguration.php
Implementation of plugin : ACMEPluginETL.php
Changelog versions
Prepare your development environement
Execute your development environement
Supervision and monitoring
When you enable ACME metrics layer in the cfg.ini of your connector, the plugin automatically push metrics in the configured metrics database.
You can use the [Grafana dashboard](./ACME CONNECTORS-1738771557548.json) definition to visualize the metrics (compatibility with plugin version >= v1.6.5-alpha).
统计信息
- 总下载量: 197
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: CC-BY-NC-4.0
- 更新时间: 2024-11-06