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 Architecture of Deep Thought: Fight AI Speed with Cognitive Friction

https://varnam.substack.com/p/the-architecture-of-deep-thought
1•arthurfleck•4m ago•0 comments

Show HN: Sync Claude Code and Codex configs, with a board that shows the drift

https://github.com/slash9494/ai-config-sync-manager
1•slash9494•6m ago•0 comments

AWS announces AWS-bench, an open-source benchmark for AI agents on AWS

https://aws.amazon.com/about-aws/whats-new/2026/07/aws-bench/
1•gslin•24m ago•0 comments

Lawsuits hours after new tariffs take effect, experts say tariffs may not hold

https://www.cnbc.com/2026/07/24/trump-tariffs-lawsuit-301-ieepa.html
2•MilnerRoute•27m ago•0 comments

A single underscore led to an innocent Halifax man's conviction

https://www.cbc.ca/news/politics/man-guilty-michael-barrett-threats-1.7546742
1•cperciva•28m ago•1 comments

Best Open-Weight LLMs by Memory Required (July 2026)

https://claude.ai/public/artifacts/4b74e194-a4b2-414f-a313-8d4b98a92b0b
2•yid•40m ago•0 comments

Coordination layer for AI coding agents, built on Git

https://github.com/zyads/loom-vcs
2•aether-zyads•41m ago•0 comments

An Introduction to Formal Logic(2020) [pdf]

https://logicmatters.net/ifl/pdfs/IFL2_LM.pdf
2•o4c•45m ago•0 comments

UK AISI / Caisi Preliminary Assessment of Kimi K3's Cyber Capabilities

https://www.nist.gov/news-events/news/2026/07/uk-aisi-caisi-preliminary-assessment-kimi-k3s-cyber...
3•walrus01•46m ago•0 comments

Why Do Autistic People Talk Like Animé Villains?

https://dispatchesfromtheautismwars.substack.com/p/why-do-autistic-people-talk-like
4•barry-cotter•47m ago•1 comments

Two Chinese win top Maths prize

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

The Productivity Mirage

https://frantic.im/mirage/
2•stopachka•1h ago•0 comments

US tech groups cut 140k jobs

https://www.ft.com/content/96a33881-27fd-42cf-8cff-4cbc87fc835f
4•Alien1Being•1h ago•0 comments

Corporate America Has Suddenly Decided to Stop Blowing Money on AI

https://www.wsj.com/business/china-us-ai-model-costs-53a12e96
5•Alien1Being•1h ago•2 comments

Escaping Claude Cowork's local VM sandbox via CVE-2026-46331

https://accomplish.ai/blog/sharedroot-escaping-claude-cowork-sandbox/
1•_orcaman_•1h ago•0 comments

Gatekeepers, Luddites, Haters and AI-Generated Maps

https://www.maproomblog.com/2026/07/gatekeepers-luddites-haters-and-ai-generated-maps/
1•ethagnawl•1h ago•0 comments

AI Agent Blameless Postmortem Template

https://cordum.io/blog/ai-agent-blameless-postmortem-template
1•ankitg12•1h ago•0 comments

The Discovery Problem: When AI Agents Build Tools No One Can Find

https://www.ixcoach.com/articles/the-discovery-problem-when-agents-build-invisible-tools
1•ankitg12•1h ago•0 comments

Points as Tori: Fast Pointwise Signed Distance for Point Clouds

https://nzfeng.github.io/research/PointsAsTori/
1•nill0•1h ago•0 comments

Opposing ICE Might Save the Country. It Could Also Ruin Your Life

https://www.wired.com/story/opposing-ice-might-save-the-country-could-also-ruin-your-life/
16•willmarch•1h ago•2 comments

C64 Online

https://c64online.com/
2•ibobev•1h ago•0 comments

Speculative Decoding: The Free Speed Toggle Your Local LLM Is Probably Not Using

https://vettedconsumer.com/speculative-decoding-explained-the-free-speed-toggle-your-local-llm-is...
2•ermantrout•1h ago•0 comments

Lightcone Commons

https://thezvi.substack.com/p/introducing-lightcone-commons
1•paulpauper•1h ago•0 comments

Reusing Buffers in Multicore OCaml

https://gazagnaire.org/blog/2026-07-24-domain-safe-codecs.html
1•matt_d•1h ago•0 comments

Sandyne DAW – Write, record and mix your own music (Free preview)

https://sandyne.com/
2•dr_kiszonka•1h ago•0 comments

US Blocks SSL Security Certificates for Iran's Fars News Agency

https://thecradle.co/articles-id/38859
3•SanjayMehta•1h ago•3 comments

Cage-lite:Prebind assurance for consequential AI agent actions

https://github.com/roopamwsure/cage-lite
1•roopamsure10•1h ago•0 comments

How Chinese tech and Russian tactics are aiding Iran's bombing of US bases

https://www.theguardian.com/world/2026/jul/24/irans-much-improved-missile-systems-pose-a-real-thr...
2•0in•1h ago•0 comments

Km/h and only traffic tickets? What gives?

https://kylaleelawyer.substack.com/p/230-kmh-and-only-traffic-tickets
1•kylaleelawyer•1h ago•2 comments

Alain Bombard

https://en.wikipedia.org/wiki/Alain_Bombard
2•thunderbong•1h ago•0 comments