news.volyx.in

Static torrent website with peer-to-peer queries over BitTorrent on 2M records (boredcaveman.xyz)

575 points by voigt · 1652 days ago · 106 comments on HN

Article summary

The article discusses a static torrent website that uses peer-to-peer queries over BitTorrent to query a database of 2 million records. This is achieved through the use of SQLite VFS abstraction and a custom VFS implementation that translates SQLite read calls to BitTorrent piece requests. The demo shows that a 300 MiB database can be queried from seeders for full text searches in less than 1 MiB traffic. The project aims to create a decentralized and censorship-resistant database hosting solution.

Main themes

  • decentralized database hosting
  • censorship resistance
  • peer-to-peer networks
  • BitTorrent
  • SQLite VFS
  • database queries
  • scalability and performance
  • data preservation and availability
  • legal and regulatory implications

What commenters say

  • The project has the potential to create a truly decentralized and censorship-resistant database hosting solution.
  • The use of BitTorrent for database queries is not a new concept and has been explored before.
  • The project's reliance on a static webpage and lack of server-side processing makes it more resilient to censorship.
  • The use of a custom VFS implementation and BitTorrent piece requests may not be the most efficient or scalable solution.
  • The project's focus on decentralization and censorship-resistance may not be sufficient to protect users from legal repercussions.
  • The use of a peer-to-peer network for database queries can provide benefits such as improved performance and reduced bandwidth costs.
  • The project's lack of support for data updates and mutability may be a significant limitation.
  • The use of a decentralized database hosting solution can provide benefits such as improved data preservation and availability.