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!

I Didn't Set a Cookie

https://belibre.be/cookies/
2•JeanKage•4m ago•0 comments

Reckless Ben confronted Ideal Living's CEO over trafficking claims

https://thecreatorwire.com/article/reckless-ben-posed-as-doordash-delivery-to-confront-peter-spie...
2•thevinter•8m ago•1 comments

Fifty Shades of Klinker: The Bricks That Shaped Hamburg

https://alsterrunde.com/fifty-shades-of-klinker-the-bricks-that-shaped-hamburg/
1•mertbio•12m ago•0 comments

Show HN: FlarePeek – a chrome extension for Cloudflare Worker developers

https://chromewebstore.google.com/detail/flarepeek-a-browser-exten/ffdbljcgdjkbbbbodnjbbgpahhnkfbnl
1•ioslh•15m ago•0 comments

The Aphantasia Lie [video]

https://www.youtube.com/watch?v=UyBikVRPh6c
2•IdealeZahlen•18m ago•0 comments

In less than a year, Google made scraping 10× harder

https://growtika.com/blog/google-goto-links-study
2•Growtika•29m ago•1 comments

Droptick – one ad slot per week, the price only falls

https://www.droptick.io
1•CarstenSachse•32m ago•1 comments

A 12TB Steam "teraleak" spills more than a decade of lost PC gaming history

https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc...
4•WithinReason•36m ago•0 comments

How AI Agents Make Discord Support Faster with SeaTicket

2•Daniel-Pan•36m ago•1 comments

One Plugin, One Config, One Starter = All-in-One Kit for 11ty / Build Awesome

https://buildawesome.one/
1•anydigital•37m ago•0 comments

Drug test policy search site

https://dotheydrugtest.com/
1•nullscape•37m ago•0 comments

Infragrid: Turn screen recordings into agent workflows

https://infragrid.ai
1•handfuloflight•40m ago•0 comments

Forbidden planet: was Pluto's 2006 demotion a big mistake?

https://www.theguardian.com/science/2026/aug/31/forbidden-planet-was-plutos-2006-demotion-a-big-m...
1•ziofill•41m ago•0 comments

uv: Deduplicate all files in the wheel cache

https://github.com/astral-sh/uv/pull/21327
2•tosh•43m ago•0 comments

The museum charting how humans understand the world

https://www.bbc.com/travel/article/20260828-the-museum-charting-how-humans-understand-the-world
1•1659447091•48m ago•0 comments

JerrySniffs to shut down permanently on September 5th

https://jerrysniffs.online/
1•theanonymousone•49m ago•1 comments

A Modest Proposal for Anthropic

https://tornikeo.com/a-modest-proposal-for-anthropic/
1•tornikeo•52m ago•0 comments

Reddie – Autonomous AI Red-Teaming and GitHub PR Patching DevTool

https://github.com/irfadox/reddie
1•Irfadox•59m ago•0 comments

But where does taste come from?

https://dustycloud.org/blog/but-where-does-taste-come-from/#f
2•o4c•1h ago•0 comments

Scaling Memory Safety: AI-Assisted Rewrites of C/C++ Dependencies to Rust

https://bughunters.google.com/blog/scaling-memory-safety
2•meerita•1h ago•0 comments

Xkcd 1200: Authorization

https://xkcd.com/1200/
3•vga1•1h ago•0 comments

Europe's largest collection of historic adverts

https://www.advertisingarchives.co.uk/
2•Bluestein•1h ago•0 comments

The U.S. is more than just the US (according to the ISO)

https://trevmex.com/post/826439929093636096/the-us-is-more-than-just-the-us-according-to
1•Ilimlza•1h ago•0 comments

Firefox's password "security" is mind-numbingly stupid

https://blog.liampwll.com/posts/firefox_password_security/
2•LiamPowell•1h ago•0 comments

Rust Beautifier: Beautiful, Fun and Opinionated Rust, the DHH Way

https://rust-beautifier.vercel.app
1•meerita•1h ago•0 comments

Upcoming election could produce modern Germany's first far-right state governor

https://apnews.com/article/germany-saxony-anhalt-election-far-right-afd-3162fbdd71e6f745eeb239e29...
1•geox•1h ago•0 comments

Rust Function Overloading – Call for Experimentation

https://blog.rust-lang.org/inside-rust/2026/08/19/overloading-experiment/
3•vinhnx•1h ago•0 comments

But where does taste come from?

https://dustycloud.org/blog/but-where-does-taste-come-from/
1•vinhnx•1h ago•0 comments

Cadence – a floating lyrics overlay for Spotify and YouTube Music

https://github.com/MowkE/cadence
1•Eclipzey•1h ago•0 comments

Gregg Shorthand

https://en.wikipedia.org/wiki/Gregg_shorthand
1•jaredwiener•1h ago•0 comments