i want to explore using influx for my company.
We don’t have much traditional time-series data but we have events that have a future timestamp with them .
Ex User A wants to play game B at 20 September 2020
User B wants to play game c at 30 September 2020.
since its a time based data i was exploring influx.
what i want to know is can we wriote a function or a trigger so that when curent time =timestamp of the entry a call can be made .
Hello @Ayush_Kulshrestha,
Yes you can. You can use a flux task to evaluate when the current time == the entered time.
You could use the example here:
And when duration = 0, then performa some action.
Alternatively, you can use any number of clients to perform this.