Go-carbon is a Graphite implementation written in Go that receives metrics via TCP and stores them using the Whisper database format. It can run as a daemon and its configuration includes settings for the TCP listen port, internal queue buffer size, Whisper data directory, and storage schemas file. An example use case presented was for real-time bidding systems. Resources provided on Graphite, Carbon, and go-carbon documentation and architecture.