1 रिपॉजिटरी
Distributed data processing engines that enforce encrypted communication and secured management interfaces.
Distinct from Distributed Data Processing Engines: Focuses on the security properties of the processing engine rather than just the distribution of tasks.
Explore 1 awesome GitHub repository matching data & databases · Secure Processing Engines. Refine with filters or upvote what's useful.
Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to process real-time data streams. It functions as a data pipeline orchestrator that allows users to define and deploy declarative data flow graphs connecting streaming sources to processing components. The system operates as a multi-tenant distributed compute engine that isolates workloads and limits resource usage across shared clusters using dedicated pools and access control. It is also a secure distributed processing engine that employs encrypted node communication and SSL-secur
Implements a processing engine with encrypted node communication and SSL-secured management interfaces.