Pith

open record

sign in

arxiv: 2504.11400 · v1 · pith:D5TMSNM3 · submitted 2025-04-15 · cs.DC · cs.SE

FlowUnits: Extending Dataflow for the Edge-to-Cloud Computing Continuum

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:D5TMSNM3record.jsonopen to challenge →

classification cs.DC cs.SE
keywords dataflowflowunitsacrosscomputingprocessingcloudcontinuumdata
0
0 comments X
read the original abstract

This paper introduces FlowUnits, a novel programming and deployment model that extends the traditional dataflow paradigm to address the unique challenges of edge-to-cloud computing environments. While conventional dataflow systems offer significant advantages for large-scale data processing in homogeneous cloud settings, they fall short when deployed across distributed, heterogeneous infrastructures. FlowUnits addresses three critical limitations of current approaches: lack of locality awareness, insufficient resource adaptation, and absence of dynamic update mechanisms. FlowUnits organize processing operators into cohesive, independently manageable components that can be transparently replicated across different regions, efficiently allocated on nodes with appropriate hardware capabilities, and dynamically updated without disrupting ongoing computations. We implement and evaluate the FlowUnits model within Renoir, an existing dataflow system, demonstrating significant improvements in deployment flexibility and resource utilization across the computing continuum. Our approach maintains the simplicity of dataflow while enabling seamless integration of edge and cloud resources into unified data processing pipelines.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Bridging Design and Execution: A Visual Graph Editor for Edge and Cloud Workflows

    cs.DC 2026-06 unverdicted novelty 4.0

    The paper presents a domain-specific visual graph editor that models edge and cloud applications with kernels, shared memory nodes, and event triggers, serializing graphs to JSON/XML for execution.