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!

Help Us Save MeshCore

https://blog.meshcore.io/2026/07/04/help-us-save-meshcore
1•ilreb•1m ago•0 comments

Berikut cara perubahan tiket AGODA

https://drive.google.com/file/d/1jtjTxNKMww-bAiMbr1SqRwrP7Kwn5wk8/view?usp=drivesdk
1•akupadamu•3m ago•0 comments

Bloomberg Terminal Is Ugly and Clunky–Everyone Still Uses It

https://oztalking.com/en/issues/bloomberg-terminal-lock-in
2•haebom•11m ago•0 comments

Alibaba bans Claude Code as a security risk

https://www.scmp.com/tech/big-tech/article/3359375/alibaba-bans-staff-using-claude-code-over-anth...
1•5701652400•17m ago•0 comments

Scientists say they have built a cell from scratch for the first time

https://www.cnn.com/2026/07/01/science/synthetic-cell-research
1•giuliomagnifico•17m ago•0 comments

What Happens When Your Site Goes Down?

https://urlwatch.io/
2•mssblogs•19m ago•0 comments

How AI models would vote in Sweden

https://www.nordan.ai/research/which-swedish-party-do-llms-vote-for
1•urvader•20m ago•0 comments

California Bans 'Sell by' Labels, Hoping to Cut Food Waste

https://www.nytimes.com/2026/07/02/us/california-food-labels-sell-by.html
1•thunderbong•21m ago•1 comments

Movies I've watched. (623 recorded and counting)

https://artconnects.club/u/bora/movies
2•kaizenb•23m ago•3 comments

EOL DR / End-of-Life Disaster Response

https://github.com/potatoqualitee/eol-dr
1•chris_wot•32m ago•0 comments

Heat wave exposes workers to injury and death

https://www.wsws.org/en/articles/2026/07/03/yash-j03.html
1•t-3•35m ago•1 comments

David Beazley – Programming Courses

https://www.dabeaz.com/courses.html
10•gregsadetsky•36m ago•0 comments

Show HN: An Omegle for Day Trading

https://strangertrade.fly.dev/
1•avneh•37m ago•0 comments

Show HN: FinMav – Screen 3,000+ stocks by describing what you want in English

https://www.finmav.ai
1•amanuelse•39m ago•0 comments

2026 Unslop AI-Written Fiction Contest Results (judged by Gwern Branwen)

https://www.hyperstitionai.com/unslop-results
2•networked•42m ago•0 comments

Magit 4.6 Released

https://emacsair.me/2026/07/01/magit-4.6/
1•signa11•46m ago•0 comments

Varela: Neuromancer-inspired 3D self-mutating coding harness

https://github.com/ajensenwaud/varela/
1•hestefisk•48m ago•1 comments

This is complete software. Can you say that about yours?

https://nonogra.ph/this-is-complete-software-can-you-say-that-about-yours-07-04-2026
5•arkhiver•53m ago•2 comments

Show HN: RightIdea – Validate app ideas with real market data before you build

https://rightidea.app
1•DajiLabs•54m ago•0 comments

A Sort of Buzzing Inside My Head

https://www.nybooks.com/online/2023/06/25/a-sort-of-buzzing-inside-my-head/
1•1vuio0pswjnm7•59m ago•2 comments

AI puts B Corps' values to the test

https://www.fastcompany.com/91568793/ai-puts-b-corps-values-to-the-test
1•1vuio0pswjnm7•1h ago•1 comments

Show HN: High performance command guard and policy enforcement for Agents in Zig

https://github.com/christopherkarani/Orca
2•karc14•1h ago•0 comments

Show HN: Crew – Let Claude Code agents talk to each other

https://github.com/0xmmo/crew
4•mmoustafa•1h ago•2 comments

Linux Looking to Retire a Number of Old ARM Platforms in Early 2027

https://www.phoronix.com/news/Linux-Drop-Old-ARM-2027
2•maxloh•1h ago•0 comments

I am dreading our LLM-written incident report future

https://surfingcomplexity.blog/2026/06/19/i-am-dreading-our-llm-written-incident-report-future/
2•baxtr•1h ago•0 comments

Space startup Katalyst launches orbital rescue for aging NASA observatory

https://www.reuters.com/business/aerospace-defense/space-startup-katalyst-launches-orbital-rescue...
2•JumpCrisscross•1h ago•0 comments

NERM – a tamper-evident audit log that proves itself. Run it yourself

https://github.com/metacentric-tech/nerm-core
1•META-TECH•1h ago•1 comments

What a 1976 Washington Post prediction said about 2026

https://www.washingtonpost.com/history/2026/07/03/what-1976-washington-post-prediction-said-about...
3•reaperducer•1h ago•0 comments

The Age of Decision

https://www.threerulescompany.com/the-age-of-decision
1•dtedesco1•1h ago•0 comments

How Memgraph 3.11 Simplifies Multi-Tenancy for Cross-Database Graph Workloads

https://memgraph.com/blog/memgraph-3-11-multi-tenant-graph-workloads
1•taubek•1h ago•1 comments