hamilton

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

Hamilton Alternatives

Similar projects and alternatives to hamilton

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hamilton alternative or higher similarity.

hamilton reviews and mentions

Posts with mentions or reviews of hamilton. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • Write production grade pandas (and other libraries!) with Hamilton
    2 projects | /r/Python | 27 Feb 2023
    And find the repository here: https://github.com/dagworks-inc/hamilton/
  • Useful libraries for data engineering in various programming languages
    1 project | /r/dataengineering | 16 Sep 2022
    Python - https://github.com/stitchfix/hamilton (author here). It's great if you want your code to be always unit testable and documentation friendly, and you want to be able to visualize execution. Blog post on using it with Pandas https://link.medium.com/XhyYD9BAntb.
  • Cognitive Loads in Programming
    5 projects | news.ycombinator.com | 31 Aug 2022
    Yes! As one of the creators of https://github.com/stitchfix/hamilton this was one of the aims. Simplifying the cognitive burden for those developing and managing data transforms over the course of years, and in particular for ones they didn't write!

    For example in Hamilton -- we force people to write "declarative functions" which then are stitched together to create a dataflow.

    E.g. example function -- my guess is that you can read and understand/guess what it does very easily.

  • Prefect vs other things question
    2 projects | /r/mlops | 3 Aug 2022
    For (1) there are quite a few options - prefect is one, metaflow is another, airflow, dagster, even https://github.com/stitchfix/hamilton (core contributor here), etc.
  • Field Lineage
    4 projects | /r/dataengineering | 2 Aug 2022
    If you're want to do more python https://github.com/stitchfix/hamilton allows you to model dependencies at a columnar (field) level.
  • Show HN
    1 project | news.ycombinator.com | 1 Aug 2022
  • [D] Is anyone working on interesting ML libraries and looking for contributors?
    4 projects | /r/MachineLearning | 17 Jun 2022
    Take a look at https://github.com/stitchfix/hamilton - we're after contributors who can help us grow the project, e.g. make documentation great, dog fooding features and suggesting/contributing usability improvements.
  • Useful Python decorators for Data Scientists
    1 project | /r/Python | 23 May 2022
    For a real world example of their power, we built an entire framework (https://github.com/stitchfix/hamilton) at Stitch Fix, where a lot of cool magic is provide via decorators - see https://hamilton-docs.gitbook.io/docs/reference/api-reference/available-decorators and these two source files (https://github.com/stitchfix/hamilton/blob/main/hamilton/function_modifiers_base.py, https://github.com/stitchfix/hamilton/blob/main/hamilton/function_modifiers.py ). Note we do some non-trivial stuff via them.
  • unit tests
    1 project | /r/mlops | 23 May 2022
    For data processing/transform code, I would recommend looking at https://github.com/stitchfix/hamilton, especially if you're trying to test pandas code. Short getting started here - https://towardsdatascience.com/how-to-use-hamilton-with-pandas-in-5-minutes-89f63e5af8f5 (disclaimer: I'm one of the authors).
  • Dealing with hundreds of customer/computed columns
    1 project | /r/dataengineering | 19 May 2022
    The python package, hamilton, from Stitch Fix (https://hamilton-docs.gitbook.io/docs/) can help manage transformations on pandas dataframes. This DAG of transformations is managed separately in a file - so it can be versioned, in case the transformations change. The memory required is reduced, because only the API call tables and mapping parameter table have to be in memory. The calculated columns can be produced as needed. Just like dbt, transformations are separate from the source tables - but hamilton can be used on any python object - not just dataframes. dbt is SQL based.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 27 Apr 2024
    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. Learn more →

Stats

Basic hamilton repo stats
26
878
8.1
about 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com