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
nanosai avatar

nanosai/stream-ops-java

0
View on GitHub↗
50 stars·9 forks·Java·13 views

Stream Ops Java

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

Features

  • Streaming Libraries - Embeddable data streaming engine and processing API.

Star history

Star history chart for nanosai/stream-ops-javaStar history chart for nanosai/stream-ops-java

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does nanosai/stream-ops-java do?

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

What are the main features of nanosai/stream-ops-java?

The main features of nanosai/stream-ops-java are: Streaming Libraries.

What are some open-source alternatives to nanosai/stream-ops-java?

Open-source alternatives to nanosai/stream-ops-java include: airtai/faststream — FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified… akka/akka — Akka is an actor model framework and distributed systems platform used to build concurrent and distributed… apache/kafka — Kafka is a distributed event streaming platform designed for capturing, storing, and processing real-time data streams… brexhq/substation — Substation is a toolkit for routing, normalizing, and enriching security event and audit logs. functional-streams-for-scala/fs2 — Compositional, streaming I/O library for Scala. airbnb/streamalert — StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data…

Open-source alternatives to Stream Ops Java

Similar open-source projects, ranked by how many features they share with Stream Ops Java.
  • airtai/faststreamairtai avatar

    airtai/faststream

    5,234View on GitHub↗

    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
    View on GitHub↗5,234
  • akka/akkaakka avatar

    akka/akka

    13,271View on GitHub↗

    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
    View on GitHub↗13,271
  • apache/kafkaapache avatar

    apache/kafka

    32,846View on GitHub↗

    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
    View on GitHub↗32,846
  • airbnb/streamalertairbnb avatar

    airbnb/streamalert

    2,885View on GitHub↗

    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
    View on GitHub↗2,885
  • See all 21 alternatives to Stream Ops Java→