Archive of stories published by Brightergy Engineering

Install and Configure InfluxDB on Amazon Linux

TL;DR You can just follow this gist with adaptation to your use-case.

We recently started using InfluxDB as our time-series database for our IoT platform. InfluxDB allows us to store large amount of time-series data…


Using JWT and Auth0 for an Elixir/Phoenix web app

TL;DR check out our sample project and commits to see it in action.

JWT or JSON Web Token is quickly becoming the standard of choice for secure API authentication and information exchange. In this post, I will explore…