Live data from Hacker News

Viewing profile — hichkaker

hichkaker

HN member
Joined
Wed, Sep 18, 2019, 7:06 AM UTC
HN karma
143
Public activity
37 items

About hichkaker

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #36906203

    Thank you for mentioning Data Diff! Founder of Datafold here. We built Data Diff to solve a variety of problems that we encountered as data engineers: (A) Testing SQL code changes …

  3. comment
    Comment #35688846

    As a data engineer, validating your SQL code as you develop pipelines is hard. It requires running the code to materialize a "development" dataset, then auditing the resulting data…

  4. story
  5. comment
    Comment #34604362

    I did data engineering for 6 years and am building a company to automate SQL validation for dbt users. First, by “testing SQL pipelines”, I assume you mean testing changes to SQL c…

  6. story
    Data-diff v0.3: DuckDB, efficient in-database diffing and more

    Hi HN: We at Datafold are excited to announce a new release of data-diff (https://github.com/datafold/data-diff), an open-source tool that efficiently compares tables within or acr…

  7. story
  8. comment
    Comment #31847681

    As a data engineer myself, totally agree about the abuse of the word “data”. What we strived for when naming was to make it self-describing as much as possible. Since the tool does…

  9. story
    Show HN: Data Diff – compare tables of any size across databases

    Gleb, Alex, Erez and Simon here – we are building an open-source tool for comparing data within and across databases at any scale. The repo is at https://github.com/datafold/data-d…

  10. comment
    Comment #31585979

    Datafold automates data pipeline testing for data engineers. With Datafold, data engineers can deal with data quality issues in the pull request by seeing how a change to source co…

  11. comment
    Comment #31261013

    We actually built a tool exactly for that: https://www.datafold.com/data-diff The core use case is helping data engineers building analytical pipelines test the changes to their co…

  12. comment
    Comment #31236877

    Datafold automates data pipeline testing for data engineers. With Datafold, data engineers can deal with data quality issues in the pull request by seeing how a change to source co…

  13. comment
    Comment #30879637

    Datafold (YC S20) | https://www.datafold.com Datafold automates data pipeline testing for data engineers. With Datafold, data engineers can deal with data quality issues in the pul…

  14. comment
    Comment #24162752

    We've been using Tella for product demos. A huge upgrade from hacking together QuickTime recordings!

  15. comment
    Comment #24088378

    Thank you for sharing! I assume we are talking about analytical, not transactional data: > Diff'ing data is one of the weakest and most cumbersome ways to verify correctness. It de…

  16. comment
    Comment #24088282

    Thank you for pointing it out, I've never noticed but now that you brought it up will do a few more iterations on our design to avoid the collision.

  17. comment
    Comment #24088252

    Support for MS SQL is in progress. We can deploy in your DC using with Docker or K8S.

  18. comment
    Comment #24088249

    If diffing datasets within the same physical database, generate SQL, execute in the database, analyze and render results. If diffing datasets across physically different databases,…

  19. comment
    Comment #24088226

    Totally fair! We offer free trials for on-prem. Please ping us at hn@datafold.com to set it up.

  20. comment
    Comment #24076733

    You raised a great point. Data testing methods can perhaps be broken down to two main categories: 1. "Unit testing" – validating assumptions about the data that you define explicit…

  21. comment
    Comment #24076010

    Thank you for the feedback! Agree with you about the niche. Diff is our first tool that helps test changes in the ETL code , and the impact is correlated with the size and complexi…

  22. comment
    Comment #24075871

    Thank you for the suggestion! We're leaning towards Option 1: free diffing for datasets < 1M rows. Option 2 seems a bit tricker since we are in a way creating a new tool category a…

  23. comment
    Comment #24075819

    If you can materialize those .bcp files as tables, then yes, absolutely.

  24. comment
    Comment #24075806

    Thank you for asking deep questions and providing specific examples! The degree of scale and complexity varies significantly between companies, so we definitely can't claim that ev…

  25. comment
    Comment #24075719

    > But will this problem be big enough for VC investment is the question? That's a great question. Thinking about where problems arise in data pipelines, there are fundamentally two…