Skip to content
forked from uber/peloton

Mimir-Lib a library of a framework to create placement algorithms (i.e. the bin packing problem) to place databases (entities) on hosts (groups).

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
APACHE-LICENSE
Notifications You must be signed in to change notification settings

svenskmand/mimir-lib

 
 

Repository files navigation

Mimir-Lib

Mimir-Lib is a stand-alone library to decide on which groups (phisical-hosts, virtual-hosts, zones, etc.) to place entities (databases, containers, processes, etc.). Mimir-Lib evaluates a customizable predicate for each group to determine if the group is useable or not. Then Mimir-Lib orders all the useable groups according to an ordering where the best groups are ordered first. The best group is then picked for the given entity.

Resources

Blogs

Tech Talks

  • [Percona Live 2017, Santa Clara]Video

License

Mimir-Lib is a fork of Uber Peloton which is under the Apache 2.0 license so Mimir-Lib is using the same license. See the files APACHE-LICENSE and LICENSE for details.

About

Mimir-Lib a library of a framework to create placement algorithms (i.e. the bin packing problem) to place databases (entities) on hosts (groups).

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
APACHE-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%