tributary VS pynto

Compare tributary vs pynto and see what are their differences.

tributary

Streaming reactive and dataflow graphs in Python (by timkpaine)

pynto

Time series analysis in Python using the concatenative paradigm (by punkbrwstr)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tributary pynto
3 1
23 6
- -
6.7 6.1
3 months ago 6 months ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tributary

Posts with mentions or reviews of tributary. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.

pynto

Posts with mentions or reviews of pynto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-08.
  • Show HN: Hamilton, a Microframework for Creating Dataframes
    6 projects | news.ycombinator.com | 8 Nov 2021
    My pynto https://github.com/punkbrwstr/pynto is a similar framework for creating dataframes, but using a concatenative paradigm that treats the frame as a stack of columns. Functions ("words") operate on the stack to set up the graph for each column, and execution happens afterwards in parallel. Instead of function modifiers like @does it uses combinators to apply quoted operations to multiple columns. The postfix syntax (think postscript or factor) is unambiguous, if a bit old-school.

What are some alternatives?

When comparing tributary and pynto you can also consider the following projects:

lazy-table - A python-tabulate wrapper for producing tables from generators

hamilton - A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton

koila - Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.

plumbing - Prismatic's Clojure(Script) utility belt

webssh - :seedling: Web based ssh client

prosto - Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby

asyncauth - A powerful, simple, and async security library for Sanic. [Moved to: https://github.com/sunset-developer/sanic-security]

datajob - Build and deploy a serverless data pipeline on AWS with no effort.

plugin.video.sendtokodi - :tv: plays various stream sites on kodi using youtube-dl

amyrose - A powerful, simple, and async authentication and authorization library for Sanic. [Moved to: https://github.com/sunset-developer/asyncauth]

lazy_table - A python-tabulate wrapper for producing tables from generators [Moved to: https://github.com/parsiad/lazy-table]

calcengine - Simple Python Calculation Engine