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 Guys, Any Plan To Integrate The

Hi guys, any plan to integrate the https://github.com/allegroai/trains-agent/blob/master/examples/dynamic_cloud_cluster.ipynb in trains-server? The code there is pretty standard, only spin_up_worker and spin_down_workers should be reimplemented for various cloud providers (gcloud & azure) and let the user provide the configuration for queues and instances

  
  
Posted 3 years ago
Votes Newest

Answers 10


AgitatedDove14 Up 🙂 I would like to know if I should wait for next release of trains or if I can already start implementing azure support

  
  
Posted 3 years ago

Ho I wasn't aware of that new implementation, was it introduced silently? I don't remember reading it in the release notes! To answer your question: no, for gcp I used the old version, but for azure I will use this one, maybe send a PR if code is clean 👍

  
  
Posted 3 years ago

JitteryCoyote63 did you use the new implementation:
https://github.com/allegroai/trains/blob/master/trains/automation/aws_auto_scaler.py

  
  
Posted 3 years ago

Awesome! Any chance you feel like contributing it, I'm sure ppl would be thrilled 🙂

  
  
Posted 3 years ago

Both ^^, I already adapted the code for GCP and I was planning to adapt to Azure now

  
  
Posted 3 years ago

JitteryCoyote63 the new wizard was pushed, you can check it out here:
https://github.com/allegroai/trains/blob/master/examples/services/aws-autoscaler/aws_autoscaler.py

BTW: next release to include it all is next week (hopefully :))

  
  
Posted 3 years ago

AgitatedDove14 awesome! by "include it all" do you mean wizard for azure and gcp?

  
  
Posted 3 years ago

JitteryCoyote63 The release was delayed due a last minute issue, should be released later today. Anyhow the code is updated on GitHub, so you can start implementing :) let me know if I can be of help :)

  
  
Posted 3 years ago

We already redesigned the implementation so it should be quite easy to extend to GCP and Azure, what are you planning ?

  
  
Posted 3 years ago

Hi JitteryCoyote63
Wait a few hours, there is a new fix, I'll make sure we upload it later today (scheduled to be there anyhow, I'll push it forward)

  
  
Posted 3 years ago
553 Views
10 Answers
3 years ago
one year ago
Tags