Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 111 words in the discussion.

Trending Topics

#single#https#housecat#com#binary#sqlite#database#doing#architecture#tenant

Discussion (5 Comments)Read Original on HackerNews

nzoschkeabout 2 hours ago
Single Go binary + SQLite database all the way.

I've been doing this architecture on single tenant VMs for like 6+ years now and it has so many advantages for deployments, security and scaling.

Pretty much every new tool and agent computer I set up uses this pattern. I've blogged about it and created a template repo.

https://housecat.com/blog/the-hugs-stack-hypermedia-unix-go-... https://github.com/housecat-inc/scratch

killingtime7439 minutes ago
I like it but use Rust instead
JensRantilabout 4 hours ago
Nice! But you made a mistake of using smallcaps-only on the repository. MacOSX file systems will complain and all sorts of weirdness can happen.
WalterGRabout 3 hours ago
That’s… strange. Could you give an example?
aster0idabout 4 hours ago
Recently I vibe coded a couple of scripts invoked by cron to do the same thing for a few services running on a single node for me. Works beautifully.