Functions architecture#

MLRun supports:

MLRun has an open public Function Hub that stores many pre-developed functions for use in your projects.

mlrun-architecture

Distributed functions#

Many of the runtimes support horizontal scaling. You can specify the number of replicas or the min—max value range (for auto scaling in Dask or Nuclio). When scaling functions, MLRun uses a high-speed messaging protocol and shared storage (volumes, objects, databases, or streams). MLRun runtimes handle the orchestration and monitoring of the distributed task.

runtime-scaling