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

timkpaine/tributary

0
View on GitHub↗
463 stars·39 forks·Python·Apache-2.0·6 views

Tributary

Streaming reactive and dataflow graphs in Python

Features

  • Data Science and Databases - Streaming reactive and dataflow graphs.
  • Data Visualization - Manages Python data streams with native Jupyter support.
  • Graph Computation - Streaming reactive and dataflow graphs.
  • Scientific Computing Libraries - Library for streaming reactive and dataflow graphs.
  • Streaming Libraries - Library for constructing reactive dataflow graphs.

Star history

Star history chart for timkpaine/tributaryStar history chart for timkpaine/tributary

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

Open-source alternatives to Tributary

Similar open-source projects, ranked by how many features they share with Tributary.
  • man-group/mdfman-group avatar

    man-group/mdf

    178View on GitHub↗

    Data-flow programming toolkit for Python

    Python
    View on GitHub↗178
  • janestreet/incrementaljanestreet avatar

    janestreet/incremental

    1,009View on GitHub↗

    A library for incremental computations

    OCaml
    View on GitHub↗1,009
  • dask/daskdask avatar

    dask/dask

    13,746View on 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
    View on GitHub↗13,746
  • 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
See all 30 alternatives to Tributary→

Frequently asked questions

What does timkpaine/tributary do?

Streaming reactive and dataflow graphs in Python

What are the main features of timkpaine/tributary?

The main features of timkpaine/tributary are: Data Science and Databases, Data Visualization, Graph Computation, Scientific Computing Libraries, Streaming Libraries.

What are some open-source alternatives to timkpaine/tributary?

Open-source alternatives to timkpaine/tributary include: ray-project/ray — Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting… yahoo/graphkit — A lightweight Python module for creating and running ordered graphs of computations. janestreet/incremental — A library for incremental computations. dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… man-group/mdf — Data-flow programming toolkit for Python. keras-team/keras — Keras is a high-level deep learning framework designed for constructing and training neural networks through the…