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.
- Host: GitHub
- URL: https://github.com/dhanya-abhirami/gutenberg-search
- Owner: Dhanya-Abhirami
- Created: 2021-11-06T11:42:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T07:38:22.000Z (over 2 years ago)
- Last Synced: 2025-02-07T00:17:26.796Z (8 months ago)
- Topics: elasticsearch, golang
- Language: Go
- Homepage:
- Size: 56.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)