Data stores and feature storeΒΆ

One of the biggest challenge in distributed systems is handling data given the different access methods, APIs, and authentication mechanisms across types and providers.

MLRun provides three main abstractions to access structured and unstructured data:

  • Data Store β€” defines a storage provider (e.g. file system, S3, Azure blob, Iguazio v3io, etc.)

  • Data items β€” represent a data item or collection of such (file, dir, table, etc.)

  • Artifacts β€” Metadata describing one or more data items. see Artifacts.

Working with the abstractions enable you to securely access different data sources through a single API, many continuance methods (e.g. to/from DataFrame, get, download, list, ..), automated data movement, and versioning.

In this section