Avatar of Ivan Nikolov
Shared insights
on
RabbitMQRabbitMQ
at
()

We use RabbitMQ because we need to utilize messaging at various different places in our infrastructure. From real time message ingestion, to asynchronously reacting to user actions. It uses AMQP, it's easy to set up and manage and having it installed and set up on our instances prevents vendor lock in issues.

READ MORE
3 upvotes·1K views
Shared insights
on
AkkaAkka
at
()

We use Akka because it enables us to implement complex reactive applications. It has great documentation and is easy to work with, especially if you use the Scala programming language.

READ MORE
1 upvote·14.9K views
Shared insights
on
PlayPlay
at
()

We use Play because it makes it very easy to write complex REST-ful APIs. It is based on AKKA, so it provides a very good support for AKKA too, making some complicated work very easy to achieve.

READ MORE
1 upvote·9.7K views
Shared insights
on
HadoopHadoop
at
()

We use Hadoop because it allows us to process and store vast amounts of data, which comes in at very high rates too! The whole ecosystem is very well maintained and documented and it suits our needs very well.

READ MORE
1 upvote·432 views
Shared insights
on
PythonPython
at
()

We use Python because it makes prototyping very easy. It requires people to write clean code from the very start. It is also the top language of choice for people in data science with some great libraries, which we take advantage of.

READ MORE
1 upvote·363 views
Shared insights
on
JavaJava
at
()

We use Java because it allows us to write very high performance web-based applications. It is strongly typed, it has a huge community and there are lots of very good engineers using the language. This helps finding good talent easier.

READ MORE
1 upvote·267 views
Shared insights
on
ScalaScala
at
()

We use Scala because it's the main language behind Apache Spark. We're now using it outside of the Spark ecosystem, because it runs on the JVM and we can share libraries between Scala and Java. It allows us to write complex code in a very concise manner using functional programming principles.

READ MORE
1 upvote·235 views
Shared insights
on
DockerDocker
at
()

We use Docker because it's great for prototyping, setting up development environments, etc. It keeps things nicely isolated and makes some complex deployments very nice and simple.

READ MORE
1 upvote·229 views
Shared insights
on
Apache SparkApache Spark
at
()

We use Apache Spark because of it's scalability and the fact that it allows us to create complex ETL and aggregation processes on top of vast amounts of data.

READ MORE
1 upvote·192 views