MetaLoom // Loom is the media asset management server at the heart of the MetaLoom platform. It exposes a REST API over HTTP, a gRPC API (planned), and a GraphQL API (planned) for managing digital media assets and all related entities.
Components
-
REST API — Full CRUD for all entities. See REST API Reference.
-
Java Client — Typed HTTP client for JVM applications. See Java Client Usage.
-
Authentication — JWT bearer tokens and optional OAuth2. See Authentication.
-
Configuration — YAML config file and environment variables. See Configuration.
-
Artifacts — Maven coordinates, containers and the Helm chart. See Artifacts.
-
Features — Assets, users, groups, roles, tags, pipelines and more. See Features.
-
Examples — Code snippets from the
/examplesmodule. See Examples.