nowfound

Alternatives

Products that do what Panda Patrol: Open-Source Data Pipeline Monitoring in < 5 Lines of Code does

I’ve found that I don’t have any context about the data in my pipelines only know if the pipeline is successful or not. So I built panda-patrol which allows you to monitor each node in your DAG, use AI to generate data tests for your data, store data profiles, and more. All with this comes with dashboards and alerts. You can easily drop it into your Python-based data pipeline (i.e. Airflow, Dagster, Prefect, etc.) and just run your pipelines are you normally would — but with monitoring and more context. Hope its valuable to some people

  1. 1IB

    Every data pipeline job I had to tackle required quite a few components to set up: - One tool to ingest data - Another one to transform it - If you wanted to run Python, set up an orchestrator - If you need to check the data, a data quality tool Let alone this being hard to set up and taking time, it is also pretty high-maintenance. I had to do a lot of infra work, and while this being billable hours for me I didn’t enjoy the work at all. For some parts of it, there were nice solutions like dbt, but in the end for an end-to-end workflow, it didn’t work. That’s why I decided to build an…

    2024 · github.com

  2. 2TY

    Hey, guys. I've just made a plugin which turns your pandas dataframe into a tableau-style component. It allows you to explore the dataframe with easy drag-and-drop UI. You can use PyGWalker in Jupyter, Google Colab, or even Kaggle Notebook to easily explore your data and generate interactive visualizations. PyGWalker (pronounced like "Pig Walker", just for fun) is named as an abbreviation of "Python binding of Graphic Walker". Here are some links to check it out: The Github Repo: https:&#x2F;&#x2F;github.com&#x2F;Kanaries&#x2F;pygwalker Use PyGWalker in Kaggle:…

    2023 · github.com

  3. 3
    Dagster+302

    Ship data pipelines with extraordinary velocity

    2024

  4. 4

    Write and deploy custom ETL pipelines in Python

    2018

  5. 5

    Build data pipelines, the easy way

    2022

  6. 6RR

    Hi HN, I'm Hugo. I've been building Rocky over the past month, shipping fast in the open. The binary is on GitHub Releases, `dagster-rocky` on PyPI, and the VS Code extension on the Marketplace. I held off on a broader announcement until the trust-system surface was coherent enough to talk about as one thing. The governance waveplan — column classification, per-env masking, 8-field audit trail on every run, `rocky compliance` rollup, role-graph reconciliation, retention policies — landed end-to-end last week in engine-v1.16.0 and rounded out in v1.17.4 (tagged 2026-04-26). That's the…

    Apr 2026 · github.com

  7. 7DP
  8. 8SA

    Hey HN! I’m excited to share sketch: a tool to help anyone who uses python and pandas quickly iterate and get to answers for their data questions. Sketch installs as a pandas extension that offers utility functions that operate on natural language prompts. Using the `ask` interface you can get answers in natural language. Using the `howto` interface you can get get python and pandas code directly. The primary benefit of this over copilot and chatGPT is that this adds data-content based context so that the generated answers are much more accurate and relevant to the data problem at hand.…

    2023 · github.com

  9. 9

    Know compute cost of every pipeline & model in your BigQuery

    2023

  10. 10DA

    Dear HN, I am Riwaj, the cofounder of dstack.ai (https:&#x2F;&#x2F;github.com&#x2F;dstackai). A few months ago, we built an online service that allows users to publish data visualizations from Python or R. The idea was to build a tool that did not require additional programming or front-end development for publishing data visualizations. Such a code can be invoked from either Jupyter notebook, RMarkdown, Python, or R scripts. Once the data is pushed, it can be accessed via a browser. Open-sourcing dstack: During our customer discovery phase, we realized that dstack.ai should integrate a lot…

    2020

  11. 11HS

    Hey HN – Stefan and Elijah here from DAGWorks (http:&#x2F;&#x2F;dagworks.io&#x2F;, YC W23). If you don’t remember us from our previous HN launch (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35056903), we’re the authors of Hamilton (https:&#x2F;&#x2F;github.com&#x2F;dagworks-inc&#x2F;hamilton), an open-source library for building self-documenting, modular dataflows in python that works for data, ML, LLM pipelines, & even web-workflows. We’ve been developing this UI for a while and we’re excited to say we open-sourced it! It comes out of the box with the following capabilities, and…

    2024 · github.com

  12. 12
    Sensorpad124

    Monitoring and reporting tool for cron jobs & data pipelines

    2021

  13. 13GP
  14. 14
    SigNoz230

    Open source alternative to Datadog

    2021

  15. 15
    buildpipe116

    Compose, run and automate multi step AI developer workflows

    May 2026 · buildpipe.com

  16. 16OD

    Hello Hacker News! We are Rick & Yannick from Orchest (https:&#x2F;&#x2F;www.orchest.io - https:&#x2F;&#x2F;github.com&#x2F;orchest&#x2F;orchest). We're building a visual pipeline tool for data scientists. The tool can be considered to be high-code because you write your own Python&#x2F;R notebooks and scripts, but we manage the underlying infrastructure to make it 'just work™'. You can think of it as a simplified version of Kubeflow. We created Orchest to free data scientists from the tedious engineering related tasks of their job. Similar to how companies like Netflix, Uber and Booking.com…

    2020

  17. 17OS

    Hey HN! We are building *open source infrastructure for deploying customer-facing data pipelines.* Here’s our repo https:&#x2F;&#x2F;github.com&#x2F;pipebird&#x2F;pipebird and website https:&#x2F;&#x2F;pipebird.com&#x2F;. Pipebird (YC W22) is designed to enable companies that generate important data to offer secure data pushes to their customers’ warehouses, directly from their products. Our team was previously building in fintech, where we heard from many of our peers that their customers wanted data pushed directly to their warehouses. Customers wanted to bring data into their source of…

    2022 · github.com

  18. 18YD

    If you've built any web-based app in the last 15 years, you probably used something like Datadog, New Relic, Sentry, etc. to monitor and trace your app, right? Why should it be different when the app you're building happens to be using LLMs? So today we're open-sourcing OpenLLMetry-JS. It's an open protocol and SDK, based on OpenTelemetry, that provides traces and metrics for LLM JS&#x2F;TS applications and can be connected to any of the 15+ tools that already support OpenTelemetry. Here's the repo: https:&#x2F;&#x2F;github.com&#x2F;traceloop&#x2F;openllmetry-js A few months ago we launched…

    2024 · github.com

  19. 19WB

    Hi HN. Today we released Dagster Cloud to general availability [1], which includes a new feature you can try that we're calling Branch Deployments. Branch Deployments were inspired by Vercel's Preview Deployments feature and deep GitHub integration. We're hoping we can bring a similar developer experience improvement to the data domain. Let us know your feedback! [1] https:&#x2F;&#x2F;dagster.io&#x2F;blog&#x2F;dagster-cloud-ga-launch

    2022 · twitter.com

  20. 20

    AI code reviews & Pipeline debugging

    2024

  21. 21
    Marple86

    Time series data visualisation for engineers

    2022

  22. 22IB

    I got tired of the overhead required to run even a simple data analysis - cloud setup, ETL pipelines, orchestration, cost monitoring - so I built a fully local data-stack&#x2F;IDE where I can write SQL&#x2F;Py, run it, see results, and iterate quickly and interactively. You get data lake like catalog, zero-ETL, lineage, versioning, and analytics running entirely on your machine. You can import from a database, webpage, CSV, etc. and query in natural language or do your own work in SQL&#x2F;Pyspark. Connect to local models like Gemma or cloud LLMs like Claude for querying and analysis. You…

    Apr 2026 · stream-sock-3f5.notion.site

  23. 23FO
  24. 24AI

Ranked by how close each launch is in meaning, then by votes. Refine with a description →