Skip to content

itspage/go-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Platform GoDoc Travis CI

This is a microservice platform library built to be used with micro/go-micro. It provides all of the fundamental tooling required to run and manage a microservice environment. It's pluggable just like go-micro. It will be especially vital for anything above 20+ services and preferred by organisations. Developers looking to write standalone services should continue to use go-micro.

Go platform depends on middleware/before-after funcs being added to go-micro. While each package can be used independently, it will be much more powerful as a whole.

The libraries here are not yet implemented. Discussion for the interfaces are welcome.

Features

Each package provides a feature interface that will be pluggable and backed by a number of services.

  • auth | authentication and authorisation for users and services
  • config | dynamic configuration which is namespaced and versioned
  • db | distributed database abstraction
  • discovery | extends the go-micro registry to add heartbeating, etc
  • kv | simply key value layered on memcached, etcd, consul
  • log | structured logging to stdout, logstash, fluentd, pubsub
  • monitor | add custom healthchecks measured with distributed systems in mind
  • metrics | instrumentation and collation of counters
  • router | global circuit breaking, load balancing, A/B testing
  • trace | distributed tracing of request/response

About

A microservice platform library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages