Skip to content

A simple web search engine written in Golang using the Colly web crawling framework.

Notifications You must be signed in to change notification settings

adrsimon/go-ogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-ogle

A simple web search engine written in Golang using the Colly web crawling framework.

Progress

1% complete

  • Basic web crawling
  • DB saving
  • Advanced parallel crawling
  • Page understanding
  • Ranking
  • Indexing
  • Web UI

Usage

Run the web crawler using the following command:

go run cmd/crawler/crawl.go

To query the database, run the following command:

go run cmd/querier/query.go queryWord

This will report all the hits in the database that contain the word queryWord.

About

A simple web search engine written in Golang using the Colly web crawling framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages