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, Is There Any Way To Mount An S3 Bucket To Worker Nodes For Some Specific Use Cases Like Data Streaming? If So, How Does Clearml Tackle Data Versioning?

Hi, is there any way to mount an S3 bucket to worker nodes for some specific use cases like data streaming? if so, how does ClearML tackle data versioning?

  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1562610699555835904:profile|VirtuousHedgehong97> , I think you can mount some shared folder between the ec2 instances to use as cache. ClearML hashes data so it can know if what it has in it's cache is relevant or not.

  
  
Posted 11 months ago
522 Views
1 Answer
11 months ago
11 months ago
Tags