Home | History | Annotate | Download | only in gcs
      1 page.title=Google Cloud Save
      2 page.tags="gcs"
      3 header.hide=1
      4 @jd:body
      5 
      6 
      7 <div class="landing-banner">
      8 
      9 <div class="col-5" style="min-height:100px">
     10   <img src="{@docRoot}images/google/gcs.png" />
     11 </div>
     12 <div class="col-7">
     13 
     14   <h1 itemprop="name" style="margin-bottom:0;">Google Cloud Save</h1>
     15   <p itemprop="description">
     16   Google Cloud Save is a service that enables per-user data storage
     17 and sync in your apps with no backend programming required. Google Cloud Save
     18 stores its data
     19 in <a href="http://developers.google.com/datastore/">Google Cloud Datastore</a>,
     20  a fully managed, schemaless database for storing non-relational data. Cloud
     21 Datastore automatically scales with your users.
     22 Google Cloud Save works even when your device is offline, and it
     23 provides an easy transition to server-side coding because
     24 the same database is accessible via App Engine and Compute Engine.
     25 Finally, Google Cloud Save provides a generous initial per-user free quota that
     26 expands as your user base grows.
     27 </p>
     28 <a href="{@docRoot}google/gcs/gcs-signup.html" class="button">Sign Up</a>
     29 </div>
     30 </div>
     31