https://github.com/harshit98/personalized-search
PyCon 2020, Sweden - Personalized Search
https://github.com/harshit98/personalized-search
elasticsearch-client pycon2020 python3
Last synced: about 2 months ago
JSON representation
PyCon 2020, Sweden - Personalized Search
- Host: GitHub
- URL: https://github.com/harshit98/personalized-search
- Owner: harshit98
- License: apache-2.0
- Created: 2020-07-27T21:55:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T07:49:18.000Z (over 5 years ago)
- Last Synced: 2025-07-19T13:36:00.666Z (11 months ago)
- Topics: elasticsearch-client, pycon2020, python3
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personalized Search
This repo mostly contains code related to my Pycon Sweden 2020 talk on "Building Production Ready Search Engine using Python and Elasticsearch"
## Features
- Syncing database with the Elasticsearch. Two ways:
- Using JDBC driver with Logstash to sync my PostgresDB with my Elasticsearch server.
- Bulk indexing based on pre-defined mappings in the Elasticsearch and structuring nested data.
- Analyzing Elasticsearch data using Kibana to understand how our search will be returning results to the client on a search query.
This repo will be covering some use-cases covered during the talk.
## Workflow Architecture
## Prerequisites
- Elasticsearch 7.9
- Python 3.8
- Kibana 7.9
- Logstash 7.9
## Usage
To run all the services together on local, make sure all the prerequisites mentioned above are downloaded.
Elasticsearch, Kibana and Logstash can be launched via downloading the zip from their official website and run `bin/` where `` can be `kibana` or `elasticsearch`.
Logstash config file can be referred from this repository. Once donwload of Logstash zip is complete, service can be started using `bin/logstash -f logstash.conf` command.
## Author
👤 Harshit Prasad
Twitter: [@HarshitPrasad8](https://twitter.com/HarshitPrasad8)
Github: [@harshit98](https://github.com/harshit98)
Website: [harshitprasad.com](http://harshitprasad.com)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you think this project is awesome!
## 📝 License
Copyright © 2020 [Harshit Prasad](https://github.com/harshit98).
This project is [Apache License](https://github.com/harshit98/personalized-search/blob/master/LICENSE) licensed.