Coder Social home page Coder Social logo

distributed-doc-search's Introduction

Building Distributed Document Search

Description:

  • Build an entire distributed system - Distributed Search
  • User inputs search query and most relevant documents to the user's search will be displayed.
  • Formalize the search algotithm (Term Frequency - Invese Document Frequency Algorithm)

Architecture:

  • The search term and number of documents are the factors that affect the output of TFIDF algorithm. In order to parallelize the algorithm, documents should be distributed among nodes since length of terms can be limited to a certain length but the number of documents will always grow. The calculated results from each node will be sent to the leader node to aggregate the result.
  • Zookeepers act as a node coordinator
    • Coordinators Service Registry
    • Workders Service Registry
  • Implement worker nodes
  • Implement search coordinator

distributed-doc-search's People

Contributors

jiaanzzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.