o19s / splainer

Elasticsearch/Solr Sandbox for exploring explain information and tweaking
http://splainer.io
Apache License 2.0
135 stars 32 forks source link

Repair ES TMDB index #80

Closed nathancday closed 4 years ago

nathancday commented 4 years ago

Not all fields from the o19s/es-tmdb repo are present (cast is an example). Is this due to people defacing the instance? Should we move it behind a proper proxy

worleydl commented 4 years ago

It's alive, see: http://quepid-elasticsearch.dev.o19s.com:9206/tmdb/_search?pretty

It has less documents and a simpler schema. I think we may need to update it to use the es-tmdb config if we want to have it as a backup for that dataset.

On Thu, Apr 30, 2020 at 1:13 PM Nathan (Nate) Day notifications@github.com wrote:

Not all fields from the o19s/es-tmdb repo are present (cast is an example). Is this due to people defacing the instance? Should we move it behind a proper proxy

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/o19s/splainer/issues/80, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEWGZYQPK4OIQQBC2LW3ZLRPGWULANCNFSM4MVZU3BA .

epugh commented 4 years ago

I think https://github.com/o19s/quepid-docker/tree/master/elasticsearch-loader needs some updating.

epugh commented 4 years ago

Could also rework the way we deploy so somehow always use the o19s/es-tmdb code...

nathancday commented 4 years ago

Ok I think I understand better now. I would advocate for us mirroring the es-tmdb schema? Is there history around why we don't? Happy to be the one who tries this out, b/c I think it would be a valuable safety against CORS problems for TLRE

worleydl commented 4 years ago

+1 for keeping it the same. I'd avoid copy/pasting if we possible and try to update the quepid-docker configuration to just utilize the es-tmdb repo so we only have one place to edit.

On Thu, Apr 30, 2020 at 1:32 PM Nathan (Nate) Day notifications@github.com wrote:

Ok I think I understand better now. I would advocate for us mirroring the es-tmdb schema? Is there history around why we don't? Happy to be the one who tries this out, b/c I think it would be a valuable safety against CORS problems for TLRE

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/o19s/splainer/issues/80#issuecomment-621996977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEWGZ4TF2RU756SGSCFCVLRPGY4VANCNFSM4MVZU3BA .

epugh commented 4 years ago

Let me know if you need any pointers, the README should help you get it up and running. you may need permissions to push images to our private Docker repo...

epugh commented 4 years ago

Close but not done on https://github.com/o19s/quepid/wiki/Troubleshooting-Elasticsearch-and-Quepid

epugh commented 4 years ago

This is done!