mlsolid

command module
v0.0.0-...-37910c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2025 License: GPL-3.0 Imports: 12 Imported by: 0

README

mlsolid

mlflow-banner-4 Docker Build golangci-lint Buf CI .github/workflows/buf-lint.yaml

mlsolid is a solid alternative to mlflow written in Go with Redis as its db backend, and s3 as its artifact storage. This project is split in multiple parts. mlsolid the server (this repo), mlsolidpy the python client, and a frontend dashboard.

mlsolid address my issue with mlflow by being:

  1. fast
  2. production focused, and easy to deploy
  3. dumb client (the client should only send experiments and artifacts)
  4. better documentation by being not convoluted and complicated to oblivion (i.e no 1000+ options with the same similar names).

As a design decision, mlsolid is solely responsible of saving artifacts to the object store as opposed to mlflow which by default does not work in "proxied artifact storage" mode (particularly hard to setup). This is done to for security measures so that S3 keys are shared as little as possible, as well as to make mlsolid require little configuration from the client side (aka data science side).

Under the hood, clients interact with mlsolid through a gRPC endpoint. This choice makes it possible to use different languages (other than Python) to track your experiments and/or download your models. Already generated gRPC SDKs for multiple languages are available to download using buf.build here

Features

  • Experiment tracking with metrics and artifacts
  • Model registry

Configuration

Configuration happens through a yaml file located either at ./mlsolid.yaml of the binary or at /etc/mlsolid/mlsolid.yaml.

prod: true
grpc_port: 5000

redis_addr: redis:6379
redis_password: ""
redis_db: 0

s3_endpoint: ""
s3_key: ""
s3_secret: ""
s3_bucket: ""

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
s3

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL