frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•11mo ago

Comments

semihs•11mo 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_•11mo 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•11mo 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_•11mo ago
That sounds great!

Show HN: I built a tool that turns text descriptions into motion graphics videos

https://aimote.art/
2•jackota•1m ago•0 comments

The Turin Shroud bears DNA from many people, plants and animals

https://www.newscientist.com/article/2521236-the-turin-shroud-bears-dna-from-many-people-plants-a...
1•Brajeshwar•2m ago•0 comments

Solo.io launches agentevals to solve agentic AI's "biggest unsolved problem"

https://thenewstack.io/soloio-agentevals-evaluates-ai-agents/
1•CrankyBear•2m ago•0 comments

Free eBook: Runtime Intelligence – The New AI Architecture (Manning)

https://blog.manning.com/runtime-intelligence
1•laksandkeys•2m ago•0 comments

Humanity Must Win: Defending Rights, Tackling Repression at the 2026 FIFA World

https://www.amnesty.org/en/documents/ior10/0837/2026/en/
1•hkhn•4m ago•0 comments

Uvwatauavawh – Meet the Pushy String (2013)

https://www.hexacorn.com/blog/2013/05/16/uvwatauavawh-meet-the-pushy-string/
1•dryarzeg•4m ago•0 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
1•jsunderland323•5m ago•1 comments

CodingFont: A game to help you pick a coding font

https://www.codingfont.com/
2•nvahalik•6m ago•0 comments

Tests Aren't for Catching Bugs

https://trippw.com/blog/tests-as-institutional-memory
1•devTripp•9m ago•0 comments

Show HN: NetLens – Instant CLI Assistant for Network Engineers

https://v0-netlens.vercel.app
1•nadavdebi•9m ago•0 comments

Show HN: AI Spotlight for Your Computer (natural language search for files)

1•DEEPAN_C•9m ago•0 comments

Making a Yooperlite Sphere [video]

https://www.youtube.com/watch?v=dKAKw2ugiyE
1•gus_massa•10m ago•0 comments

Solo dev creates Open Source Turboquant

https://github.com/TheTom/turboquant_plus
1•nico•11m ago•1 comments

Prompt Helix – Ask AI about any webpage without copy-pasting context

https://chromewebstore.google.com/detail/prompt-helix/ffjppocigpeamhokbpnknlplkbccjpin
1•helixlabs-dev•16m ago•0 comments

Nearly three-quarters of England's woods inaccessible to public, study finds

https://www.theguardian.com/environment/2026/mar/13/nearly-three-quarters-of-englands-woods-inacc...
1•robtherobber•16m ago•0 comments

Show HN: axil – A terminal user-interface for treesitter

https://github.com/terror/axil
2•crap•17m ago•0 comments

The Anatomy of an LLM Benchmark

https://cameronrwolfe.substack.com/p/llm-bench
1•Brajeshwar•18m ago•0 comments

The Four Laws of Black Hole Mechanics [video]

https://www.youtube.com/watch?v=54n0WofSNno
1•vinhnx•20m ago•0 comments

In Denmark, the Center Did Not Hold

https://jacobin.com/2026/03/denmark-social-democrats-centrism-elections/
2•PaulHoule•21m ago•0 comments

"Over 1.5 million GitHub PRs have had ads injected into them by Copilot"

https://www.neowin.net/news/microsoft-copilot-is-now-injecting-ads-into-pull-requests-on-github-g...
29•bundie•22m ago•7 comments

Anthropic Says Use More Agents to Fix Agent Code. Here's What's Missing

https://mergeshield.dev/blog/anthropic-multi-agent-harness-whats-missing
2•mergeshield•23m ago•0 comments

Show HN: Local video search with Qwen3-VL: no API, runs on Apple Silicon, GPUs

https://github.com/ssrajadh/sentrysearch/tree/master
2•sohamrj•23m ago•0 comments

The Race Down

https://renfoc.us/posts/1774107059-the_race_down
1•rtrigoso•24m ago•0 comments

Speed Is a Tactic, Not a Virtue

https://eleganthack.com/speed-is-a-tactic-not-a-virtue/
1•speckx•25m ago•0 comments

50 Years of Thinking Different

https://www.apple.com/50-years-of-thinking-different/
1•reconnecting•28m ago•0 comments

Zero Ambient Authority: The Principle That Should Govern Every AI Agent

https://grith.ai/blog/zero-ambient-authority-ai-agents
2•edf13•29m ago•0 comments

Show HN: Data Hogo – scan your repo for security issues

https://www.datahogo.com/en
1•efecto1920•29m ago•0 comments

Germany considers ramping up coal power to avert energy crisis

https://www.politico.eu/article/germany-considers-ramping-up-coal-power-to-avert-energy-crisis/
1•leonidasrup•30m ago•1 comments

Nested Simulation and Nested Intelligence: A Pessimistic Thought

https://lizeng614.github.io/posts/when-reality-feels-structured/?lang=en
1•LeoisNotAI•30m ago•0 comments

My side project was annihilated by Google

4•lilouartz•30m ago•0 comments