'Kdb AWS FIFO Queue interface
Is there a way to interface Kdb application with AWS FIFO Queue service i.e. publishing and reading data from AWS FIFO Queue.
Solution 1:[1]
You could use embedPy to enable this easily.
For receiving you could call the wrapped python function on a timer using .z.ts.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rianoc |
