google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
sveri 2017-01-07T07:43:20.000045Z

I understand

sveri 2017-01-07T07:43:21.000046Z

I think

sveri 2017-01-07T07:45:01.000047Z

For me, as long as I can think back, I was going with webspace first back in the 90-ies, vps later and now I have a root server. I never liked being limited in any way and so I pay my monthly 30€ for the fun I can have 🙂

sveri 2017-01-07T07:45:36.000048Z

Also this server gives me 3 TB of disk space of which I use like 1 TB for the third backup of my personal stuff

qqq 2017-01-07T08:34:00.000049Z

I considered using digital ocean droplets, but decided I really didn't want to deal with scaling, distrubition, or anything else

qqq 2017-01-07T08:34:16.000050Z

and it turns out "the more limited" my platform is, the more assumptions Google can make, so the better it can sacale it on my behalf

sveri 2017-01-07T10:19:02.000051Z

Yea, I get that there are a lot of advantages, especially for something serious in production

sveri 2017-01-07T10:19:09.000052Z

But you need to figure out a lot of other stuff

qqq 2017-01-07T11:15:41.000053Z

absolutely, datastore is not a typical db by any means

qqq 2017-01-07T11:15:48.000054Z

and understanding its tradeoffs has been interesting

qqq 2017-01-07T11:16:21.000055Z

in fact, due to "cloud storage (s3)" vs "datastore (simpledb/dyhnamodb" prices, in many cases, it makes more sense to "denoramlize data" and store it in cloujd store instead of datastore

notanon 2017-01-07T19:37:04.000056Z

having full access to a machine like an ec2 instance is great for demo/developing/poc'ing

notanon 2017-01-07T19:37:33.000057Z

the apps you develop might eventually go into something more PaaS-like such as gae or whats the aws one? bean stalk or something?

notanon 2017-01-07T19:38:10.000058Z

but having the full flexibility of root access to the actual server is great for demo'ing etc

qqq 2017-01-07T23:40:41.000059Z

AWS provides lambda, which is Paas, and also ElasticBeanstalk, which is 'build your own Paas"