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
Hey There, I Am Looking Into The Self-Hosted Version Of Clearml For An Isolated Environment That Will Undergo Periodic Data Extraction Back To An Internet-Facing Environment. So Essentially I Want To Have Two Environments Existing And Periodically Update

Hey there, I am looking into the self-hosted version of ClearML for an isolated environment that will undergo periodic data extraction back to an internet-facing environment. So essentially I want to have two environments existing and periodically update one of them with recent results and artifacts without overwriting it all. Anyone has any advice on how to accomplish that? I'm thinking of local MinIO dockers for local artifact stores and creating a script to replicate and update the mongo.

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1719524663014461440:profile|CornyOwl46> , that sounds like a good plan, take into account that all of the metrics/console logs are stored in elastic so you'd have to replicate that as well

  
  
Posted 2 months ago

That's a good note. Thanks John, I appreciate it

  
  
Posted 2 months ago
248 Views
2 Answers
2 months ago
2 months ago
Tags