https://github.com/phanletrunghieu/fulltext-search-elasticsearch-postgresql
Fulltext fuzziness search with elasticsearch & postgresql
https://github.com/phanletrunghieu/fulltext-search-elasticsearch-postgresql
docker elasticsearch fulltext-search fuzziness kibana logstash postgresql
Last synced: 9 months ago
JSON representation
Fulltext fuzziness search with elasticsearch & postgresql
- Host: GitHub
- URL: https://github.com/phanletrunghieu/fulltext-search-elasticsearch-postgresql
- Owner: phanletrunghieu
- Created: 2019-06-21T13:25:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T15:45:03.000Z (about 7 years ago)
- Last Synced: 2025-03-23T08:26:10.417Z (over 1 year ago)
- Topics: docker, elasticsearch, fulltext-search, fuzziness, kibana, logstash, postgresql
- Language: Go
- Homepage:
- Size: 762 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fulltext-search-elasticsearch-postgresql
Fulltext fuzziness search with elasticsearch & postgresql
## Install
```makefile
make local-db
```
## Run
```makefile
make run
```