Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Research] Explore creating a distributed wikipedia search index #61

Open
n0izn0iz opened this issue Feb 16, 2022 · 0 comments
Open

[Research] Explore creating a distributed wikipedia search index #61

n0izn0iz opened this issue Feb 16, 2022 · 0 comments

Comments

@n0izn0iz
Copy link
Contributor

n0izn0iz commented Feb 16, 2022

idea: search tree which is also "merkle tree" so, if you have a trusted hash for the index root, you can:

  • cheaply guarantee results accuracy
  • run a pure ipld-based distributed search with reasonable complexity
  • run a safe optimized delegated search (you query a peer with greater resources that has something like a monolith db and you can verify the result with the hashtree lineage)

Feel free to tell me why this is a stupid idea before I lose my mind trying to implement it :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant