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!

The delicious irony of Anthropic bemoaning distillation

https://twitter.com/ejzim/status/2072692694036660517
1•MrBuddyCasino•49s ago•0 comments

Rubix Redis Bridge

https://github.com/rubix-studios-pty-ltd/rubix-redis-bridge
1•rubixvi•2m ago•0 comments

Lotus: Optimized Agentic and LLM Bulk Processing

https://github.com/lotus-data/lotus
1•handfuloflight•9m ago•0 comments

The end of paper retirement processing at the Office of Personnel Management

https://twitter.com/spikebrehm/status/2072422555101561154
2•MrBuddyCasino•15m ago•0 comments

Hackers On Planet Earth is back in Manhattan next month

https://www.hope.net/
1•fashiontechguru•18m ago•1 comments

GPT-5.5-Cyber built a zlib fuzzing lab in a day

https://blog.trailofbits.com/2026/07/02/field-reports-from-patch-the-planet/
1•wslh•20m ago•0 comments

Don't Train the Model, Evolve the Harness

https://huggingface.co/spaces/joelniklaus/harness-optimization
1•emersonmacro•21m ago•0 comments

Automated Accounting, Financial Reporting and Tax Management

https://maxint.com/blog/maxint-2-24-release
1•pcvetkovski•26m ago•0 comments

Trump's Windfall Has Few Known Global Precedents

https://www.nytimes.com/2026/07/02/world/europe/trump-world-leaders-corruption-wealth.html
2•Alien1Being•27m ago•0 comments

Ask HN: Once you make your money from vibe coding innumerable products, then?

1•keepamovin•33m ago•0 comments

Private Credit Keeps $14B Trapped in Bid to Outlast Storm

https://www.bloomberg.com/news/articles/2026-07-02/private-credit-keeps-14-billion-trapped-in-bid...
1•petethomas•33m ago•0 comments

Ask HN: How do you get your open-source product good traction?

1•akarshhegde18•33m ago•1 comments

Blue Owl hit by $4.7B of redemption requests as investor exodus persists

https://www.ft.com/content/b302a86d-f6eb-4d47-b90b-523c1c19b3fa
1•petethomas•33m ago•0 comments

'Humanity is a privilege': Umar Khalid on his six years in a jail without trial

https://www.theguardian.com/world/2026/jun/30/umar-khalid-interview-six-years-indian-jail-without...
2•thunderbong•34m ago•1 comments

Using precision editing to study human embryo development shows master gene

https://www.cam.ac.uk/research/news/first-use-of-precision-editing-to-study-human-embryo-developm...
2•gmays•40m ago•0 comments

Open letter to Anthropic: keep Claude Fable 5 in existing paid plans

https://keepfable.org
2•SpitSalute•43m ago•1 comments

FlickerScope – are your LEDs giving you a headache? stop guessing

https://github.com/snokamedia/flickerscope
1•snoka•48m ago•0 comments

Wikipedia Is Up (2001)

https://web.archive.org/web/20010506042824/www.nupedia.com/pipermail/nupedia-l/2001-January/00068...
2•downbad_•49m ago•0 comments

A few thought about snarky answers on StackOverflow (2019)

https://www.cargocultcode.com/solving-the-zalgo-regex/
1•downbad_•49m ago•0 comments

Tradeoffs in Complexity, Abstraction, and Generality

https://www.lesswrong.com/s/EL2YvcrPNHrGgzPnZ/p/HNJwteaxpRYfLaQt7
1•parksb•50m ago•0 comments

Google's exponential path to climate-wrecking digital bloat

https://ketanjoshi.co/2026/07/01/googles-exponential-path-to-climate-wrecking-digital-bloat/
2•colinprince•52m ago•2 comments

Why AI Is Collapsing: How China Is Winning. [video]

https://www.youtube.com/watch?v=JXJf7vL8k94
1•Bender•53m ago•1 comments

Thanks but No Thanks

https://twitter.com/xopzuey/status/2072838561275969717
2•znort_•55m ago•2 comments

How Many People Have Ever Lived in the United States?

https://danielfetz.io/p/how-many-people-have-ever-lived-in-the-united-states
1•paulpauper•1h ago•0 comments

AI is 'not smart' so what's next in artificial intelligence?

https://www.bbc.com/news/articles/cj6gr0xkyr3o
3•1vuio0pswjnm7•1h ago•0 comments

Core dump epidemiology: fixing an 18-year-old bug

https://openai.com/index/core-dump-epidemiology-data-infrastructure-bug/
2•stopachka•1h ago•0 comments

I vibe coded a programming language, but I'd rather learn C the old way

1•alonsovm44•1h ago•0 comments

Some Basic LLM Etiquette

https://steenbok.space/blog/ai-etiquette/
1•sporkl_l•1h ago•0 comments

How AI Became More Expensive Than the Workers It Replaced [video]

https://www.youtube.com/watch?v=cfaZZPjA3g0
2•Bender•1h ago•0 comments

The Safari MCP server for web developers

https://webkit.org/blog/18136/introducing-the-safari-mcp-server-for-web-developers/
2•coloneltcb•1h ago•0 comments