Skip to content

agolebiowska/go-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go search

Basic search engine

Installation

Build & run.

$ docker-compose up -d --build

Populate elasticsearch with dummy data.

$ curl -X POST http://localhost:8080/documents -d @mock-data.json -H "Content-Type: application/json"

Usage

Try it with curl...

$ curl http://localhost:8080/search?query=my+query

or fire up a Vue client.

$ cd client
$ yarn install
$ yarn serve

About

basic search engine with Go & Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published