Spring Data for big data

This data pipeline consists of the following steps:

1. Collecting the raw data from many remote machines or devices.

2. Loading data into HDFS, often a continuous process from diverse sources (e.g., application logs), and event streams.

3. Performing real-time analysis on the data as it moves through the system and is loaded into HDFS.

4. Data cleansing and transformation of the raw data in order to prepare it for analysis.

5. Selecting a framework and programming model to write data analysis jobs.

6. Coordinating the execution of many data analysis jobs (e.g., workflow). Each in- dividual job represents a step to create the final analysis results.

7. Exporting final analysis results from HDFS into structured data stores, such as a relational database or NoSQL databases like MongoDB or Redis, for presentation or further analysis.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容