Skip to content

Commit e44a782

Browse files
author
Joe Crawley
authored
Merge pull request #5 from Iterable/frontend-HWW
Update our-stack.md
2 parents c48ee4c + 96647e4 commit e44a782

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

our-stack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Most of our code is in Scala and most engineers use the IntelliJ IDE. We use a h
55
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.
66

77
We move a lot of data around in messaging systems. Today that is largely RabbitMQ and Kafka, but we are experimenting with [Apache Pulsar](https://pulsar.apache.org/) which we hope will replace both of these systems. Pulsar promises better performance and uptime than RabbitMQ, while allowing many more independent data streams than Kafka.
8+
9+
On the Frontend, our engineers work primarily in Javascript(ES6+) with [ReactJS](https://reactjs.org/) and [redux-saga](https://redux-saga.js.org/). We transpile our javascript using [babel](https://github.com/babel/babel), and we use [webpack](https://webpack.github.io/) to bundle our assets. For styling, we use [postcss](https://postcss.org/) to preprocess our styles.

0 commit comments

Comments
 (0)