In order to more easily digest logs of the containers I run, I would like to pipe them into a Postgres instance. Probably not the most performant solution, however I have yet to find a good permanent log store. My first attempt will be in NodeJS since I am already familiar with the environment and frameworks. Well, expect how to use Protobuf. If performance becomes an issue I will probably prefer C++ over Go for familiarity reasons.

Bootstrapping