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

https://github.com/dhanya-abhirami/gutenberg-search

Open-source web app using Elasticsearch and Docker to search through the contents of 100 classic novels.
https://github.com/dhanya-abhirami/gutenberg-search

elasticsearch golang

Last synced: 7 months ago
JSON representation

Open-source web app using Elasticsearch and Docker to search through the contents of 100 classic novels.

Awesome Lists containing this project

README

          

Full Text search application built using Elastic Search for searching books.

# Technologies
Technologies used: Go, Gin framework, ElasticSearch

## Contributing
Fork and clone the repository.

```bash
make build
make run
make stop
```

localhost:8080

# Acknowledgements
* [triestpa/Guttenberg-Search](https://github.com/triestpa/Guttenberg-Search/)
* [elastic/go-elasticsearch/v8](https://pkg.go.dev/github.com/elastic/go-elasticsearch/v8)
* [Regex101](https://regex101.com/)