Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! Does Clearml Self-Hosted Supports Any Managed Solutions For Its Es, Mongo And Redis Dependencies?

Hi! Does ClearML self-hosted supports any managed solutions for its ES, Mongo and Redis dependencies?

  
  
Posted 2 years ago
Votes Newest

Answers 6


Ok, thank you

  
  
Posted 2 years ago

Do not go with the AWS managed mongo & ES, both will not work I'm afraid and are a pain to setup, speaking from experience

https://github.com/allegroai/clearml-server/issues/101

  
  
Posted 2 years ago

Thanks, that sounds reasonable, but are there any known compatibility issues ? There is probably some experience with managed solution for those three services with ClearML

  
  
Posted 2 years ago

I think there was some issue with MongoDB Atlas (someone mentioned it, not sure if the issue was resolved)

  
  
Posted 2 years ago

Hi IcyJellyfish61 ,
Yes, you can provide alternate host/port details for ES/Mongo/Redis deployed elsewhere

  
  
Posted 2 years ago

https://github.com/elastic/elasticsearch-py/issues/1666

And this you'll run into ☝

  
  
Posted 2 years ago