Sha256: 7e1b64ff7bbe2b4882530d95512ef0741917e6b868917be8bce42bd2c947a461

Contents?: true

Size: 1.43 KB

Versions: 33

Compression:

Stored size: 1.43 KB

Contents

# Fog with Google

Fog currently supports two Google Cloud services: [Google Compute Engine](https://developers.google.com/compute/) and [Google Cloud Storage](https://developers.google.com/storage/). The main maintainer for the Google sections is @icco.

## Storage

Google Cloud Storage originally was very similar to Amazon's S3. Because of this, Fog implements the [XML GCS API](https://developers.google.com/storage/docs/xml-api-overview). We eventually want to move to the new [JSON API](https://developers.google.com/storage/docs/json_api/), once it has similar performance characteristics to the XML API. If this migration interests you, send us a pull request!

## Compute

Google Compute Engine is a Virtual Machine hosting service. Currently it is built on version [v1beta16](https://developers.google.com/compute/docs/reference/v1beta16/) of the GCE API.

Our implementation of the API currently supports 

 * Server creation, deletion and bootstrapping
 * All server "flavors" (micro and normal)
 * Persistent Disk creation and deletion
 * Image lookup

Features we are looking forward to implementing in the future:

 * Network and Firewall configuration
 * Global Metadata support
 * Image creation

v1beta16 is still in beta, so we can imagine lots of changes to the API. If you are using Fog to interact with GCE, please keep Fog up to date and [file issues](https://github.com/fog/fog/issues?labels=google) for any anomalies you see.

Thanks!

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
fog-maestrodev-1.19.0.20140212012611 lib/fog/google/README.md
fog-maestrodev-1.19.0.20140110004459 lib/fog/google/README.md
fog-maestrodev-1.19.0.20140110003812 lib/fog/google/README.md
fog-maestrodev-1.19.0.20140109202555 lib/fog/google/README.md
fog-maestrodev-1.19.0.20140107192102 lib/fog/google/README.md
fog-maestrodev-1.19.0.20140107142106 lib/fog/google/README.md
fog-maestrodev-1.19.0.20131219203941 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131219193542 lib/fog/google/README.md
fog-1.19.0 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131219033443 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131219032002 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131219030716 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131219022322 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131218202447 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131209091424 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131209090811 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131206115947 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131205181604 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131127194823 lib/fog/google/README.md
fog-maestrodev-1.18.0.20131126183714 lib/fog/google/README.md