Join Joseph Lowery for an in-depth discussion in this video Setting up for a local datastore, part of Google Cloud Storage and Data Essential Training.
- As demonstrated in the previous lessons,…you can work directly with the cloud datastore,…setting up kinds, entities, and properties.…However, much of your development time will be spent…on your local system as you create your app.…Google provides a command-line tool, GCD,…that allows you to set up a local development server…to emulate your online cloud datastore.…There's a bit of prep involved before you can invoke GCD,…so let's get that out of the way.…Now, you'll need to make sure that you have…Java JDK Version 7 or 8 installed before you get underway.…
To see which version of Java you have,…go to the command-line and enter java-version.…I have 1.7.0_75.…Now if you don't have 1.7 or above,…visit the Oracle site and download and install…the appropriate version of the JDK.…Now make sure you get the JDK…and not the JRE or server JRE.…Ok, I've already downloaded and obviously installed…my Java, I've got a 1.7+, so I'm good to go there.…
Now you're ready to get the GCD tool itself.…So next go to cloud.google.com…
Author
Released
2/26/2015- Installing the Google Cloud SDK
- Working with buckets and objects
- Building a website with Cloud Storage
- Using Cloud SQL to manage data
- Setting up Cloud Datastore
- Exploring data with BigQuery
- Managing storage and data with Python
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning Cloud Service APIs
with Joseph Lowery1h 25m Intermediate -
Learning Cloud Storage APIs
with Joseph LeBlanc1h 3m Beginner
-
Introduction
-
Welcome1m 8s
-
Course requirements1m 19s
-
-
1. Overview of Google Storage and Data
-
Getting underway7m 7s
-
2. Exploring Cloud Storage
-
Working with buckets6m 59s
-
Working with gsutil9m 12s
-
3. Working with Cloud SQL
-
Managing instances7m 23s
-
Importing and exporting data5m 28s
-
Scheduling backups3m 2s
-
Solution: Cloud SQL3m 24s
-
4. Working with Cloud Datastore
-
Defining data4m 42s
-
5. Exploring BigQuery
-
Understanding BigQuery4m 1s
-
Loading data4m 50s
-
Querying data6m 33s
-
Exporting data4m 45s
-
Managing data projects2m 15s
-
Solution: Querying BigQuery3m 31s
-
-
6. Managing Storage and Data with Python
-
Querying bucket data7m 28s
-
Conclusion
-
Next steps14s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Setting up for a local datastore