Seeks

From Wikipedia, the free encyclopedia
Seeks
Developer(s)Emmanuel Benazera, Mehdi Abaakouk, Pablo Joubert, Fabien Dupont
Preview release
0.4.1 / April 3, 2012; 12 years ago (2012-04-03)
Repository
Written inC++
Operating systemLinux, BSD, OS X
TypeCollaborative search engine
LicenseAGPL-3.0-or-later
Websitebeniz.github.io/seeks/

Seeks is a free and open-source project licensed under the GNU Affero General Public License version 3 (AGPL-3.0-or-later). It exists to create an alternative to the current market-leading search engines, driven by user concerns rather than corporate interests.[1] The original manifesto was created by Emmanuel Benazera and Sylvio Drouin and published in October 2006.[2] The project was under active development until April 2014, with both stable releases of the engine and revisions of the source code available for public use. In September 2011, Seeks won an innovation award at the Open World Forum Innovation Awards.[3] The Seeks source code has not been updated since April 28, 2014[4] and no Seeks nodes have been usable since February 6, 2016.[5]

User control[edit]

Seeks aims to give the control of the ranking of results to the users, as search algorithms are often less accurate than humans. It relies on a distributed collaborative filter[6] to let users personalize and share their preferred results on a search. Also, because of the openness of the source code, users can verify and modify the collaborative filter to fit its needs.

Forms[edit]

Currently Seeks can be used in three main forms:

  1. Public meta search engine – These are various individuals or entities that have created publicly accessible instances of the Seeks source code.[7] This is the easiest way to begin using Seeks, as it operates in a similar manner to any other search engine.
  2. Web proxy – Based on the popular Privoxy open source code, this allows setting up Seeks to operate as a web proxy which intercepts network requests for search queries and returns Seeks-based results.
  3. Web application – This allows setting up an instance of the web search interface on a local system, and more customizing than available when using a public node.

Features[edit]

  • Results are automatically re-ranked based on user behavior.
  • Results are automatically re-ranked based on behavior by similar users.
  • The software can be run in a distributed, peer-to-peer (P2P) manner, which enhances privacy while distributing workload, and shares re-ranking data pseudonymously.[8]
  • As free and open source software, the source code and binaries are freely available and can be used for commercial and personal uses with many freedoms.
  • It uses various commercial engines, public data sources or privately set search engines to generate its index and in this way serves as a meta-search engine while at the same time reranking results to optimize based on user behavior.

See also[edit]

  • YaCy – an open source search engine which includes its own crawler and stores search index in a distributed manner
  • Collaborative search engine – a type of search engine which actively or passively accounts for user behavior in ranking results
  • OpenSearch – a standard protocol for publishing search results in a consumable format

References[edit]

  1. ^ "Seeking help with Seeks". p2pnet.net. August 2010. Archived from the original on 2010-09-04.
  2. ^ Benazera, Emmanuel (2006-10-10). "Seeks Project Manifesto". Seeks Project.
  3. ^ "OpenWordForum Innovation Awards". Archived from the original on 2011-08-22.
  4. ^ "Source code not updated". GitHub.
  5. ^ "All Seeks nodes are not usable". GitHub.
  6. ^ "Self-Organizing Distributed Collaborative Filtering" (PDF).
  7. ^ "List of Web Seeks nodes". 2012-05-02.
  8. ^ What's my ID on the network, can other users identify me? - Seeks FAQ

External links[edit]