Skip to content

Eureka is a search engine built in Go, designed for fast indexing, efficient search, specialized content

Notifications You must be signed in to change notification settings

ibrahimraimi/eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eureka: A Go-Powered Search Engine

Eureka is a search engine built in Go, designed for fast indexing, efficient search, specialized content.

Features

  • Web Crawling: Crawls web pages to gather data, respecting robots.txt rules.
  • Indexing: Creates an inverted index to efficiently store and retrieve information.
  • Search: Allows users to search for information using keywords.
  • Ranking: Ranks search results based on relevance

Getting Started

  1. Prerequisites: Make sure you have Go installed on your system.
  2. Clone the repository: git clone https://github.com/ibrahimraimi/eureka.git
  3. Build: go build
  4. Run: ./eureka

About

Eureka is a search engine built in Go, designed for fast indexing, efficient search, specialized content

Topics

Resources

Stars

Watchers

Forks

Languages