awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to python-streamz/streamz

Open-source alternatives to Streamz

30 open-source projects similar to python-streamz/streamz, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Streamz alternative.

  • airbnb/streamalertAvatar von airbnb

    airbnb/streamalert

    2,885Auf GitHub ansehen↗

    StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.

    Python
    Auf GitHub ansehen↗2,885
  • airtai/faststreamAvatar von airtai

    airtai/faststream

    5,234Auf GitHub ansehen↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Python
    Auf GitHub ansehen↗5,234
  • akka/akkaAvatar von akka

    akka/akka

    13,271Auf GitHub ansehen↗

    Akka is an actor model framework and distributed systems platform used to build concurrent and distributed applications. It provides a toolkit for managing multi-threaded state and behavior through asynchronous message passing, allowing developers to create concurrent applications without manual locks or synchronization. The system functions as a cluster management and event sourcing framework, automating the scaling and coordination of high-availability clusters. It enables the deployment of elastic services that coordinate workloads across multiple network nodes and ensures fault tolerance

    Scala
    Auf GitHub ansehen↗13,271
  • alan-turing-institute/sktimeAvatar von alan-turing-institute

    alan-turing-institute/sktime

    9,810Auf GitHub ansehen↗

    sktime is a machine learning framework designed for time series analysis. It provides a unified interface for performing time series forecasting, classification, and anomaly detection, integrating these capabilities into a standardized toolkit compatible with the scikit-learn API. The framework allows for the construction of complex analysis workflows through model pipelining and ensemble-based aggregation. It uses adapter-based integration to wrap external time series libraries, providing a single entry point for diverse algorithmic implementations. Its capabilities cover temporal data tran

    Python
    Auf GitHub ansehen↗9,810

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • alkaline-ml/pmdarimaAvatar von alkaline-ml

    alkaline-ml/pmdarima

    1,726Auf GitHub ansehen↗

    A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.

    Pythonarimaeconometricsforecasting
    Auf GitHub ansehen↗1,726
  • angus924/minirocketAvatar von angus924

    angus924/minirocket

    337Auf GitHub ansehen↗

    ROCKET · MINIROCKET · HYDRA

    Python
    Auf GitHub ansehen↗337
  • angus924/rocketA

    angus924/rocket

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • apache/kafkaAvatar von apache

    apache/kafka

    32,846Auf GitHub ansehen↗

    Kafka is a distributed event streaming platform designed for capturing, storing, and processing real-time data streams across interconnected nodes. It functions as a distributed commit log, providing a fault-tolerant storage mechanism that records state changes sequentially to ensure data consistency and durability across distributed environments. The platform distinguishes itself through a partitioned commit log architecture that enables horizontal scaling and parallel processing of data streams. It integrates a stream processing engine for continuous transformations and aggregations, while

    Javakafkascala
    Auf GitHub ansehen↗32,846
  • awslabs/gluontsAvatar von awslabs

    awslabs/gluonts

    5,199Auf GitHub ansehen↗

    GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for building, training, and evaluating neural network architectures that predict future values as probability distributions to quantify uncertainty. The project distinguishes itself by supporting zero-shot forecasting and integrating diverse modeling approaches, including deep probabilistic neural networks and wrappers for external statistical libraries such as Prophet and R forecast. It implements specialized architectural primitives like causal convolutions and invertible residual n

    Pythonartificial-intelligenceawsdata-science
    Auf GitHub ansehen↗5,199
  • blue-yonder/tsfreshAvatar von blue-yonder

    blue-yonder/tsfresh

    9,249Auf GitHub ansehen↗

    tsfresh is an automated feature engineering tool and library designed to extract statistical characteristics from raw time series data. It transforms sequential data into tabular datasets, converting time series into a flat format where each row represents a unique entity and columns represent extracted features. The project distinguishes itself through a parallel data processing framework that distributes heavy computational workloads across multiple CPU cores. It also implements hypothesis-based feature selection to identify the most predictive characteristics and filter out irrelevant ones

    Jupyter Notebookdata-sciencefeature-extractiontime-series
    Auf GitHub ansehen↗9,249
  • brexhq/substationAvatar von brexhq

    brexhq/substation

    402Auf GitHub ansehen↗

    Substation is a toolkit for routing, normalizing, and enriching security event and audit logs.

    Go
    Auf GitHub ansehen↗402
  • facebook/prophetAvatar von facebook

    facebook/prophet

    20,230Auf GitHub ansehen↗

    Prophet is a time series forecasting library and decomposition tool that uses an additive regression model to predict future values. It functions as an uncertainty estimation tool, calculating confidence intervals and error metrics to quantify the risk associated with future predictions. The project is distinguished by its ability to incorporate human-interpretable parameters for model tuning and its use of Bayesian inference for parameter estimation. It supports the integration of external regressors and special event modeling to account for the impact of holidays and specific dates on forec

    Pythonforecastingpythonr
    Auf GitHub ansehen↗20,230
  • fraunhoferportugal/tsfelAvatar von fraunhoferportugal

    fraunhoferportugal/tsfel

    1,095Auf GitHub ansehen↗

    An intuitive library to extract features from time series.

    Pythonclassificationcolab-notebookdata-science
    Auf GitHub ansehen↗1,095
  • functional-streams-for-scala/fs2Avatar von functional-streams-for-scala

    functional-streams-for-scala/fs2

    2,447Auf GitHub ansehen↗

    Compositional, streaming I/O library for Scala

    Scala
    Auf GitHub ansehen↗2,447
  • google/mediapipeAvatar von google

    google/mediapipe

    35,673Auf GitHub ansehen↗

    MediaPipe is a cross-platform machine learning framework designed for building and deploying pipelines that process live and streaming media. It provides a system for connecting processing components into custom machine learning chains to analyze real-time audio and video streams. The framework includes a suite of pre-trained models for tasks such as hand, face, and pose tracking, along with tools for retraining and customizing these models with specific datasets. It also features a dedicated benchmarker for measuring the execution speed and accuracy of machine learning models directly within

    C++
    Auf GitHub ansehen↗35,673
  • hortonworks/streamlineAvatar von hortonworks

    hortonworks/streamline

    167Auf GitHub ansehen↗

    StreamLine - Streaming Analytics

    Java
    Auf GitHub ansehen↗167
  • itsnotacie/distilts-icassp2026I

    itsnotacie/DistilTS-ICASSP2026

    0Auf GitHub ansehen↗

    This is the official implementation of our paper: “Distilling Time-Series Foundation Models for Efficient Forecasting”.

    Auf GitHub ansehen↗0
  • jeffail/benthosAvatar von Jeffail

    Jeffail/benthos

    8,681Auf GitHub ansehen↗

    Benthos is a declarative stream processor and data integration pipeline used to route, transform, and filter information between disparate services. It functions as an at-least-once message broker and change data capture engine, using a transaction model to guarantee message delivery despite system crashes or server faults. The system is defined by an observability-first approach, featuring built-in HTTP health probes, performance metrics export, and distributed request flow tracing. It utilizes a plugin architecture that allows the core engine to be extended with custom binaries for new inpu

    Go
    Auf GitHub ansehen↗8,681
  • johannfaouzi/pytsAvatar von johannfaouzi

    johannfaouzi/pyts

    1,872Auf GitHub ansehen↗

    A Python package for time series classification

    Pythonclassificationmachine-learningpython
    Auf GitHub ansehen↗1,872
  • kbrother/stemdistAvatar von kbrother

    kbrother/STemDist

    14Auf GitHub ansehen↗

    Effective Dataset Distillation for Spatio-Temporal Forecasting with Bi-dimensional Compression (ICDE 26)

    Python
    Auf GitHub ansehen↗14
  • kzmlabs/flink-statefunAvatar von kzmlabs

    kzmlabs/flink-statefun

    11Auf GitHub ansehen↗

    Stateful actors on Apache Flink 2.x and Java 21 — durable per-key state, exactly-once messaging, Kafka and Kinesis I/O, Kubernetes-native deployment. Continues the Apache Stateful Functions programming model on the modern Flink line.

    Java
    Auf GitHub ansehen↗11
  • lgouellec/kafka-streams-dotnetAvatar von LGouellec

    LGouellec/kafka-streams-dotnet

    535Auf GitHub ansehen↗

    .NET Stream Processing Library for Apache Kafka 🚀

    C#
    Auf GitHub ansehen↗535
  • linkedin/greykiteAvatar von linkedin

    linkedin/greykite

    1,855Auf GitHub ansehen↗

    A flexible, intuitive and fast forecasting library

    Python
    Auf GitHub ansehen↗1,855
  • lunaaa95/shapecondAvatar von lunaaa95

    lunaaa95/ShapeCond

    11Auf GitHub ansehen↗

    ShapeCond: Fast Shapelet-Guided Dataset Condensation

    Python
    Auf GitHub ansehen↗11
  • monix/monixAvatar von monix

    monix/monix

    1,933Auf GitHub ansehen↗

    Asynchronous, Reactive Programming for Scala and Scala.js.

    Scalacatscats-effectfp
    Auf GitHub ansehen↗1,933
  • nanosai/stream-ops-javaAvatar von nanosai

    nanosai/stream-ops-java

    50Auf GitHub ansehen↗

    Stream Ops is a fully embeddable data streaming engine and stream processing API for Java.

    Java
    Auf GitHub ansehen↗50
  • nixtla/neuralforecastAvatar von Nixtla

    Nixtla/neuralforecast

    4,160Auf GitHub ansehen↗

    Neuralforecast is a neural time series forecasting library designed to predict future values for one or multiple series using deep learning architectures. It functions as a distributed machine learning forecasting framework that enables the training of global models across multiple time series to improve generalization through cross-learning. The project distinguishes itself as a probabilistic forecasting toolkit that produces uncertainty intervals and probability distributions rather than single point estimates. It also includes a hierarchical forecast reconciler to ensure that predictions a

    Python
    Auf GitHub ansehen↗4,160
  • nixtla/statsforecastAvatar von Nixtla

    Nixtla/statsforecast

    4,809Auf GitHub ansehen↗

    statsforecast is a high-performance statistical time series forecasting library designed to generate point forecasts and prediction intervals. It functions as a distributed time series framework that utilizes a C-based forecasting engine and an automated model selector to identify and fit the optimal statistical model for every unique series in a dataset. The system also includes a time series anomaly detector to identify unusual data points by comparing observed values against probabilistic forecast intervals. The project is distinguished by its ability to handle massive-scale parallel forec

    Python
    Auf GitHub ansehen↗4,809
  • philipperemy/keras-tcnAvatar von philipperemy

    philipperemy/keras-tcn

    2,009Auf GitHub ansehen↗

    Keras Temporal Convolutional Network. Supports Python and R.

    Pythondeep-learningkerasmachine-learning
    Auf GitHub ansehen↗2,009
  • quixio/quix-streamsAvatar von quixio

    quixio/quix-streams

    1,555Auf GitHub ansehen↗

    Python Streaming DataFrames for Kafka

    Python
    Auf GitHub ansehen↗1,555