Skip to content

finleap-connect/monoskope

Monoskope (m8)

Build status Coverage Status Go Report Card Go Reference GitHub release

Monoskope (short m8 spelled "mate") implements the management and operation of tenants, users and their roles in a Kubernetes multi-cluster environment. It fulfills the needs of operators of the clusters as well as the needs of developers using the cloud infrastructure provided by the operators.

Documentation

See the installation guide for getting started. Detailed documentation can be found at the /docs directory.

Acknowledgments

  • The implementation of CQRS/ES in Monoskope is not cloned, but inspired by looplab/eventhorizon, a CQRS/ES toolkit for Go.
  • The implementation of the RabbitMQ client is forked from wagslane/go-rabbitmq, a wrapper of streadway/amqp that provides reconnection logic.