Syndicated Search

I’m currently thinking about syndicated search for ISS. A search that is totally decentralized and served by friends (and friends of friends) for an extended period of time. This is the basic workflow:

  • Each individual generates a social graph beforehand consulting the cascading taglinks;
  • A query can be sent to friends up to x degrees apart, where x is define by the user;
  • This query is published on the users’ searched node with an ID and a TTL;
  • Friends may accept the query and see if they have entries that match. If so, they send the IDs of the matched entries and publish that to their matched node. The query is kept alive until the TTL expires or according to the policies;
  • Users receive the matched entries in their aggregator. These appear associated with the original query and separated from the main flow of the aggregator.

Further Reading:

Leave a Reply