googleinterns / step28-2020

1 stars 1 forks source link

Race cache branch #47

Closed tonioshikanlu closed 4 years ago

tonioshikanlu commented 4 years ago

This change list adds the Objectify api which allows us to store the class objects directly in the database. The api optimizes the loads and saves from and to the database. I've also been able to add a global memcache to optimize the speed of the app and the api provides a transactionless system where each db call acts as its own transaction.