Konnu p2p search engine

Open link in next tab

Kirill Vainer / konnu · GitLab

https://gitlab.com/shadowislord/konnu

peer to peer search engine written in Rust

Kirill Vainer / konnu · GitLab

Konnu is a peer to peer full-text search engine written in Rust.

Konnu indexes documents and stores them in a peer-to-peer network, making them searchable without requiring a server.

Fundamentally, Konnu is built around two ideas:.

  • Any text can be represented as a dense vector.

  • A vector can be encoded into one or more hashes which can be published into a DHT.

This makes it possible to search the network for data.