docker
Local MongoDB instance via Docker Compose.
mongodb wires MongoDB into your Go service using the official Go driver, with collection abstractions and BSON helpers ready to use.
Use mongodb for document-oriented data, flexible schemas, or rapid prototyping where a relational model would be overly rigid. Well-suited for content, catalog, and event store use cases.
Suggests: docker, health, observability
verikt new my-service --language go --cap mongodb# or add to an existing service:verikt add mongodbdocker
health
observability