Categorygithub.com/nikhilsbhat/neuron-cloudy
repository
0.0.1
Repository: https://github.com/nikhilsbhat/neuron-cloudy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Neuron-Cloudy

Neuron-Cloudy

A cloud agnistic SDK.

Neuron-CLoudy is a golang sdk built to interact with all the cloud with a single function call. This is used by neuron, which has a cli and exposes api to create resources accross various cloud. As of now cloudy can talk to AWS and AZURE(Very minimal resources). Soon more features will be added and extends to various clouds.

One who wants to use this, just include this as library and start using it your lines of code. Cloudy supports creation/deletion/updation and fetching details of various cloud resources including: vpc,server,loadbalancer etc.

Documentation

Installation:

go get -u github.com/nikhilsbhat/neuron-cloudy
import (
    "github.com/nikhilsbhat/neuron-cloudy"
)