Skip to content

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

License

Notifications You must be signed in to change notification settings

dcruzb/MidCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MidCloud Godoc License Build Status Go Report Card

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages