gokit

module
v0.0.0-...-f2a95d0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2015 License: MIT

README

gokit

gokit is a working name for a distributed programming toolkit to serve the needs of the modern service-oriented enterprise.

Motivation

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

Goals

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

Non-goals

  • Having opinions on deployment, orchestration, process supervision
  • Having opinions on configuration passing -- flags vs. env vars vs. files vs. ...
  • more TODO

Contributing

At this stage, we're still developing the initial drafts of all of the packages, using an RFC workflow. Before submitting major changes, please write to the mailing list to register your interest, and check the open issues and pull requests for existing discussions.

Dependency management

Users who import gokit 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.

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

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

Additional reading

Directories

Path Synopsis
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.

Jump to

Keyboard shortcuts

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