versatile-data-kit VS hamilton

Compare versatile-data-kit vs hamilton and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
versatile-data-kit hamilton
52 26
410 878
2.4% -
9.7 8.1
4 days ago about 1 year ago
Python Python
Apache License 2.0 BSD 3-clause Clear 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.

versatile-data-kit

Posts with mentions or reviews of versatile-data-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-23.

hamilton

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.

What are some alternatives?

When comparing versatile-data-kit and hamilton you can also consider the following projects:

data-engineering-zoomcamp - Free Data Engineering course!

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

Mage - 🧙 The modern replacement for Airflow. Mage is an open-source data pipeline tool for transforming and integrating data. https://github.com/mage-ai/mage-ai

plumbing - Prismatic's Clojure(Script) utility belt

quadratic - Quadratic | Data Science Spreadsheet with Python & SQL

OpenLineage - An Open Standard for lineage metadata collection

pyramid-jsonapi - Auto-build JSON API from sqlalchemy models using the pyramid framework

composer - Supercharge Your Model Training

dbt-data-reliability - dbt package that is part of Elementary, the dbt-native data observability solution for data & analytics engineers. Monitor your data pipelines in minutes. Available as self-hosted or cloud service with premium features.

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

Reddit-API-Pipeline

codetour - VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.