Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
/admarusPublic archive

Peer-to-Peer Search Engine for IPFS

License

NotificationsYou must be signed in to change notification settings

Mubelotix/admarus

Repository files navigation

License: AGPL v3Lines of code badgeDocuments in corpus badgePeers in network badgeGitHub last commitGitHub closed issues

Peer-to-Peer Search Engine for IPFS

Admarus unlocks the full potential of IPFS by making it searchable. It is an open, decentralized network of peers indexing their IPFS documents. Admarus relies on no central authority, and is censorship-resistant by design.

Demo GIF of searching on Admarus.

🔥Try the gateway-based demo! 🔥

✨ Features

  • No storage use: Admarus indexes data that's already in your Kubo node
  • Search operators:AND,OR, andNOT
  • Trustless: Results are verified, not trusted
  • Language detection: Language is detected from text
  • Scalable: Gets faster as more peers join
  • Censorship-resistant: Censors would need full control of more than 95% of the network
  • Open: Nodes don't discriminate on obscure criteria (hi emails)
  • Decentralized: No central authority. Multiple peer discovery mechanisms available
  • Blockchain-free: No blockchain, no token, just peer-to-peer magic
  • Developer-friendly: Practical API for building apps and bots

🌍 Scalability

There is no use in having a search engine if it breaks under load.While previous attempts at building a peer-to-peer, powerful search engine have all failed,Admarus was designed with scalability in mind.Actually, Admarus gets faster and more reliable as the network grows to thousands of peers.This is all thanks to theKamilata protocol and its routing algorithm for queries.It allows Admarus to download results at constant speed, regardless of the size of the network.Of course, the client cannot afford to download and rank millions of results, but we actually don't need arecall of 100%.That's because some documents are more popular than others, and these are the ones we want to find.(By default, 50% of the score of a document is based on its popularity.)The more popular a document is, the faster we will find it, hence we don't need 100% recall to find the topn results.I have only been able to run simulations with up to30000 peers, so the behavior of the network with millions of peers is still unknown.However, we can confidently say that Admarus can scale to at least a200k peers and billions of documents.Even if problems were to arise, these would be limited to queries made of a single common word, as for each additional term, you divide the pool of peers to query by a huge factor.

The current slowness of the network is due to the fact that there are not enough peers on it.They are doing their best at generating results for queries. Each result is generated from the document.The thing is, each document must be read from the Kubo store on the disk, which only yields 11 documents per second on my machines.As we parallelize the process by querying multiple peers concurrently, search will get significantly faster.

📚 Guides and Documentation

We have apublicly-editable wiki for guides and documentation.

👨‍💻 About

Admarus is developped byMubelotix, a french cypherpunk.Feel free toget in touch if you have any question or suggestion.I'm available to help people run nodes to make the network grow.

Admarus means Google in Gaulish (literally "very big").

📜 License

Admarus is licensed under the GNU AGPL v3.However, the underlyingKamilata protocol uses the less restrictive MIT license.


[8]ページ先頭

©2009-2025 Movatter.jp