frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

CameoDB – An open-source, shared-nothing hybrid-search database in Rust

https://github.com/cameodb/cameodb
1•gorancv•2h ago

Comments

gorancv•2h ago
Hi HN,

Today, I'm open-sourcing CameoDB after nine months of hacking on it week by week as a side project.

I built this because I wanted a simple, scalable platform to serve as a unified knowledge base and context offering for both users and AI tools. Specifically, I was frustrated with the "dual-write" problem and the operational overhead of managing separate clusters for transactional storage and full-text search when trying to build a reliable, real-time context for AI applications.

Under the hood:

It’s a high-performance, distributed, shared-nothing database written in Rust 2024, utilizing an Actor Model architecture (Kameo).

Storage Engine: It combines ACID-compliant Key-Value storage (Redb), flexible document modeling, and Full-Text Search (Tantivy) into a single atomic unit. If a document is durably stored in the WAL, it is instantly indexed for search.

Data Ingestion & Schema Inference: It includes a native data loader capable of fetching from local files, remote URLs, and web targets. It automatically detects schemas, allowing you to go from raw data to a fully searchable index instantly.

Concurrency: We enforce strict isolation using spawn_blocking to keep storage I/O out of the Tokio/Axum async runtime, ensuring ultra-low P99 latency even during bulk ingestions.

AI Ready: It embeds a JSON-RPC 2.0 over SSE Model Context Protocol (MCP) server directly into the core engine so agents like Claude or Cursor can query it instantly.

Topology: It’s a multi-tenant, horizontally scalable mesh utilizing Consistent Hashing (256 VNodes/node) and XXH3 deterministic routing.

Current state & future roadmap: It is still early days. While the core atomic pipeline and MCP integrations are solid, there is still plenty of space for improvements and exciting new features. I have outlined the upcoming plans and feature roadmap in the development documents within the project repository.

I’ve just moved it from my personal workspace to a public org. I’d love for you to tear apart the codebase, tell me where the architecture falls short, and let me know if this solves a problem for you, too.

Website/Docs: https://cameodb.com Repo: https://github.com/cameodb/cameodb

Tesla FSD Europe launch backlash: HW3 owners launch claim site

https://electrek.co/2026/04/14/tesla-fsd-europe-hw3-owners-dutch-claim/
1•breve•28s ago•0 comments

Show HN: ContextPack – CLI that maps any codebase into ranked context

https://github.com/Sashank006/Context-Engine
1•Sashank06•56s ago•0 comments

Zelensky: Ukraine's defense industry can produce FPV drones annually

https://www.ukrinform.net/rubric-defense/4112129-zelensky-ukraines-defense-industry-can-produce-m...
1•doener•3m ago•0 comments

Comparison of Payment Methods

https://eylenburg.github.io/payments.htm
1•Cider9986•4m ago•0 comments

Terminator: Code You See Onscreen [video]

https://www.youtube.com/watch?v=NebvccLHutQ
1•ingve•4m ago•0 comments

Data Discovery – plain-English to discovering and acquiring data using AI

https://datris.ai/videos/data-discovery-ingestion-consumption
1•tfearn•4m ago•1 comments

Patches for Linux 7.1 May Have Negative Impact on 32-Bit Systems

https://www.phoronix.com/news/Linux-7.1-VFS-Kino-32-bit
1•doener•6m ago•0 comments

How to diagnose RAG failures from traces

https://www.siquick.com/blog/diagnose-rag-failures-from-traces
1•siquick•12m ago•0 comments

Did games really get more costly to make?

https://newsletter.hushcrasher.com/p/did-games-really-get-more-costly
1•juliebelz•14m ago•1 comments

Stack Overflow moderator publicly leaks private flagger information

https://meta.stackoverflow.com/questions/438679/why-is-a-moderator-harassing-me-about-an-answer-i...
2•hskdididn•15m ago•0 comments

Are ClickHouse JOINs Slow? A 2026 PR-by-PR Analysis

https://dataanalyticsguide.substack.com/p/clickhouse-join-performance-2026
1•manveerc•18m ago•0 comments

Sandyaa: Recursive-LLM source code auditor that writes exploitable PoCs

https://github.com/securelayer7/sandyaa
1•sandeep_kamble•18m ago•1 comments

How Not to 'Pilet' a Kickstarter

https://c33tech.com/blog/2026/04/how_not_to_pilet_a_kickstarter/
1•mikeflynn•19m ago•0 comments

Michael O. Rabin has passed away

https://en.wikipedia.org/wiki/Michael_O._Rabin
2•statusreport•19m ago•1 comments

Connect iMessage to your Claude Code assistant

https://github.com/anthropics/claude-plugins-official/tree/main/external_plugins/imessage
1•rob•20m ago•0 comments

New (Twin) Dad Advice

https://hec.works/blog/new-twin-dad/
2•dividedcomet•21m ago•2 comments

Show HN: Turned a viral DevOps debugging tweet into a playable incident SIM

https://youbrokeprod.com/login?redirect=%2Fplay%2Frunaway-process-001
1•cdnsteve•23m ago•0 comments

Anthropic Redesigns Claude Code Desktop

https://twitter.com/claudeai/status/2044131493966909862
1•Nevin1901•24m ago•1 comments

Show HN: Start Using Claude Managed Agents Today – Posse

https://github.com/oguzbilgic/posse
1•obilgic•24m ago•0 comments

I Went to China to See Its Progress on A.I. We Can't Beat It

https://www.nytimes.com/2026/04/13/opinion/china-ai-america-chipmakers.html
2•suvan•25m ago•1 comments

Show HN: Would you score a podcast debate?

1•fcpguru•26m ago•0 comments

California moves forward with its 'Stop Nick Shirley Act'

https://www.deseret.com/politics/2026/04/14/stop-nick-shirley-act-california-fraud/
3•donsupreme•28m ago•1 comments

Agent Skill for Jj Jujutsu VCS

https://github.com/danverbraganza/jujutsu-skill
1•nvader•31m ago•0 comments

Android IRCx

https://github.com/AndroidIRCx/AndroidIRCx
1•sans_souse•32m ago•0 comments

Lisp is Not an Acceptable Lisp (2006)

https://steve-yegge.blogspot.com/2006/04/lisp-is-not-acceptable-lisp.html
2•fyskij•32m ago•1 comments

TN's Charlie Kirk Act bans student walkouts, protects conservative speakers

https://wpln.org/post/tennessees-charlie-kirk-act-bans-student-walkouts-protects-conservative-spe...
4•bediger4000•35m ago•5 comments

The Timeless Way of Building

https://en.wikipedia.org/wiki/The_Timeless_Way_of_Building
1•gradus_ad•35m ago•1 comments

Cozy landing page I liked

https://www.chloeyan.me/
1•Akcium•35m ago•0 comments

Tech History: Looms taught us to store, share, and "run" logic

https://cyrusradfar.com/thoughts/thread
1•cyrusradfar•35m ago•1 comments

Amazon to acquire Globalstar in $11.6B satellite bet

https://www.bloomberg.com/news/articles/2026-04-14/amazon-to-buy-satellite-operator-globalstar-fo...
1•samaysharma•35m ago•0 comments