Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/kitPublic

A standard library for microservices.

License

NotificationsYou must be signed in to change notification settings

go-kit/kit

Repository files navigation

GitHub Workflow StatusGoDevcodecovGo Report CardSourcegraph

Go kit is aprogramming toolkit for building microservices(or elegant monoliths) in Go. We solve common problems in distributedsystems and application architecture so you can focus on deliveringbusiness value.

Sponsors


Clickhere or Sponsor, above, for more information on sponsorship.

Motivation

Go has emerged as the language of the server, but it remains underrepresentedin so-called "modern enterprise" companies like Facebook, Twitter, Netflix, andSoundCloud. Many of these organizations have turned to JVM-based stacks fortheir business logic, owing in large part to libraries and ecosystems thatdirectly support their microservice architectures.

To reach its next level of success, Go needs more than simple primitives andidioms. It needs a comprehensive toolkit, for coherent distributed programmingin the large. Go kit is a set of packages and best practices, which provide acomprehensive, robust, and trustable way of building microservices fororganizations of any size.

For more details, seethe website,the motivating blog post andthe video of the talk.See also theGo kit talk at GopherCon 2015.

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
  • Operate within existing infrastructures — no mandates for specific tools or technologies

Non-goals

  • Supporting messaging patterns other than RPC (for now) — e.g. MPI, pub/sub, CQRS, etc.
  • Re-implementing functionality that can be provided by adapting existing software
  • Having opinions on operational concerns: deployment, configuration, process supervision, orchestration, etc.

Contributing

Please seeCONTRIBUTING.md.Thank you,contributors!

Dependency management

Go kit ismodules aware, and weencourage users to use the standard modules tooling. But Go kit is at majorversion 0, so it should be compatible with non-modules environments.

Code generators

There are several third-party tools that can generate Go kit code based ondifferent starting assumptions.

Related projects

Projects with a ★ have had particular influence on Go kit's design (or vice-versa).

Service frameworks

  • gizmo, a microservice toolkit from The New York Times ★
  • go-micro, a distributed systems development framework ★
  • gotalk, async peer communication protocol & library
  • Kite, a micro-service framework
  • gocircuit, dynamic cloud orchestration

Individual components

Web frameworks

Additional reading


[8]ページ先頭

©2009-2025 Movatter.jp