awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to twitter/heron

Projects sharing features with Heron

29 open-source projects similar to twitter/heron, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • apache/stormapache avatar

    apache/storm

    6,683View on GitHub↗

    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

    Java
    View on GitHub↗6,683
  • alibaba/dubboalibaba avatar

    alibaba/dubbo

    41,522View on GitHub↗

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    Java
    View on GitHub↗41,522
  • alibaba/jstormalibaba avatar

    alibaba/jstorm

    3,877View on GitHub↗

    jStorm is a distributed stream processing engine designed for executing low-latency computations on high-volume data streams using Apache Storm topologies. It functions as a real-time data analytics platform and distributed task orchestrator that manages complex data pipelines via directed acyclic graph execution. The system provides a scalable framework for data pipeline management, incorporating backpressure-aware flow control to regulate ingestion rates and dynamic resource allocation to adjust computing resources based on real-time demand. It maintains compatibility with Apache Storm conf

    Java
    View on GitHub↗3,877

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • apache/flinkapache avatar

    apache/flink

    26,086View on GitHub↗

    Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite batch workloads. It functions as a stateful stream processor and a SQL stream processing engine, providing a unified runtime to execute relational queries and event-based transformations. The system is distinguished by its ability to manage persistent operator state to ensure exactly-once processing guarantees and consistency during failures. It features specialized capabilities for complex event processing to detect temporal patterns and handles out-of-order events using eve

    Java
    View on GitHub↗26,086
  • apache/hadoopapache avatar

    apache/hadoop

    15,567View on GitHub↗

    Hadoop is a big data infrastructure suite and distributed data processing framework designed to store and process massive datasets across clusters of computers. It consists of a distributed storage system for managing large files across multiple nodes and a parallel computing engine for processing data across a distributed cluster. The framework implements a distributed file system to ensure fault tolerance and high throughput, paired with a programming model that processes large datasets in parallel. It manages the underlying hardware and software environment required for distributed big dat

    Java
    View on GitHub↗15,567
  • cloudera/oryxC

    cloudera/oryx

    0View on GitHub↗
    View on GitHub↗0
  • damballa/parkourdamballa avatar

    damballa/parkour

    255View on GitHub↗

    Hadoop MapReduce in idiomatic Clojure.

    Clojure
    View on GitHub↗255
  • datasalt/pangooldatasalt avatar

    datasalt/pangool

    57View on GitHub↗

    Tuple MapReduce for Hadoop: Hadoop API made easy

    Java
    View on GitHub↗57
  • etsy/oculusetsy avatar

    etsy/oculus

    707View on GitHub↗

    The metric correlation component of Etsy's Kale system

    Java
    View on GitHub↗707
  • google/mr4cgoogle avatar

    google/mr4c

    901View on GitHub↗

    Introduction to the MR4C repo

    Java
    View on GitHub↗901
  • h2oai/h2o-2h2oai avatar

    h2oai/h2o-2

    2,253View on GitHub↗

    Please visit https://github.com/h2oai/h2o-3 for latest H2O

    Java
    View on GitHub↗2,253
  • ibmstreams/streamsx.topologyIBMStreams avatar

    IBMStreams/streamsx.topology

    29View on GitHub↗

    Develop streaming applications for IBM Streams in Python, Java & Scala.

    Java
    View on GitHub↗29
  • lagom/lagomlagom avatar

    lagom/lagom

    2,629View on GitHub↗

    Reactive Microservices for the JVM

    Scalaakkadistributed-systemshacktoberfest
    View on GitHub↗2,629
  • linkedin/datafuL

    linkedin/datafu

    0View on GitHub↗
    View on GitHub↗0
  • linkedin/gobblinlinkedin avatar

    linkedin/gobblin

    2,267View on GitHub↗

    A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both streaming and batch data ecosystems.

    Java
    View on GitHub↗2,267
  • nathanmarz/storm-contribN

    nathanmarz/storm-contrib

    0View on GitHub↗
    View on GitHub↗0
  • netflix/curatorNetflix avatar

    Netflix/curator

    2,135View on GitHub↗

    ZooKeeper client wrapper and rich ZooKeeper framework

    Java
    View on GitHub↗2,135
  • netflix/hystrixNetflix avatar

    Netflix/Hystrix

    24,461View on GitHub↗

    Hystrix is a latency and fault tolerance library designed to prevent cascading failures in distributed systems. It functions as a circuit breaker implementation that monitors failure thresholds and opens circuits to isolate remote calls when downstream services degrade. The project distinguishes itself by providing multiple isolation mechanisms, utilizing dedicated thread pools and semaphores to ensure that latency in one dependency does not saturate the entire system. It also features a request collapsing and batching engine that groups concurrent calls into single executions to reduce the t

    Java
    View on GitHub↗24,461
  • netflix/pigpenNetflix avatar

    Netflix/PigPen

    565View on GitHub↗

    Map-Reduce for Clojure

    Clojure
    View on GitHub↗565
  • orbit-legacy/orbit1O

    orbit-legacy/orbit1

    0View on GitHub↗
    View on GitHub↗0
  • oryxproject/oryxoryxproject avatar

    oryxproject/oryx

    1,783View on GitHub↗

    Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning

    Java
    View on GitHub↗1,783
  • ray-project/rayray-project avatar

    ray-project/ray

    42,895View on GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Pythondata-sciencedeep-learningdeployment
    View on GitHub↗42,895
  • skale-me/skale-engineskale-me avatar

    skale-me/skale-engine

    397View on GitHub↗

    High performance distributed data processing engine

    JavaScript
    View on GitHub↗397
  • twitter/elephant-birdtwitter avatar

    twitter/elephant-bird

    1,133View on GitHub↗

    Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.

    Java
    View on GitHub↗1,133
  • twitter/scaldingtwitter avatar

    twitter/scalding

    3,521View on GitHub↗

    A Scala API for Cascading

    Scala
    View on GitHub↗3,521
  • twitter/summingbirdtwitter avatar

    twitter/summingbird

    2,125View on GitHub↗

    Streaming MapReduce with Scalding and Storm

    Scala
    View on GitHub↗2,125
  • understandlingbv/tuktuUnderstandLingBV avatar

    UnderstandLingBV/Tuktu

    59View on GitHub↗

    Big Data Science Swiss Army Knife - http://www.tuktu.io --

    Scala
    View on GitHub↗59
  • addthis/hydraaddthis avatar

    addthis/hydra

    436View on GitHub↗
    Java
    View on GitHub↗436
  • yahoo/samoaY

    yahoo/samoa

    0View on GitHub↗
    View on GitHub↗0