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!

Almost-There

https://almost-there.eu/en
1•annsaoirses•4m ago•1 comments

A small, extensible experimental embedded database in C++20

https://github.com/morishuz/CoreSQL
1•oryx1729•6m ago•0 comments

I'm building a read-only AWS cost optimization tool for startups

https://commitalpha.com
1•problemstosolve•7m ago•0 comments

How to get into a flow state: the triggers that hold up, and what EEG says

https://medium.com/@6thMind/how-to-get-into-a-flow-state-the-triggers-that-hold-up-and-what-eeg-s...
1•smanuel•7m ago•0 comments

Open source semi: Windrose puts its electric truck online, for free

https://electrek.co/2026/09/17/open-source-semi-windrose-puts-its-electric-truck-online-for-free/
1•Klaster_1•8m ago•0 comments

Pew: Democrats more worried than Republicans about AI's impact on jobs

https://pewresearch.org/short-reads/2026/09/16/democrats-are-now-more-worried-than-republicans-ab...
1•utiiiD•9m ago•0 comments

Litespeed – a local coding agent with multi-model workflows

https://github.com/BerriAI/litespeed/tree/main
1•hmokiguess•10m ago•0 comments

River home to 500 crocodiles chosen as Olympic rowing venue

https://www.bbc.com/sport/olympics/articles/cqvgy1m9z4k8o
2•vismit2000•11m ago•1 comments

Nuclear Fusion's Moment of Truth

https://email.newsletters.ft.com/c/eJyMkslS40gQhp-mdCtH7ctBB29iRMxgzDIMcyGqKrOMsCy5JRkHPH1HE_Ry5J...
2•helsinkiandrew•11m ago•1 comments

Kidney Transplantation in Highly Sensitized Persons After Car T-Cell Therapy

https://doi.org/10.1056/nejmc2608825
1•sbulaev•12m ago•0 comments

Show HN: On-device meeting transcription for iPhone (no cloud, no account)

https://apps.apple.com/us/app/fieldnoter-transcription/id6789909820
2•ljokr•13m ago•0 comments

HavenCo

https://en.wikipedia.org/wiki/HavenCo
1•vismit2000•13m ago•0 comments

19th Nervous Breakdown

https://thebuild.com/blog/19th-nervous-breakdown/
1•haeseong•13m ago•0 comments

The damage a tiny speck of space debris can do at 15000mph(2018)

https://bigthink.com/hard-science/heres-the-damage-a-tiny-speck-of-space-debris-can-do-at-15000mph/
1•num42•14m ago•0 comments

SpaceX – Starmind

https://www.spacex.com/spacexai/starmind
3•vismit2000•15m ago•0 comments

Show HN: Ink Signal, editor themes with fewer colours

https://gaurav-singh.info/ink-signal/
2•gvsh_maths•16m ago•0 comments

Infinite View – Public Domain Image Archive

https://pdimagearchive.org/infinite-view/
2•Bluestein•16m ago•1 comments

Who's buying your personal data: Disney, GM, your insurer and bank

https://themarkup.org/privacy/2026/09/16/whos-buying-your-personal-data-disney-gm-your-insurer-an...
1•DeepLogin•17m ago•0 comments

My Take on Procrastination

https://hossein.naghdbishi.com/posts/en/goal-orientation-and-procrastination/
2•niyumard•17m ago•0 comments

Show HN: Bottle – a tiny ledger for bot memory

https://github.com/imron/bottle
2•imron•18m ago•0 comments

Show HN: Out-of-tree Linux driver for a reverse-engineered Cavium 10GbE SmartNIC

https://github.com/nicologiuliani6/cavium-cn6640-snic10e-octeon-ii-nic
1•nicologiuliani6•18m ago•0 comments

US automakers could soon be forced to include AM radio for free

https://techcrunch.com/2026/09/16/us-automakers-could-soon-be-forced-to-include-am-radio-for-free/
1•soltanov•18m ago•0 comments

Mammals

https://thingofthings.substack.com/p/strange-mammals
1•surprisetalk•19m ago•0 comments

Show HN: OpenBot, open source framework similar to Grok Bot

https://github.com/regnull/openbot
1•regnull•21m ago•0 comments

Canadian PM Mark Carney Addresses EU Parliament in a Historic Speech

https://www.youtube.com/watch?v=cMHmZHDouUY
1•cromka•22m ago•0 comments

Show HN: AntFlow AI: Agentic AI Framework for Spec-Driven Development

https://geekyants.com/antflow-ai
1•vanessa1211•22m ago•0 comments

Show HN: EMV 3DS Protocol Lab – Interactive visualizer for 3-D Secure flows

https://cnpshield.github.io/3dslab/
1•cswasif•22m ago•0 comments

Show HN: Promptbar – type // in any text box to insert your saved prompts

https://chromewebstore.google.com/detail/promptbar-—-prompt-manage/nijgnlioekanikhnlleeijjhjbjm...
1•madebypointco•25m ago•0 comments

Ask HN: How is AI destruction of books legal?

1•Madmallard•26m ago•3 comments

Show HN: Facefork – A tree interface to AI edit photos for fun

https://facefork.com/
1•reacharavindh•28m ago•0 comments