Workload Categories
๐๏ธ Databases
Relational, document, and NoSQL stores with optional UI companions.
โก Cache & KV
In-memory key-value stores and caching layers.
๐จ Message Queues
Async messaging, streaming, and pub/sub brokers.
๐ชฃ Object Storage
S3-compatible local object storage.
๐ง DevOps & CI/CD
Source control and continuous integration tools.
๐งช Dev & Testing Tools
Utilities to support local development and integration tests.
๐ GitOps
Continuous delivery and cluster reconciliation operators.
๐ค Collaboration
Shared diagramming and team tools.
Catalog Files
CLI Commands
# List all available workloads
loko catalog list
# Search by name or tag
loko catalog search postgres
# Show workload details and available presets
loko catalog info postgres
# Install a workload into your environment
loko workload install postgres
# Install with a specific preset
loko workload install postgres --preset postgres-ui
# Sync catalog from remote (update to latest)
loko catalog sync
# Point to a custom catalog source
loko catalog use https://raw.githubusercontent.com/getloko/catalog/main/catalog.yaml
Documentation
Full catalog docs, schema reference, and contribution guidelines live in the LoKO docs site.
Browse Catalog Docs โ