数据提取工具设计
数据提取概述 跟据
https://whatis.techtarget.com/definition/data-ingestion网页定义: Data ingestion is the process of obtaining and importingdata for immediate use or storage in a database. To ingest something is to "take something in or absorb something."Data can be streamed in real time or ingested in batches. 数据提取(Data Ingestion)是获取和导入数据以供立即使用或存储在数据库中的过程。 提取某些东西就是“拿走某些东西或吸收某些东西”。 数据可以实时流式传输或分批提取。
实际项目需求
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄
- 从上游系统接口或文件系统获取数据(文件)
- 对指定数据进行筛选
- 对指定数据进行转换
- 传输给下游系统(数据库、数据仓库、数据湖、流式处理接口)
- 数据格式
- 上游系统
- 提取/转化
- 数据发送

更多精彩