Description
CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time.Examples
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/cratedb
Usage:
cratedbContainer, err := cratedb.Run(context.Background(), "crate:5.7")