Categorygithub.com/adrsimon/go-ogle
module
0.0.0-20240607225447-5f4bdf79cb6a
Repository: https://github.com/adrsimon/go-ogle.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author