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!

Show HN: RAX Compute Gateway – One API for OpenAI, Anthropic, and Gemini

https://github.com/radium0090/Compute-Gateway
1•radium90•1m ago•0 comments

Microsoft Is Retiring Excel's Copilot() Function After Just One Year

https://windowsreport.com/microsoft-is-retiring-excels-copilot-function-after-just-one-year/
1•thunderbong•5m ago•0 comments

People of ACM – Russ Cox

https://www.acm.org/articles/people-of-acm/2026/russ-cox
1•signa11•10m ago•0 comments

Show HN: Columnary, a better experience for reading long articles

https://chromewebstore.google.com/detail/columnary/dechndjpekelnmgcchblfbmcceonfdoo
2•exclipy•12m ago•0 comments

Report supporting Australia's teen social media ban appears to contain AI

https://www.theguardian.com/australia-news/2026/aug/17/australia-social-media-ban-report-ai-hallu...
1•sbulaev•15m ago•0 comments

Facebook Perl source code from 2005

https://gist.github.com/philfreo/7257723
2•zdkaster•17m ago•0 comments

Git Links

https://replicated.live/blog/link
1•gritzko•20m ago•0 comments

What's behind this summer's heat, and why 2027 could be worse

https://www.technologyreview.com/2026/08/13/1141788/summer-heat-el-nino/
1•joozio•21m ago•0 comments

Show HN: TapDiary – a one-tap time and count tracker, works offline

https://www.tapdiary.app/en
1•sangkwun•22m ago•0 comments

A central role for dietary sugars in human evolution

https://www.science.org/doi/10.1126/science.aed8437
2•rzk•25m ago•0 comments

USC Study Finds AI Is Better at Reading Than Listening

https://viterbischool.usc.edu/news/2026/08/can-ai-read-the-room-usc-study-finds-ai-is-better-at-r...
1•shymaple•26m ago•0 comments

Found an Agent created skill that applies uncle bobs

https://github.com/AmazingAng/old-coder
1•wzr1337•26m ago•0 comments

Ask HN: When do you think LLM capacity will reach its ceiling?

2•vincenthsin•26m ago•0 comments

Speeding up the Unreal Editor launch (again) by not loading 1585 files

https://larstofus.com/2026/08/16/speeding-up-the-unreal-editor-launch-again-by-not-loading-1585-f...
1•jay_kyburz•29m ago•0 comments

Hacker News Clone: VibeHack a.k.a. HackPhilia

https://hackphilia.com/about.php
1•pagetelegram•31m ago•0 comments

The null result in OpenAI's enterprise AI paper

https://theworkingmodel.co/analysis/null-result-openai-enterprise-paper/
1•aicoding•31m ago•0 comments

Conservation efforts help an endangered dipterocarp spread roots in Bangladesh

https://news.mongabay.com/2026/04/conservation-efforts-help-an-endangered-dipterocarp-spread-root...
1•thunderbong•32m ago•0 comments

The Internet Archive currently down due to power outage

https://web.archive.org/
1•kogens•32m ago•1 comments

The Indian rupee since 1947

https://finshots.in/archive/the-story-of-the-indian-rupee-since-1947/
1•vismit2000•33m ago•0 comments

Sainsbury's pauses AI cameras after shopper ousted

https://www.bbc.co.uk/news/articles/cddjlmeqjgyo
2•dijksterhuis•34m ago•2 comments

Show HN: Kubara a package manager and framework for Kubernetes platforms

https://github.com/kubara-io/kubara
1•tuunit•34m ago•0 comments

Sixfab Cellular Modems

https://sixfab.com/product-category/development-tools/cellular-modems/
1•peter_d_sherman•35m ago•0 comments

OpenAI-Compatible API Quickstart in Python, JavaScript, and PowerShell

https://github.com/Vector-Compute-Engine/api-quickstart
2•VectorEngine•36m ago•0 comments

ScienceFlow – A Long-Horizon Agent for ML Research

https://github.com/huawei-noah/noah-research/tree/master/ScienceFlow
1•d3ron•37m ago•0 comments

Show HN: Code review that follows callers across your repos

https://contextgoblin.com/
2•clemens1010•39m ago•0 comments

Apache Flink accelerator built with Rust

https://streamfusion.tech/
1•Abbit•41m ago•0 comments

A Camera in My Face

https://www.naths.in/blog/a-camera-in-my-face
2•segalord•45m ago•0 comments

More methods for forecasting code automatiom

https://blog.aifutures.org/p/q25-2026-timelines-update-uplift
1•fbrusch•46m ago•0 comments

Greenest cities in Europe, and where Hamburg stands

https://alsterrunde.com/greenest-cities-in-europe-and-where-hamburg-stands/
3•mertbio•52m ago•0 comments

It's Happening – Europe Is Building an Impossible Fusion Reactor [video]

https://www.youtube.com/watch?v=bPUAKW1Dyek
3•mpweiher•58m ago•0 comments