frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SeaSearch – Lightweight, S3-backed multi-tenant search engine

https://github.com/seacloud-lab/seasearch
2•Daniel-Pan•1h ago
Hi HN, I'm Daniel, co-founder of Seafile.

I'm glad to share our open-sourcing project SeaSearch, a search engine written in Go (built on ZincSearch) that we’ve been running in production for over two years for Seafile project.

After years of using Elasticsearch, we think there are two main problems with Elasticsearch:

It is not lightweight and hard to maintain a cluster

All of seafile tenants' data was stored in a single index and it is slow to search a file in a single library because the whole index need to be searched

Three years ago, we started developing a solution to solve the two problems. Rather than building a search engine from scratch, we built on top of ZincSearch, that is implemented in Go rather than JVM with a smaller runtime footprint and has Elasticsearch API compatibility, but it was still missing something that we get to find out along the way.

We have now open-sourced SeaSearch with the pieces we needed:

S3-backed Storage: Index data lives in S3. Compute nodes share the same backend, making scaling/failover instant (no data replication needed).

Smart Caching: Uses a local disk cache for immutable segments to keep things fast despite the S3 backend.

ES API Compatible: Works as a drop-in replacement for most Elasticsearch query endpoints.

Lightweight Go Runtime: No JVM overhead.

Vector Search: Built-in support for HNSW/IVFPQ for hybrid semantic search.

Hope this helps fellow devs who are stuck in this problem when building multi-tenant SaaS applications. Looking forward to your responses.

Comments

gnat•55m ago
URL?
Daniel-Pan•54m ago
https://github.com/seacloud-lab/seasearch

We struggled with DevOps, so built a open source agentic platform just for this

1•abmuhammadhamza•1m ago•0 comments

From Academia to Alignment

https://millicosm.substack.com/p/from-academia-to-alignment
1•danielmorozoff•4m ago•0 comments

The Agent Economy Has No Auditor

https://twitter.com/TruenceHQ/status/2100065538730807533
1•Kambizmalik•7m ago•0 comments

Will farm animals always suffer?

https://worksinprogress.co/issue/will-farm-animals-always-suffer/
1•gmays•7m ago•0 comments

Origin stories: idioms using 'walk'

https://www.suzannearnold.com/blog/origin-stories-idioms-using-walk
1•DanielVZ•9m ago•0 comments

Intelligent Interaction Techniques

https://arxiv.org/abs/2609.16295
1•azhenley•9m ago•0 comments

Cisco Email Gateway SQL Injection Yields Unauthenticated Root (CVSS 9.8)

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-esa-inj-2b...
1•iamsyr•11m ago•0 comments

The Configuration Complexity Clock

http://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html
1•sssilver•11m ago•0 comments

Build domain-specific harness and long-horizon agents with OS Python framework

https://github.com/cayu-dev/cayu
3•zamir_akimbekov•12m ago•0 comments

I Wanted to Stay in Canada So I Learned French

https://macleans.ca/longforms/i-wanted-to-stay-in-canada-so-i-learned-french/
1•cvhc•17m ago•0 comments

Occamy-1.0: Open Pareto-frontier 35B intelligence for co-work

https://arxiv.org/abs/2609.11977
1•donk8r•26m ago•0 comments

Anthropic Has Some Alignment Problems

https://thezvi.substack.com/p/anthropic-has-some-alignment-problems
2•gmays•26m ago•0 comments

Anthropic CEO renews call for AI slowdown as Nvidia's urges acceleration

https://www.theguardian.com/technology/2026/sep/15/anthropic-nvidia-ceos-ai
2•andsoitis•27m ago•0 comments

Important Notice on CoinEx's Orderly Cessation of Operations

https://www.coinex.com/en/announcements/detail/53539656293908
1•Bluestein•31m ago•0 comments

Ex150-17: The Unbearable Lightness of Being

https://www.exfatloss.com/p/ex150-17-the-unbearable-lightness
1•paulpauper•31m ago•0 comments

The Bad Guy with an AI Named Claude

https://thezvi.substack.com/p/the-bad-guy-with-an-ai-named-claude
1•paulpauper•31m ago•0 comments

Any markets strategies for B2B companies, how to approach them

1•Vineetyadav2•34m ago•0 comments

Vercel Labs

https://vercel.com/labs
1•MehrdadKhnzd•34m ago•0 comments

Stop Using Encrypted Email

https://www.latacora.com/blog/2020/02/19/stop-using-encrypted-email/
2•paulpauper•35m ago•1 comments

Isaac Asimov Asks, "How Do People Get New Ideas?"

https://www.technologyreview.com/2014/10/20/169899/isaac-asimov-asks-how-do-people-get-new-ideas/
2•maxall4•36m ago•0 comments

Is There Alien Debris on the Moon? Some Scientists Plan to Find Out

https://www.nytimes.com/2026/09/05/science/space/is-there-alien-debris-on-the-moon-some-scientist...
1•reaperducer•39m ago•0 comments

Paying for frontier AI models buys 4-month head start at 5x the cost

https://arstechnica.com/ai/2026/09/exclusive-open-chinese-models-close-gap-with-silicon-valleys-f...
2•torrance•45m ago•2 comments

Show HN: Respawn – content-addressed filesystem snapshots and undo (Rust)

https://github.com/savageAZfck/respawn
1•savag3AZfckk•47m ago•0 comments

Squeeze every token from your mid-tier subs

https://github.com/0gsd/sidepeace
1•0gs•47m ago•1 comments

Show HN: Ukodus – A Sudoku galaxy where every solve becomes a star (Rust/WASM)

https://ukodus.now/
1•kcirtapfrmspc•50m ago•0 comments

Show HN: Circle Crop Image – A lightweight, privacy-first circle cropper

https://circlecropimage.dev
1•steve200512•52m ago•0 comments

Anthropic 25x CI in six months

https://claude.com/blog/agentic-coding-is-straining-ci-heres-how-we-scaled-test-impact-analysis-a...
1•juanfatas•55m ago•0 comments

The Books We Read Too Late–and That You Should Read Now

https://www.theatlantic.com/books/archive/2022/09/books-younger-selves-recommendations/671601/
1•the-mitr•55m ago•0 comments

Negativland, Culture Jamming, and the Art of Making Something New

https://blog.archive.org/2026/09/11/negativland-culture-jamming-and-the-art-of-making-something-new/
19•bananaboy•1h ago•7 comments

Show HN: SeaSearch – Lightweight, S3-backed multi-tenant search engine

https://github.com/seacloud-lab/seasearch
2•Daniel-Pan•1h ago•2 comments