Sanity check of my decision for "Iterative AI" (DVC, MLEM, CML) pipeline over Azure ML

This page summarizes the projects mentioned and recommended in the original post on /r/mlops

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
  • pants

    The Pants Build System

  • We don't have the CD yet, but I think what I put in place counts as simple CI (even if incomplete)? Every push & PR trigger an azure pipeline, which runs pants. This install the dependencies from the lockfile, run some linters, uses DVC to pull the data necessary for tests, and run unit tests (mypy check is deactivated until I solve a weird error). Basically the same script runs on laptops cross-platform (one of us uses Max, one Ubuntu with GPU, one Ubuntu with CPU, the scripts runs on every platform). The only difference with CI is the installation of Pants and the gestion of Cache (needs to be downloaded in CI so it takes ~3min in CI versus 20 seconds on my laptop).

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pants 2: The ergonomic build system

    1 project | news.ycombinator.com | 17 Jul 2023
  • Is it possible pickle a function with its dependencies?

    4 projects | /r/Python | 6 May 2023
  • Pants 2: fast, scalable, user-friendly build system for codebases of all sizes

    1 project | news.ycombinator.com | 8 Apr 2023
  • Were there "useless" engineers in Twitter?

    1 project | /r/cscareerquestions | 5 Nov 2022
  • Dependency inference: Pants's special sauce

    1 project | /r/scala | 2 Nov 2022