o19s / chorus-opensearch-edition

Chorus, now for OpenSearch!
Apache License 2.0
4 stars 1 forks source link

Support online deploy #53

Closed epugh closed 7 months ago

epugh commented 7 months ago

Live site is http://chorus-opensearch-edition.dev.o19s.com:4000/

RasonJ commented 7 months ago

General comments: If resetting the store completely, you need to delete it first if it exists:

To delete an existing store: DELETE http://chorus-opensearch-edition.dev.o19s.com:9200/_plugins/ubi/{store_name} <--this times out for me

To (re)create (for Chorus' index): PUT http://chorus-opensearch-edition.dev.o19s.com:9200/_plugins/ubi/{store_name}/?index=ecommerce&id_field=name

epugh commented 7 months ago

Okay, this is finally ready for review and merge!

jzonthemtn commented 7 months ago

Seems fine.