Semisol 👨💻 on Nostr: my preferred tech stack db: - sqlite (relational small scale) - lmdb (key/value or ...
my preferred tech stack
db:
- sqlite (relational small scale)
- lmdb (key/value or build your own db)
- postgres (relational high scale)
- clickhouse (olap)
- redis (in memory stuff)
backend:
- node.js (quick prototyping)
- rust (cases where high performance and efficiency is required)
- go (still looking into it but probably data processing pipelines?)
frontend frameworks:
- svelte(kit)
- plain html
misc:
- kotlin (data processing)
db:
- sqlite (relational small scale)
- lmdb (key/value or build your own db)
- postgres (relational high scale)
- clickhouse (olap)
- redis (in memory stuff)
backend:
- node.js (quick prototyping)
- rust (cases where high performance and efficiency is required)
- go (still looking into it but probably data processing pipelines?)
frontend frameworks:
- svelte(kit)
- plain html
misc:
- kotlin (data processing)