Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings
forked fromgo-kit/kit

A standard library for microservices.

License

NotificationsYou must be signed in to change notification settings

zencoder/kit

 
 

Repository files navigation

Go kit is adistributed programming toolkit for building microservicesin large organizations. We solve common problems in distributed systems, soyou can focus on your business logic.

Motivation

Go has emerged as the language of the server, but it remains underrepresentedin large, consumer-focused tech companies like Facebook, Twitter, Netflix, andSoundCloud. These organizations have largely adopted 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 is a library, designed to be imported into a binary package.Vendoring is currently the best way for binary package authorsto ensure reliable, reproducible builds.Therefore, we strongly recommend our users use vendoring for all of their dependencies,including Go kit.To avoid compatibility and availability issues,Go kit doesn't vendor its own dependencies,and doesn't recommend use of third-party import proxies.

There are several tools which make vendoring easier, includinggb,glide,gvt,govendor, andvendetta.In addition, Go kit uses a variety of continuous integration providersto find and fix compatibility problems as soon as they occur.

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 microservices client/server library ★
  • gotalk, async peer communication protocol & library
  • Kite, a micro-service framework
  • gocircuit, dynamic cloud orchestration

Individual components

Web frameworks

Additional reading


Development supported byDigitalOcean.

About

A standard library for microservices.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go99.6%
  • Other0.4%

[8]ページ先頭

©2009-2025 Movatter.jp