https://github.com/sonirico/visigoth
volatile inverted search index
https://github.com/sonirico/visigoth
full-text-search golang hacktoberfest hacktoberfest2020 search-engine
Last synced: 6 months ago
JSON representation
volatile inverted search index
- Host: GitHub
- URL: https://github.com/sonirico/visigoth
- Owner: sonirico
- License: apache-2.0
- Created: 2020-09-21T23:59:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T19:03:25.000Z (over 4 years ago)
- Last Synced: 2025-03-31T09:04:43.249Z (7 months ago)
- Topics: full-text-search, golang, hacktoberfest, hacktoberfest2020, search-engine
- Language: Go
- Homepage:
- Size: 212 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```
$$\ $$\ $$\ $$\ $$\ $$\
$$ | $$ |\__| \__| $$ | $$ |
$$ | $$ |$$\ $$$$$$$\ $$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$\
\$$\ $$ |$$ |$$ _____|$$ |$$ __$$\ $$ __$$\\_$$ _| $$ __$$\
\$$\$$ / $$ |\$$$$$$\ $$ |$$ / $$ |$$ / $$ | $$ | $$ | $$ |
\$$$ / $$ | \____$$\ $$ |$$ | $$ |$$ | $$ | $$ |$$\ $$ | $$ |
\$ / $$ |$$$$$$$ |$$ |\$$$$$$$ |\$$$$$$ | \$$$$ |$$ | $$ |
\_/ \__|\_______/ \__| \____$$ | \______/ \____/ \__| \__|
$$\ $$ |
\$$$$$$ |
\______/
```## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)Search engine implemented in Golang for fun and profit
WIP
### Prerequisites
Tested only on Mac and Linux
1. Go
2. Docker
3. Make### Installing
WIP
For local testing on port 7374 and 7373
```
make run-server
```