Spring XD makes it easy to solve common big data problems such as data ingestion and export, real-time analytics, and batch workflow orchestration
Principalele funcționalități ale spring-projects/spring-xd sunt: Service Programming.
Alternativele open-source pentru spring-projects/spring-xd includ: hydrospheredata/mist — Serverless proxy for Spark cluster. mara/data-integration — A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow. spotify/luigi — Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a… twitter/elephant-bird — Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.
A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t
Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.