Serverless Edge Analytics Units with Sidecar Communication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

High programming complexity and resource management challenges hinder the development of performant, remotely managed, and self-optimizing multi-sensor distributed stream processing edge applications in serverless edge computing environments, particularly due to limited resources, network susceptibility, and the need for efficient scaling and communication of microservices.

Innovation Solution

The DataXe platform extends DataX by enabling automatic scaling of stateful and stateless analytics units, implementing novel communication mechanisms for efficient data exchange among analytics units, and promoting the reuse and sharing of analytics processing across multiple application pipelines, using sidecars and gRPC for direct communication and Snappy for data compression.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If automatic scaling of analytics units is implemented, then resource utilization is improved, but system complexity increases

Engineering Contradiction:
Improveresource utilizationVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system implements self-service through automatic scaling of analytics units based on workload conditions. The edge application autonomously monitors resource usage and dynamically adjusts the number of analytics units without external intervention, resolving the contradiction by enabling the system to self-manage its own resource allocation while maintaining improved productivity

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system applies dynamics by implementing flexible, adaptive scaling mechanisms for analytics units. The architecture allows the number of analytics units to dynamically change based on real-time workload conditions, transforming a static system into one that automatically adapts to varying demands, thus improving resource utilization while managing complexity through structured adaptability

Inventive Principle:
Principle #15Dynamics

2Loss of time

If direct communication between sidecars is enabled, then latency is reduced, but communication complexity increases

Engineering Contradiction:
Improvecommunication latencyVSAvoidcommunication complexity
Core Design Contradiction:
Loss of timeVSDevice complexity

Solution Approach 1:

The system segments communication responsibilities by introducing sidecar components that handle communication protocols independently. Each sidecar manages its own communication tasks, enabling direct peer-to-peer communication between analytics units while offloading communication complexity to specialized sidecar modules, thus reducing latency without overwhelming the core application logic

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The sidecar acts as an intermediary component that facilitates direct communication between analytics units. Rather than requiring complex communication logic within each analytics unit, the sidecar mediates interactions, handling protocol management and data exchange, thereby reducing communication latency while containing complexity in dedicated intermediary components

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If analytics units are shared across applications, then resource efficiency is improved, but isolation and security challenges increase

Engineering Contradiction:
Improveresource efficiencyVSAvoidapplication isolation
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system implements universality by designing analytics units that can serve multiple applications simultaneously. A single analytics unit can process data streams from different applications, improving resource efficiency through consolidation. The architecture enables these shared units to maintain application-specific processing logic, allowing one component to perform multiple functions across different application contexts

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system applies local quality by customizing the behavior of shared analytics units for each specific application context. While the analytics unit infrastructure is shared, each application receives tailored processing characteristics through configuration and data stream context, ensuring that local application requirements are met while benefiting from shared resource efficiency

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11847510B2System for application self-optimization in serverless edge computing environments
Publication Date: 2023.12.19 NEC CORP
  • US11847510B2 patent drawing
  • US11847510B2 patent drawing
  • US11847510B2 patent drawing

AI summary

A method for implementing application self-optimization in serverless edge computing environments is presented. The method includes requesting deployment of an application pipeline on data received from a plurality of sensors, the application pipeline including a plurality of microservices, enabling communication between a plurality of pods and a plurality of analytics units (AUs), each pod of the plurality of pods including a sidecar, determining whether each of the plurality of AUs maintains any state to differentiate between stateful AUs and stateless AUs, scaling the stateful AUs and the stateless AUs, enabling communication directly between the sidecars of the plurality of pods, and reusing and resharing common AUs of the plurality of AUs across different applications.