kit

module
v0.0.0-...-6080588 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2015 License: MIT

README

gokit Circle CI Drone.io Travis CI GoDoc

Go kit is a distributed programming toolkit for microservices in the modern enterprise. We want to make Go a viable choice for application (business-logic) software in large organizations.

Motivation

See the motivating blog post and the video of the talk.

Goals

  • Operate in a heterogeneous SOA — expect to interact with mostly non-Go-kit services
  • RPC as the primary messaging pattern
  • Pluggable serialization and transport — not just JSON over HTTP
  • Zipkin-compatible request tracing

Non-goals

  • Supporting messaging patterns other than RPC (in the initial release) — pub/sub, CQRS, etc.
  • Having opinions on deployment, orchestration, process supervision, etc.
  • Having opinions on configuration passing — flags, env vars, files, etc.

Component status

Contributing

Please see CONTRIBUTING.md. Thank you, contributors!

Dependency management

Users who import Go kit into their package main are responsible to organize and maintain all of their dependencies to ensure code compatibility and build reproducibility. Gokit makes no direct use of dependency management tools like Godep.

We will use a variety of continuous integration providers to find and fix compatibility problems as soon as they occur.

API stability policy

The Go kit project depends on code maintained by others. This includes the Go standard library and sub-repositories and other external libraries. The Go language and standard library provide stability guarantees, but the other external libraries typically do not. The API Stability RFC proposes a standard policy for package authors to advertise API stability. The Go kit project prefers to depend on code that abides the API stability policy.

Projects with a ★ have had particular influence on Go kit's design.

Service frameworks
  • go-micro, a microservices client/server library ★
  • gocircuit, dynamic cloud orchestration
  • gotalk, async peer communication protocol & library
  • Kite, a micro-service framework
Individual components
Web frameworks

Additional reading

Directories

Path Synopsis
pb
Package pb is a generated protocol buffer package.
Package pb is a generated protocol buffer package.
Package log provides basic interfaces for structured logging.
Package log provides basic interfaces for structured logging.
Package metrics provides an extensible framework to instrument your application.
Package metrics provides an extensible framework to instrument your application.
expvar
Package expvar implements an expvar backend for package metrics.
Package expvar implements an expvar backend for package metrics.
prometheus
Package prometheus implements a Prometheus backend for package metrics.
Package prometheus implements a Prometheus backend for package metrics.
statsd
Package statsd implements a statsd backend for package metrics.
Package statsd implements a statsd backend for package metrics.
teststat
Package teststat contains helper functions for statistical testing of metrics implementations.
Package teststat contains helper functions for statistical testing of metrics implementations.
tracing
transport

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL