frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

semihs•1y 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_•1y 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•1y 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_•1y ago
That sounds great!

Debt Apple owes to CIA (through NeXT)

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9
1•krackout•2m ago•1 comments

Your Open Source Model Could Have a Hidden Time-Release Backdoor

https://morgin.ai/articles/your-open-source-model-could-have-a-hidden-time-release-backdoor.html
1•chknlttle•3m ago•0 comments

Why do Canadians call the last letter of the alphabet Zed?

https://www.cbc.ca/news/canada/newfoundland-labrador/zed-explained-canadians-9.7315717
1•theanonymousone•6m ago•0 comments

Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
1•omarfakih•11m ago•1 comments

AI datasets (2.6k entries) – automated collection, updated daily

https://huggingface.co/gemmozero
2•LegionAPI•13m ago•0 comments

Programming Language Semantics and Memory Safety

https://burakemir.ch/post/formal-semantics/
2•birdculture•18m ago•0 comments

Show HN: Budgethole.com – Close the US federal deficit yourself

https://budgethole.com
1•polocode•20m ago•1 comments

US corporate AI debt surge tests investor limits as fatigue emerges

https://www.reuters.com/legal/transactional/us-corporate-ai-debt-surge-tests-investor-limits-fati...
4•1vuio0pswjnm7•20m ago•0 comments

Show HN: 26-node n8n workflow for scoring and routing B2B leads

https://n8n.io/workflows/18528-score-and-route-b2b-website-leads-with-google-sheets-and-gmail/
1•tinyopsstudio•21m ago•0 comments

Austrian mountain town [Leoben] finds niche in AI boom

https://techxplore.com/news/2026-08-austrian-mountain-town-niche-ai.html
1•mdp2021•22m ago•0 comments

Meta is latest "tech" giant to land in her courtroom. Meet YGR

https://www.cnbc.com/2026/08/22/meet-yvonne-gonzalez-rogers-judge-taking-on-meta.html
1•1vuio0pswjnm7•23m ago•0 comments

Show HN: Kloni – Keyboard-first mind mapping for macOS with tasks built in

https://kloni.app/
1•maketrueco•27m ago•0 comments

Sydney Marathon medal mistakenly depicts Munich stadium

https://www.bbc.com/news/articles/cvg92y1wzn8o
1•epestr•29m ago•0 comments

Destiny Installers Ds-TV installers

https://destinyinstallers.co.za/
1•takundagava•33m ago•1 comments

NYTimes opinion article proposes default as a way to deal with US National debt

https://www.nytimes.com/2026/08/22/opinion/us-debt-40-trillion.html
1•killingtime74•34m ago•0 comments

Show HN: SpotWarp – Zero-loss failover & backup for Spot GPUs

https://github.com/enplabs/spotwarp
1•choi5844•36m ago•0 comments

How Big Tech Captured American Schools

https://www.nytimes.com/2026/08/23/business/schools-big-tech-google-microsoft.html
2•sbulaev•37m ago•1 comments

Iranian hackers shut down UK power plant for 4 days

https://www.telegraph.co.uk/news/2026/08/22/iranian-hackers-shut-down-uk-power-plant/
2•giuliomagnifico•41m ago•0 comments

I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes

https://www.xda-developers.com/qwen-3-8-27b-reverse-engineering-job-frontier-model/
3•raybb•41m ago•0 comments

I Made the First "Link Compressor"

https://www.youtube.com/watch?v=TOr1Vvji6jA
1•conferza•42m ago•0 comments

25 Years of Mixxx Intergalactic DJ Contest

https://mixxx.org/news/2026-08-23-25_years_of_mixxx_dj_contest/
1•SamWhited•42m ago•0 comments

What if coding agents didn't have to read code?

https://benzi.fly.dev/about
1•showhz•43m ago•1 comments

AI Writing Without the Slop

https://sfactory.dev
1•jasfi•43m ago•1 comments

Show HN: Gibbous – Hide the useless parts of GitHub UI

https://netanel-haber.github.io/gibbous/
1•yikestra•44m ago•0 comments

Ptrclassify – guessing usage and location from reverse-DNS PTR hostnames

https://github.com/adulau/ptrclassify
1•adulau•45m ago•0 comments

Canada now 'at war' with United States over trade, Prime Minister says

https://www.theglobeandmail.com/canada/article-canada-us-trade-deal-tariffs-mark-carney-donald-tr...
2•Fellwaa•45m ago•1 comments

Show HN: ArchSentry – Deterministic architectural enforcement for CI

https://github.com/comerade2134/archsentry
2•light82083•50m ago•0 comments

Mature Optimization: An Introduction

https://carlos.bueno.org/optimization/
2•luispa•52m ago•0 comments

The Strange Foods

https://medium.com/luminasticity/the-strange-foods-0624e47c11f4
1•bryanrasmussen•53m ago•0 comments

Suggestions from Qwoted "Experts" on How to Revitalize IEEE

https://techblog.comsoc.org/2026/08/20/suggestions-from-qwoted-experts-on-how-to-revitalize-ieee/
1•jruohonen•55m ago•0 comments