An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

```
$$\ $$\ $$\ $$\ $$\ $$\
$$ | $$ |\__| \__| $$ | $$ |
$$ | $$ |$$\ $$$$$$$\ $$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$\
\$$\ $$ |$$ |$$ _____|$$ |$$ __$$\ $$ __$$\\_$$ _| $$ __$$\
\$$\$$ / $$ |\$$$$$$\ $$ |$$ / $$ |$$ / $$ | $$ | $$ | $$ |
\$$$ / $$ | \____$$\ $$ |$$ | $$ |$$ | $$ | $$ |$$\ $$ | $$ |
\$ / $$ |$$$$$$$ |$$ |\$$$$$$$ |\$$$$$$ | \$$$$ |$$ | $$ |
\_/ \__|\_______/ \__| \____$$ | \______/ \____/ \__| \__|
$$\ $$ |
\$$$$$$ |
\______/
```

## Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)

## About

Search engine implemented in Golang for fun and profit

## Getting Started

WIP

### Prerequisites

Tested only on Mac and Linux

1. Go
2. Docker
3. Make

### Installing

WIP

## Usage

For local testing on port 7374 and 7373

```
make run-server
```