Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 595 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 595 Bytes

Document Search System

Optimal Search System for finding all documents containing search term built in Go alt text

Find the python version here

Tools:

  1. Distributed programming with goroutines and channels
  2. Request caching using redis
  3. NoSQL for optimal querying of database (MongoDB)
  4. Backend Language: GoLang

To run:

  1. Clone the repo
git clone https://github.com/Xceptions/DocumentSearchEngineGo.git
  1. Start the app
go run .
  1. Run tests
cd tests

go test -v