An open API service indexing awesome lists of open source software.

https://github.com/scorelab/gocloud

Cloud services library
https://github.com/scorelab/gocloud

Last synced: 4 months ago
JSON representation

Cloud services library

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