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, Happy Friday To Everyone, Is There Anyone Who Can Ref Me To How You Would Work With Ref/Loading A Dataset With Netapp (Astra Trident) Integration From The Ide.

Hi, Happy Friday to everyone, is there anyone who can ref me to how you would work with ref/loading a dataset with NetApp (Astra Trident) integration from the IDE.

  
  
Posted 14 days ago
Votes Newest

Answers 4


If that's the case you have two options:

  • Create a Dataset from local/nfs and upload it to the S3 compatible NetApp storage (notice this create an immutable copy of the data)
  • Create a Dataset and add "external links" to either the S3 storage with None :port/bucket/... or direct file link file:///mnt/nfs/path , notice that in this example the system does not manage the data that means that if someone deletes/moves the data you are unaware of that And of course you can combine the two, have some external files and some uploaded files inside the dame dataset.
  
  
Posted 11 days ago

Hi @<1697419082875277312:profile|OutrageousReindeer5>
Is NetApp S3 protocol enabled or are you referring to NFS mounts?

  
  
Posted 13 days ago

Hi @<1523701205467926528:profile|AgitatedDove14> - We actually have both NFS and S3 capabilities, i was looking into the series that was released to understand it a bit more.

  
  
Posted 12 days ago

@<1523701205467926528:profile|AgitatedDove14> - Thank you for the repsonse, and sorry for the late reply as well. 🙂

  
  
Posted 2 days ago
192 Views
4 Answers
14 days ago
2 days ago
Tags