Earlier quoted context omitted.
Quite a while ago. Not sure on the exact time, but judging from this article, I'd guess sometime in 2014 https://torrentfreak.com/spotify-starts-shutting-down-its-ma...
I'd be curious if anyone knows the details about why: complexity, customer complaints, reliability?
Spotify moves its back end to Google Cloud
111–120 of 397 posts
Re: Spotify moves its back end to Google Cloud
#112In the same way that facebook shut down parse, I am afraid that google is going to shut down google cloud. And reluctantly have become okay with relying on AWS.
Re: Spotify moves its back end to Google Cloud
#113Earlier quoted context omitted.
Google Cloud SQL is no replacement for Amazon RDS in my opinion. Cloud SQL instances run outside of your project's private network, so connections from Google Compute Engine have to be over a Public IP. This means accepting connections from any host (insecure) or whitelisting each Google Compute Engine VM's IP address (pain in the ass). I've resorted to running my own MySQL instance inside of Google Compute Engine an…
So, basically something like AWS's VPC? Given that it took them a few years to get that right even with tons of people asking for it, I'm not super optimistic that Google could match it any time soon. I'd love to be wrong!
(Many of the other features of VPC, such as a worldwide network rather than a regional one, were built in from day 1.)
Re: Spotify moves its back end to Google Cloud
#114Earlier quoted context omitted.
I want to see your lovely face in the office every day. =)
Man, you should consider remote options at least for the Customer Success given how low you're paying (is $50K really livable in San Francisco?).
Re: Spotify moves its back end to Google Cloud
#115In the same way that facebook shut down parse, I am afraid that google is going to shut down google cloud. And reluctantly have become okay with relying on AWS.
Google Cloud interacts with the core of Google's business (web services that needs scalable data infrastructure) in a way Parse never did for Facebook.
Re: Spotify moves its back end to Google Cloud
#116I had no clue spotify operated their own data centers. Does anyone have a link to that compares google cloud vs aws on a per price + per service basis ?
Last year, we commissioned an independent 3rd-party vendor to prepare a whitepaper comparing GCP pricing with AWS: https://cloud.google.com/files/esg-whitepaper.pdf We also have a handy guide for AWS professionals who are looking at Google's cloud: https://cloud.google.com/docs/google-cloud-platform-for-aws-... [Disclosure, I work for GCP, but I love all TLAs equally]
Re: Spotify moves its back end to Google Cloud
#117Earlier quoted context omitted.
Man, you should consider remote options at least for the Customer Success given how low you're paying (is $50K really livable in San Francisco?).
This may shock you, but yes, it's livable. Many people live on $50,000 or less everyday in San Francisco. It may not be a standard of living that we as engineers are familiar with, but it is not poverty either. It's not a salary you'd want as a household income with dependents, but for an individual it is fine.
If you're going to force people to move to the Bay Area to work for you, you need to pay them enough to afford it. Good luck hiring though.
Re: Spotify moves its back end to Google Cloud
#118What Google Cloud needs is a better sales story. AWS consistently beats out Google in this respect. This story is welcomed and there should be more success stories published like this. My business is a heavy GC user (AppEngine, Datastore, CloudStorage, BQ, ComputeEngine, ManagedVM) and I couldn't imagine achieving what we have achieved in such a short amount of time on any other platform. We (myself and another guy)…
The main reason I tend to shy away from GC is that it's blocked in China. AWS isn't (which also means Heroku isn't blocked since Heroku runs on AWS, so I use AWS for IaaS and Heroku for PaaS). If you plan to offer multi-lingual content, anticipate having viewers in that part of the world, and your content isn't something they would be interested in blocking, it's just a practicality worth factoring in. Another reason…
My company is running mostly on Google Cloud and I had just returned from a trip in China where I've verified it.
Re: Spotify moves its back end to Google Cloud
#119Re: Spotify moves its back end to Google Cloud
#120What Google Cloud needs is a better sales story. AWS consistently beats out Google in this respect. This story is welcomed and there should be more success stories published like this. My business is a heavy GC user (AppEngine, Datastore, CloudStorage, BQ, ComputeEngine, ManagedVM) and I couldn't imagine achieving what we have achieved in such a short amount of time on any other platform. We (myself and another guy)…
Are you happy with the performance of AppEngine? I have tried it last summer and was quite disappointed. CPU-bound programs that completed in a few seconds on my own computer took about ten times as long on AppEngine despite similar nominal specs (GHz and RAM).