めもめも

このブログに記載の内容は個人の見解であり、必ずしも所属組織の立場、戦略、意見を代表するものではありません。

2016-11-11から1日間の記事一覧

Implementing a counter service with Bigtable

Cloud Datastore is the best friend for App Engine developers, yeay!However, it may be awkward to implement an incremental counter (like AUTO_INCREMENT in MySQL) over Datastore. The good alternative is to use Bigtable to implement a counter…