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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
Is there a Gelato alternative in the TON ecosystem?

I probably need to use an off-chain backend for my project, but then my app would not be as decentralized as I want it to be. In the EVM ecosystem there is a "decentralized backend" service Gelato. Is there anything like that in the TON ecosystem?


This question was imported from Telegram Chat: https://t.me/tondev/114401

  
  
Posted one year ago
  
  

will like to know as well.

Howard   one year ago Report
Votes Newest

Answers


The following should work as a gelato equivalent, since they allow you to run offline computations-
https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview

1
1
Posted one year ago
  
  

Interesting

Howard   one year ago Report
  
  

this is most likely the script based on Github? It's not on-chain trigger right

Howard   one year ago Report
12K Views
1 Answer
one year ago
one year ago
Tags