Towards an open source tool stack for e-commerce search.
- Demo "Chorus Electronics" store runs at http://localhost:4000 | http://chorus.dev.o19s.com:4000
- Solr runs at http://localhost:8983 | http://chorus.dev.o19s.com:8983
- SMUI runs at http://localhost:9000 | http://chorus.dev.o19s.com:9000
- Quepid runs at http://localhost:3000 | http://chorus.dev.o19s.com:3000
- RRE runs at http://localhost:7979 | http://chorus.dev.o19s.com:7979
Working with macOS? Pop open all the relevant sites:
open http://localhost:4000 http://localhost:8983 http://localhost:9000 http://localhost:3000 http://localhost:7979
We are trying to strike a balance between making the setup process as easy and fool proof as possible with the need to not hide too much of the interactions between the projects that make up Chorus.
If you are impatient, we have a quick start script, ./quickstart.sh
that sets you up, however I recommend you go through Kata 0: Setting up Chorus.
After that, you can learn how to use the tools in Chorus to improve search in First Kata: Lets Optimize a Query.
To reset your environment, just run:
docker-compose down -v
git checkout volumes/preliveCore/conf/rules.txt
Note: this will reset the MySQL database, and then reset you Querqy rules.
The product data is gratefully sourced from Icecat and is licensed under their Open Content License. Find out more about the license at https://iceclog.com/open-content-license-opl/.
The version of the open content data that Chorus provides has the following changes:
- Data converted to JSON format.
- Products that don't have a 500x500 pixel image listed are removed.
- Prices extracted for ~19,000 products from the https://www.upcitemdb.com/ service using EAN codes to match.