https://github.com/scorelab/gocloud
Cloud services library
https://github.com/scorelab/gocloud
Last synced: 4 months ago
JSON representation
Cloud services library
- Host: GitHub
- URL: https://github.com/scorelab/gocloud
- Owner: scorelab
- License: apache-2.0
- Created: 2016-04-18T12:39:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T14:44:21.000Z (over 8 years ago)
- Last Synced: 2024-04-14T19:46:55.227Z (about 2 years ago)
- Language: Go
- Size: 46.9 KB
- Stars: 3
- Watchers: 5
- Forks: 11
- Open Issues: 10
-
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
GoCloud is a standard library to get a single API among common cloud service providers (Ex. AWS, GCP, Azure.. ).
This will make building products among multiple cloud services and its services easier for the developer.
## Service Types
**Compute** _allows you to manage cloud and virtual servers_
**Object Storage** _allows you to manage cloud object storage_
**Container** _allows users to install and deploy containers onto container based virtualization platforms_
**DNS** _allows you to manage DNS as A Service_
**Backup** _allows you to manage Backup as A Service_
----
## Service Providers
### AWS
- EC2 (Compute)
- S3 Storage (Object Storage)
- Amazon Elastic Container Service (Container)
- Route53 (DNS)
- Amazon EBS Backup Driver (Backup)
----
## Intialize