About me

Zero Knowledge

Random bits and pieces about other random bits and pieces

Postgresql wheels and pytest with Django

Being able to run unit test cases with pytest along with a database (Postgres in this case), often times needs choices to be made on whether the DB queries need to be mocked or letting the queries run against a...

Read More

ClickHouse on Centos 7

Instructions to build ClickHouse on Centos 7

The folks over at ClickHouse have some instructions to build binaries for Debian here. If you need to build a RPM, you can follow the steps mentioned here.

This note is...

Read More