Prerequisites
- Docker and Docker Compose (the sandbox brings up Postgres + MinIO + MoleSignal).
- About 2 GB of free RAM for the standalone profile.
Run the sandbox
Clone and start
- UI: http://localhost:5080
- S3 admin (MinIO): http://localhost:9001 —
minioadmin/minioadmin
Log in and get a token
Authenticate to obtain a JWT and your The response contains the JWT and your
org_id:org_id. Export them for the next steps:Send your first data
Native HTTP JSON ingest works with
curl, an app SDK, Vector, or Fluent Bit out of the box.
Timestamps are microseconds since the Unix epoch.Next steps
Ingest from your stack
Point OpenTelemetry, Prometheus, Loki, or Filebeat at MoleSignal with no rewrite.
Cross-signal correlation
The killer feature: jump between signals without copy-pasting trace IDs.
Deploy for real
Move from the sandbox to a multi-role or Kubernetes deployment.
Configuration
TOML config and
MS_* environment overrides.