Chosen links

Links - 15th April 2018

What we learned doing serverless — the Smart Parking story

In fact, storage is so cheap, we’d be naive to not abuse it. This means that we shouldn’t be afraid to store our data as many times as we want to simply improve overall access. Bigtable works efficiently with billions of rows. So go ahead and have billions of rows. Don’t worry about capacity or maintaining a monsterous data cluster, Google does that for you. This is the power of serverless. I can do things that weren’t possible before. I can take a single record and store it ten (or even a hundred) times just to make data sets optimized for specific usages (i.e., for specific queries).