Philipp Krenn | Devoxx

Philipp Krenn
Philipp Krenn Twitter

From Elastic

Philipp is part of the infrastructure team and a developer advocate at Elastic. He is frequently talking about full-text search, databases, operations, and security. Additionally, he is organizing multiple meetups in Vienna.

Blog: https://xeraa.net

method_archi Methodology & Culture

Building Distributed Systems in Distributed Teams

Conference

Building distributed systems is notoriously hard... building a distributed team, even more so. At Elastic — the company behind the open source tools Elasticsearch, Kibana, Beats, and Logstash — everything is distributed; the company and our products. This talk dives into the details of how Elastic is thriving on its distributed model:

  • How Elastic started to be distributed by design.
  • What our shared values are and what we have learned as we progressed and grew to our current size.
  • What the day of an Elastician can look like.
  • What we are using in terms of tooling.
  • How we hire and onboard new employees.
security Security

NoSQL Means No Security?

Quickie Sessions

New systems are always interesting targets since their security model couldn’t mature yet. NoSQL databases are no exception and had some bad press about their security, but how does their protection actually look like? We will take a look at three widely used systems and their unique approaches:

  • MongoDB: Widely criticized for publicly accessible databases and a common victim of ransomware. Actually, it provides an elaborate authentication and authorization system, which we will cover from a historic perspective and put an emphasis on the current state.
  • Redis: Security through obscurity or how you can rename commands. And it features a unique tradeoff for binding to publicly accessible interfaces.
  • Elasticsearch: Groovy scripting has been a constant headache, but the new, custom-built scripting language Painless tries to take the pain away literally.