marcosvm / MidCloud

Middleware adaptativo de comunicação com serviços em nuvem com melhor escolha através de rankeamento das nuvens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MidCloud Godoc License

Adaptive middleware for cloud services, with transparent choice of best cloud. The basic conceptions are that the message will be sent to the server that has the lower cost to do the task and is available.

Installation

Standard go get:

$ go get -u github.com/dcbCIn/MidCloud/...

In your source code:

import (
	"github.com/dcbCIn/MidCloud/distribution"
	"github.com/dcbCIn/MidCloud/services/common"
)

Usage & Example

For usage see the MidCloud Godoc.

For examples see CloudStorage Godoc. The CloudStorage project has examples associated with it there.

But Why?!

There exists a long list of adaptive middlewares, but MidCloud comes with the proposal of reduce the costs of multi-cloud applications, and to eradicate any downtime possible.

Can be from a multi-cloud storage (see CloudStorage project), multi-cloud faas, or any other service you want to create).

License

The MIT License (MIT)

About

Middleware adaptativo de comunicação com serviços em nuvem com melhor escolha através de rankeamento das nuvens

License:MIT License


Languages

Language:Go 100.0%