Trama

Install

Set up Trama for local development with Docker or a JVM-based run, then verify the API, readiness, and metrics endpoints. This is the fastest path from “what is Trama?” to “I have it running.”

Best for first-time users Activation guide Local setup

Quick Start with Docker

docker compose up --build

API should be reachable at http://localhost:8080. This is the recommended first path for evaluation.

Verification Checklist

curl http://localhost:8080/healthz
curl http://localhost:8080/readyz
curl http://localhost:8080/metrics

Prerequisites

Run Locally

./gradlew run

Use src/main/resources/application.yaml or env vars to configure dependencies.