• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Google Cloud Save
2page.tags="gcs"
3header.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
17and sync in your apps with no backend programming required. Google Cloud Save
18stores its data
19in <a href="http://developers.google.com/datastore/">Google Cloud Datastore</a>,
20 a fully managed, schemaless database for storing non-relational data. Cloud
21Datastore automatically scales with your users.
22Google Cloud Save works even when your device is offline, and it
23provides an easy transition to server-side coding because
24the same database is accessible via App Engine and Compute Engine.
25Finally, Google Cloud Save provides a generous initial per-user free quota that
26expands 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