-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add section on completeness/status to README #1
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,24 @@ The version of the open content data that Chorus provides has the following chan | |
* 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. | ||
|
||
# Production readiness / status | ||
|
||
* "Chorus Electronics" store: | ||
* Demo, you'll build your own | ||
* Solr (with Querqy integration: | ||
* solrconfig / Query setup: complete / production ready | ||
* solrconfig / autosuggest: incomplete, demo | ||
* schema / data model: demo - misses e.g. inventory, does not cover "variants", i18n / multi-language search; could be a good starting point | ||
* SMUI: | ||
* Complete setup, production ready | ||
* Quepid: | ||
* Complete setup, production ready | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That was a rough guess, is that correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and yes, I agree... |
||
* RRE: | ||
* Complete setup, production ready | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That was a rough guess, is that correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep. and I'll be doing some Katas specific to each of those tools as well to provide more support to users. |
||
* Runtime / deployment: | ||
* Demo (docker-compose) - it's up to you how to deploy/manage the components | ||
|
||
## Typical building blocks not covered: | ||
* Online analytics and extraction of search relevance information from the data | ||
* Indexing / data preparation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was a rough guess, is that correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so!