What are uses for Google's Compute Engine?

GCE is the big infrastructure of google as a service. Right now, It’s about providing compute and data storage needs you may have to solve data and computationally intensive problems. They provide consistent performance(on paper) at least compared to other clouds.

Some use cases not very different from what you would do with big data systems alike:

  1. Analytics using map-reduce like framework.
  2. Videos transcoding and rendering(which are computationally intensive).
  3. Computational biology problems like genomic sequencing.
  4. Clustering and classification problems.
  5. NLP/Machine learning problems.
  6. Distributed Crawlers.