readeef is a self-hosted feed aggregator. Similar to Google Reader, but on your own server. readeef is written in Go, and as of October 2017, requires at least version 1.8 of the language. The currently supported databases are PostgreSQL, and SQLite. SQLite support is only built if CGO is enabled. The later is not recommended, as locking problems will occur. A single binary may be built from the sources. It currently contains three subcommands, one for starting the server, one for rebuilding...