Quantcast
Channel: Programming Rants
Browsing all 204 articles
Browse latest View live

Clickhouse in Kubernetes / Minikube using Bitnami Helm Charts

Normally for my projects I use docker-compose + normal bind persistence directory to avoid data loss for database (and keep it fast and simple to maintain), because it's simpler to upgrade version than...

View Article


Backup and Restore Cassandra Database for Development

Last time we're dumping from Cassandra and restore it to Clickhouse for proper analytics. To do that we need cqlsh and cassandradumppip install -U cqlshpip install cassandra-driver# list all...

View Article


How to use Google Pub/Sub Locally with Golang

As much as I didn't like Google PubSub (because of it's inefficiency), especially compared to normal database that forced to use as queue (eg. Tarantool can do 200k events/s, Clickhouse can do 900k...

View Article

Install Deepseek R1 on Linux

How to install ollama with deepseek R1 (that will also install ROCm if you are using AMD GPU).curl -fsSL https://ollama.com/install.sh | shsudo chown -R ollama /usr/share/ollama # just in case#...

View Article
Browsing all 204 articles
Browse latest View live