I want to setup a connection of MongoDB Stitch with my Python Script and fire trigger on database events to execute a python function.
I've seen this article which shows connection with stitch of python script. I cannot find how to do this type of import of JavaScript in python.
I expect if there is deletion of a known collection's TTL index document in my database, then MongoDB will fire up trigger to my Python Script and execute a function in my Python Script. How can I achieve this?