https://github.com/ibrahimraimi/eureka
Eureka is a search engine built in Go, designed for fast indexing, efficient search, specialized content
https://github.com/ibrahimraimi/eureka
go search-engine web
Last synced: 5 months ago
JSON representation
Eureka is a search engine built in Go, designed for fast indexing, efficient search, specialized content
- Host: GitHub
- URL: https://github.com/ibrahimraimi/eureka
- Owner: ibrahimraimi
- Created: 2024-10-06T15:54:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-05T21:20:13.000Z (11 months ago)
- Last Synced: 2026-01-15T05:30:27.720Z (5 months ago)
- Topics: go, search-engine, web
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`