StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Lykon
Lykon logo

Lykon

Verified

Lykon is an innovative company working in the area of Digital Health Care & Self Tracking

Berlinlykon.com
42
Tools
4
Decisions
0
Followers

Tech Stack

Application & Data

13 tools

Golang logo
Golang
PHP logo
PHP
PostgreSQL logo
PostgreSQL
JavaScript logo
JavaScript
MySQL logo
MySQL
AWS Lambda logo
AWS Lambda
TypeScript logo
TypeScript
Python logo
Python
React Native logo
React Native
Gatsby logo
Gatsby
Protobuf logo
Protobuf
C++ logo
C++
Sendgrid logo
Sendgrid

Utilities

2 tools

OneSignal logo
OneSignal
AWS WAF logo
AWS WAF

DevOps

3 tools

Prometheus logo
Prometheus
Grafana logo
Grafana
OpsGenie logo
OpsGenie

Team Members

Vitor Aguila
Vitor Aguila
Daniel Beff
Daniel BeffUI Developer
Kieran
KieranChapter Lead: SCM Backend
bozd4g
bozd4g
MalekSoltani
MalekSoltani

Engineering Blog

Stack Decisions

Ítalo Vietro
Ítalo Vietro

May 15, 2020

Grafana is a great tool for data visualization. It integrates quite easily with Prometheus and many different other data sources. In our case, we automate the whole grafana cluster in our Kubernetes cluster, with helm charts. All grafana charts are also automatically loaded from each service in our infrastructure. This allows us to version dashbaords.

4.26k views4.26k
Comments
Ítalo Vietro
Ítalo Vietro

Feb 19, 2020

Go is our language of choice for most of our microservices. The simplicity and power of Go is what makes us love it. It's fun to write, has a very powerful standard library that we try to stick to. In case what we are looking for is not in the std lib then it has a huge community with tons of libraries to choose from.

Scalability is another important point that go thrives. Simple concurrency models that are easy to manage are very appealing to us.

2.79k views2.79k
Comments
Ítalo Vietro
Ítalo Vietro

Feb 19, 2020

We decided to use python to write our ETLs and import them into metabase via a lambda. Before python we tried using Go, but overall go was way more verbose than Python when writing the ETLs. Go also had some issues managing memory when using the S3 upload manager library. This was a deal breaker for us that made us switch to Python.

In the end the solution was much cleaner and maintainable.

261k views261k
Comments
Ítalo Vietro
Ítalo Vietro

Feb 19, 2020

We chose helm as our package management for kubernetes applications because of mainly these topics:

  1. Big community: In case we need help, there is always someone there
  2. Active developement: always trying to improve the tool
  3. Easy to learn: Using simple go templates we can have a very powerful package
2.04k views2.04k
Comments