Skip to content

Latest commit

 

History

History
 
 

session-03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

03. Database Backend

Goal: Start using a NoSQL data store in applications To that end, do as much as you can of the following:

Hands-on

  1. Review Google’s data store options

  2. Follow the Google Cloud Datastore example here*.

  3. Revisit the Shopping List from Week 4

  4. Add images to the database

    Note: You can have a look at the Google Bookshelf tutorial, which follows a similar strategy on how to split metadata and binary data.

*Based on Francesc's go-web-workshop.