From ab7f99038827bcea225e234a353ac1f6a866404c Mon Sep 17 00:00:00 2001 From: Andy Kirsch Date: Tue, 15 Nov 2022 09:18:58 -0500 Subject: [PATCH] Fix typo, Aplakka -> Alpakka --- our-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/our-stack.md b/our-stack.md index 4df2c48..5c7a9e1 100644 --- a/our-stack.md +++ b/our-stack.md @@ -1,6 +1,6 @@ # Our Stack -Most of our code is in Scala and most engineers use the IntelliJ IDE. We use a handful of [akka modules](https://akka.io/docs/) including HTTP, Streams, and Aplakka. +Most of our code is in Scala and most engineers use the IntelliJ IDE. We use a handful of [akka modules](https://akka.io/docs/) including HTTP, Streams, and Alpakka. We run our production environment on AWS, with a bit of [redislabs](https://redislabs.com/), [CloudAMQP](https://www.cloudamqp.com/), and [Heroku](https://www.heroku.com/) as well. Most of our stack is deployed straight to EC2, but we're increasingly moving to [Docker](https://www.docker.com/) and [kubernetes](https://kubernetes.io/). We have a few hundred terabytes of [Elasticsearch](https://elastic.co/) running in self-managed clusters on EC2.