pynto VS tributary

Compare pynto vs tributary and see what are their differences.

pynto

Time series analysis in Python using the concatenative paradigm (by punkbrwstr)

tributary

Streaming reactive and dataflow graphs in Python (by timkpaine)
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
pynto tributary
1 3
6 23
- -
6.1 6.7
6 months ago 3 months ago
Python Python
MIT License Apache License 2.0
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.

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.

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.

What are some alternatives?

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

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

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

plumbing - Prismatic's Clojure(Script) utility belt

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

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

webssh - :seedling: Web based ssh client

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