Delicious/allardstrijker

Delicious/allardstrijker


Datastore Overview - Google App Engine — Google Developers

Posted: 06 Mar 2013 03:37 PM PST

"Datastore Overview - The App Engine Datastore is a schemaless object datastore providing robust, scalable storage for your web application, with the following features: No planned downtime Atomic transactions, High availability of reads and writes, Strong consistency for reads and ancestor queries, Eventual consistency for all other queries, The Python Datastore interface includes a rich data modeling API and a SQL-like query language called GQL. App Engine's primary data repository is the High Replication Datastore (HRD), in which data is replicated across multiple data centers using a system based on the Paxos algorithm. This provides a high level of availability for reads and writes. Most queries are eventually consistent.

Het centraal schriftelijk eindexamen

Posted: 06 Mar 2013 02:16 PM PST

Protocollen centraal eindexamen 2013 beschikbaar: http://t.co/oASjaBsNqB

Google Really Wants Developers To Use Google Sign-Ins, Announces 5-Day Developer Bootcamps In Cities Worldwide | TechCrunch

Posted: 06 Mar 2013 02:15 PM PST

Google Really Wants Developers To Use Google Sign-Ins, Announces 5-Day Developer Bootcamps In Citie… http://t.co/BlRcAI4qk6 by @fredericl

Program Ready! | LAK 2013

Posted: 06 Mar 2013 02:15 PM PST

The program for #lak13 is ready! http://t.co/nGj8idDnC7 Check the time and date of your preferred sessions. #hardtodecide

Google App Engine Tutorial - cloud datastore

Posted: 06 Mar 2013 06:06 AM PST

Tutorial: Code Lab Exercise 1: Working with Entities Goal This tutorial guides you through the process of creating a sample application to perform CRUD operations on entities. These entities are stored and retrieved using the DataStore APIs from datastore defined by GAE. For this exercise we will build a sample product catalog with two entities: Product and Item. The application provides UI to perform all the CRUD operations on the entities.