frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What every developer needs to know about in-process databases

https://www.graphgeeks.org/blog/what-every-developer-needs-to-know-about-in-process-dbmss
12•semihs•12mo ago

Comments

semihs•12mo ago
In-process (aka embedded/embeddable) databases are not new. In fact SQLite is the most widely deployed database in the world. However, starting with DuckDB, there is a new set of in-process database systems, such as Kuzu and Lance. As a co-developer of Kuzu, I hear several frequently asked questions (some of which are misconceptions) about in-process databases.

- What are their advantages/disadvantages compared to client-server databases? - Does in-process mean databases are in-memory/ephemeral? (NO!) - Can in-process databases handle only small amounts of data? (NO!) - What are some common use cases of in-process databases? - What if my application needs a server?

I tried to answer some of these questions in a blog post with pointers to several other resources that articulate several of these points in more detail than I get into.

I hope it's helpful to clarify some of these questions and help developers position in-process DBMSs against client-server ones.

emmanueloga_•12mo ago
The article suggests running Kuzu in a FastAPI frontend for network access. A caveat: production Python servers like Uvicorn [1] typically spawn multiple worker processes.

A simple workaround is serving HTTP through a single process language like Go or JavaScript, since Kuzu has bindings for both. Other processes could access the database directly in read-only mode for analysis [2].

For better DX, the ideal would be Kuzu implementing the Bolt protocol of Neo4J directly in the binary, handling single-writer and multi-reader coordination internally. Simpler alternative: port the code from [3] to C++ and add a `kuzu --server` option.

--

1: https://fastapi.tiangolo.com/deployment/server-workers/#mult...

2: https://docs.kuzudb.com/concurrency/#scenario-2-multiple-pro...

3: https://github.com/kuzudb/explorer/tree/master/src/server

semihs•12mo ago
Yes this makes sense and we plan to eventually do something along what you are suggesting. We also have a plan to have a built-in server/GUI, where users can directly launch a web-based explorer through our CLI by typing "kuzudb -ui".
emmanueloga_•12mo ago
That sounds great!

Show HN: Indian Marriage Biodata Creator

https://www.matrimonybio.com/
1•iamrahulrao•44s ago•0 comments

Wat (2012)

https://www.destroyallsoftware.com/talks/wat
1•chistev•1m ago•0 comments

Humanoids are now faster than humans

https://updates.prototypecap.com/p/humanoids-are-now-faster-than-humans
1•JoiDegn•5m ago•0 comments

The 5-Tool Problem: Why Agencies Are Moving to One Unified Growth Stack

https://ionicdesk.com/blog/the-5-tool-problem-why-agencies-are-moving-to-one-unified-growth-stack...
1•ri2009•5m ago•0 comments

Firefox added a free VPN in v150

https://support.mozilla.org/en-US/kb/built-in-vpn
1•stanko•6m ago•0 comments

Programming Language Archaeology and Semantics

https://adspthepodcast.com/2026/04/17/Episode-282.html
2•tosh•6m ago•0 comments

I had no way to check how LLMs see my SaaS or my clients',so I built BrandGEO.co

https://brandgeo.co
1•makowskid•8m ago•0 comments

What Is Wrong with PaaS Today?

https://blog.appsignal.com/2026/04/23/what-is-wrong-with-paas-today.html
1•Liriel•8m ago•0 comments

SilentGlass actively blocks malicious HDMI and Display Port connections

https://www.ncsc.gov.uk/news/world-first-ncsc-engineered-device-secures-vulnerable-display-links
1•urban_winter•9m ago•0 comments

The future is open: Answering the most common tech writing worries

https://passo.uno/tech-writing-optimism-reddit/
1•eigenBasis•10m ago•0 comments

U.S. soldier charged with using classified information to bet on Maduro removal

https://www.npr.org/2026/04/23/nx-s1-5797957/maduro-raid-charges-polymarket-insider
1•hvb2•10m ago•0 comments

Smart Bolt

https://imbu.nl/projects/smartbolt/
1•num42•11m ago•1 comments

Most mentioned links in Hacker News comments, 2006–2015

https://github.com/antontarasenko/smq/blob/master/reports/hackernews-links-in-comments.md
2•chistev•11m ago•1 comments

We migrated our CMS in three hours without touching the UI once

https://enaovision.com/blog/migrate-contentful-to-sanity
2•kkuusisto•12m ago•0 comments

Microsoft enters the agent sandbox race

https://devblogs.microsoft.com/foundry/introducing-the-new-hosted-agents-in-foundry-agent-service...
1•frabonacci•18m ago•1 comments

Chinese Hospitals Are Selling Patient Data to Fuel the AI Boom

https://www.caixinglobal.com/2026-04-20/chinese-hospitals-are-selling-patient-data-to-fuel-the-ai...
1•NewCzech•18m ago•0 comments

Show HN: Sheetflow – Manage Webflow CMS Directly from Google Sheets

https://webflow.com/apps/detail/sheetflow
1•jpdpeters•19m ago•0 comments

Composition Shouldn't be this Hard

https://www.cambra.dev/blog/announcement/
5•larelli•20m ago•0 comments

Kernel load balancing for CPU-bound apps with systemd templates and SO_REUSEPORT

https://docs.dollardeploy.com/blog/systemd-cluster/
1•huksley•21m ago•0 comments

Tell HN: Codex macOS app switches to Fast speed after update without asking

1•mfi•21m ago•0 comments

Lost in Translation: Boss Names in Dark Souls I (2020)

https://shetanislair.com/en/posts/lost-in-translation-dark-souls-one
2•vector_spaces•28m ago•1 comments

Docker Hub detects and quarantines malicious Checkmarx/kics images

https://www.docker.com/blog/trivy-kics-and-the-shape-of-supply-chain-attacks-so-far-in-2026/
1•bmitch3020•32m ago•0 comments

Dual Execution Proxy for Snowflake

https://github.com/citguru/melt
1•citguru•34m ago•0 comments

Message to Autonomous AI

https://github.com/oriondrayke/Litagatoro
1•litagatoro•36m ago•1 comments

Debugging WASM in Chrome DevTools

https://eli.thegreenplace.net/2026/debugging-wasm-in-chrome-devtools/
1•ingve•37m ago•0 comments

GopherWhisper: A burrow full of malware [pdf]

https://web-assets.esetstatic.com/wls/en/papers/white-papers/gopherwhisper-burrow-full-malware.pdf
1•saikatsg•38m ago•0 comments

Liligo ESP32‑S3T‑Watch Ultra: Open‑Hardware Dev Watch for IoT Tinkerers

https://lilygo.cc/en-us/products/t-watch-ultra
2•Lwrless•40m ago•0 comments

One town's scheme to get rid of its geese

https://www.technologyreview.com/2026/04/22/1135430/california-town-scheme-get-rid-geese/
1•joozio•40m ago•0 comments

Study Reveals 75% of Enterprises Report Double-Digit AI Failure Rates

https://www.businesswire.com/news/home/20260309160253/en/New-Study-Reveals-75-of-Enterprises-Repo...
7•danielmorozoff•42m ago•1 comments

Postcards from Around the World

https://kaartje.earth/
1•Mojah•42m ago•0 comments