awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to google/tensorstore

Open-source alternatives to Tensorstore

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

  • airtai/faststreamairtai 的头像

    airtai/faststream

    5,234在 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
    在 GitHub 上查看↗5,234
  • aklivity/zillaaklivity 的头像

    aklivity/zilla

    690在 GitHub 上查看↗

    🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.

    Java
    在 GitHub 上查看↗690
  • apache/beamapache 的头像

    apache/beam

    8,612在 GitHub 上查看↗

    Apache Beam is a distributed data pipeline framework and unified data processing model designed to handle both bounded batch data and unbounded real-time streams. It provides a system for building scalable, data-parallel workflows that operate across compute clusters using a single programming model. The framework utilizes a cross-runner pipeline abstraction that decouples the data processing logic from the underlying execution backend, allowing the same pipeline to run on different distributed compute engines. It supports multi-language pipeline development by translating high-level code fro

    Java
    在 GitHub 上查看↗8,612
  • apache/flinkapache 的头像

    apache/flink

    26,086在 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
    在 GitHub 上查看↗26,086

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • apache/kafkaapache 的头像

    apache/kafka

    32,846在 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
    在 GitHub 上查看↗32,846
  • apache/samzaapache 的头像

    apache/samza

    842在 GitHub 上查看↗

    Mirror of Apache Samza

    Java
    在 GitHub 上查看↗842
  • apache/sparkapache 的头像

    apache/spark

    43,467在 GitHub 上查看↗

    Apache Spark is a unified distributed data processing engine designed for large-scale data analysis and computation graphs. It functions as a distributed machine learning framework, a graph processing system, a real-time stream processor, and a SQL analytics engine. The system enables the execution of distributed SQL querying, large-scale graph analysis, and real-time stream analytics across clusters of machines. It also provides a scalable environment for implementing machine learning algorithms and predictive model development on massive datasets. The engine incorporates relational query e

    Scalabig-datajavajdbc
    在 GitHub 上查看↗43,467
  • bytewax/bytewaxbytewax 的头像

    bytewax/bytewax

    2,022在 GitHub 上查看↗

    Python Stream Processing

    Python
    在 GitHub 上查看↗2,022
  • cocoindex-io/cocoindexcocoindex-io 的头像

    cocoindex-io/cocoindex

    6,117在 GitHub 上查看↗

    Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core focus on codebase indexing and knowledge graph extraction. The engine uses a function-graph execution model where user-defined Python functions are composed into a directed acyclic graph, and it processes data incrementally so only changed source records or code paths are re-computed, avoiding full recomputation at any scale. It supports automatic schema inference from transformation pipeline type annotations and provides full data lineage tracing, tagging every output record wi

    Rustagentic-data-frameworkaiai-agents
    在 GitHub 上查看↗6,117
  • cupy/cupycupy 的头像

    cupy/cupy

    11,000在 GitHub 上查看↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    在 GitHub 上查看↗11,000
  • dask/daskdask 的头像

    dask/dask

    13,746在 GitHub 上查看↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    在 GitHub 上查看↗13,746
  • emqx/kuiperemqx 的头像

    emqx/kuiper

    1,713在 GitHub 上查看↗

    Lightweight data stream processing engine for IoT edge

    Go
    在 GitHub 上查看↗1,713
  • faust-streaming/faustfaust-streaming 的头像

    faust-streaming/faust

    1,874在 GitHub 上查看↗

    Python Stream Processing. A Faust fork

    Python
    在 GitHub 上查看↗1,874
  • h2oai/h2o-3h2oai 的头像

    h2oai/h2o-3

    7,493在 GitHub 上查看↗

    h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and deploying predictive models using distributed in-memory computing. It functions as a deep learning framework and a distributed model scoring engine, capable of operating as a Kubernetes ML cluster to process large datasets in parallel. The platform distinguishes itself through automated machine learning capabilities that automatically select the best algorithms and hyperparameters to optimize model performance. It provides specialized deep learning toolkits for tasks including i

    Jupyter Notebookautomlbig-datadata-science
    在 GitHub 上查看↗7,493
  • hstreamdb/hstreamhstreamdb 的头像

    hstreamdb/hstream

    722在 GitHub 上查看↗

    HStreamDB is an open-source, cloud-native streaming database for IoT and beyond. Modernize your data stack for real-time applications.

    Haskell
    在 GitHub 上查看↗722
  • kwgoodman/bottleneckkwgoodman 的头像

    kwgoodman/bottleneck

    1,179在 GitHub 上查看↗

    Fast NumPy array functions written in C

    Python
    在 GitHub 上查看↗1,179
  • mosaicml/streamingmosaicml 的头像

    mosaicml/streaming

    1,521在 GitHub 上查看↗

    A Data Streaming Library for Efficient Neural Network Training

    Python
    在 GitHub 上查看↗1,521
  • nvidia/nvtabularN

    NVIDIA/NVTabular

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • pathwaycom/pathwaypathwaycom 的头像

    pathwaycom/pathway

    62,959在 GitHub 上查看↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Pythonbatch-processingdata-analyticsdata-pipelines
    在 GitHub 上查看↗62,959
  • pipelinedb/pipelinedbpipelinedb 的头像

    pipelinedb/pipelinedb

    2,663在 GitHub 上查看↗

    High-performance time-series aggregation for PostgreSQL

    C
    在 GitHub 上查看↗2,663
  • rapidsai/cudfrapidsai 的头像

    rapidsai/cudf

    9,672在 GitHub 上查看↗

    cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p

    C++
    在 GitHub 上查看↗9,672
  • ray-project/rayray-project 的头像

    ray-project/ray

    42,895在 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
    在 GitHub 上查看↗42,895
  • reugn/go-streamsreugn 的头像

    reugn/go-streams

    2,171在 GitHub 上查看↗

    A lightweight stream processing library for Go

    Goaerospikedata-pipelinedata-stream
    在 GitHub 上查看↗2,171
  • risingwavelabs/risingwaverisingwavelabs 的头像

    risingwavelabs/risingwave

    9,093在 GitHub 上查看↗

    RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen

    Rustapache-icebergdata-engineeringdatabase
    在 GitHub 上查看↗9,093
  • swimos/swim-rustS

    swimos/swim-rust

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • uber/petastormuber 的头像

    uber/petastorm

    1,889在 GitHub 上查看↗

    Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.

    Python
    在 GitHub 上查看↗1,889
  • waikato/moaWaikato 的头像

    Waikato/moa

    658在 GitHub 上查看↗

    MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.

    Java
    在 GitHub 上查看↗658
  • whitaker-io/machineW

    whitaker-io/machine

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • youthlin/streamY

    youthlin/stream

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • zarr-developers/zarr-pythonzarr-developers 的头像

    zarr-developers/zarr-python

    1,998在 GitHub 上查看↗

    An implementation of chunked, compressed, N-dimensional arrays for Python.

    Python
    在 GitHub 上查看↗1,998