https://github.com/scorelab/gocloud-v2
Cloud services library
https://github.com/scorelab/gocloud-v2
Last synced: 4 months ago
JSON representation
Cloud services library
- Host: GitHub
- URL: https://github.com/scorelab/gocloud-v2
- Owner: scorelab
- License: apache-2.0
- Created: 2017-05-31T09:18:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T06:07:22.000Z (over 8 years ago)
- Last Synced: 2024-11-08T11:51:35.448Z (over 1 year ago)
- Language: Go
- Size: 251 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATION NOTICE: THIS REPO HAS BEEN MOVED TO [https://github.com/cloudlibz/gocloud](https://github.com/cloudlibz/gocloud)
# gocloud
Cloud services library
gocloud is a golang library which hides differences between different cloud providers(AWS,GCP,Openstack etc) APIs and allows you to manage different cloud resources through a unified and easy to use API.
# Service Types
**Compute** --allows you to manage cloud and virtual servers.
**Compute Storage** --allows you to manage Compute storage.
**Container** --allows users to install and deploy containers onto container based virtualization platforms.
**Load balancer** --allaws you to manager Load Balancer service.
**DNS** --allaws you to manage DNS service.
## Service Providers
### AWS
- EC2 (Compute)
- EC2 Storage
- Amazon Elastic Container Service (Container)
- Elastic Load Balancing
- AWS Route5S
### Google
- Google Compute
- Google Compute Storage
- Google Container Service (Container)
- Google Elastic Load Balancing
- Google DNS