Skip to main content
Stable documentation · v0.2.2

A Go SDK for consistent, observable microservices built to evolve

Opinionated components for web, data, messaging, and observability — with less repeated setup across services.

terminal
go get github.com/colibriproject-dev/colibri-sdk-go@v0.2.2

export ENVIRONMENT=development
export APP_NAME=hello-colibri
export APP_TYPE=service
export CLOUD=none

go run .
Predictable workflow

From initialization to your first endpoint

The SDK loads configuration, prepares the selected modules, and keeps the application entry point explicit.

01InitializeAppconfiguration and context
02ModulesSQL · cache · messaging
03ListenAndServeroutes and server
Ecosystem

Components designed to work together

Adopt only the packages you need while preserving the same standards across applications.

Ready to get started?

Use the SDK with examples that actually run