Introducing PaaSTA: An Open, Distributed, Platform as a Service
-
Kyle Anderson, Site Reliability Engineer
- Nov 10, 2015
As an Operations engineer, my first priority is to keep the site up. A close second is enabling developers to quickly go from an idea to running code in production. Once an organization grows, the only sane way to ship code with any reasonable frequency is to split it up into microservices, also known as building a Service Oriented Architecture (SOA). We’ve previously talked about the philosophy behind services and why we build them. This blog post explains the tool we use to make those services available to developers: PaaSTA! What is PaaSTA? PaaSTA is Yelp’s platform-as-a-service. It allows developers...