Tutorials
- Home /
- Categories /
- Tutorials
Porting Files Generated by Phoenix to Surface
This post is intended to get you started with surface provided components. I provided the original code and surface versions so you can compare the differences yourself without installing anything.
Read MoreServing Open Street Map Vector Tiles with Elixir and Phoenix
Some background on mbtiles files from mapbox/mbtiles-spec
MBTiles is a specification for storing tiled map data in SQLite databases for immediate usage and for transfer. … The metadata table is used as a key/value store for settings. It MUST contain these two rows:
Read More
Nginx Logs in Live Dashboard
Building on top of my previous blog posts on creating a nginx log parser and displaying ps output in live dashboard I decided to build a nginx log display.
Read MoreParse Nginx Access Log with Nimble Parsec
Lately I played with some string parsing and found nimble_parsec
a library which does the job perfect. I will show you how to convert nginx logs to something readable in elixir. A typical log line looks like: