Deploying scripts with google cloud

abhay523
Has anyone managed to deploy a python script on google cloud? I’m trying to do that but I’m facing some issues.

All I want to know is if anyone has been able to deploy a script using google compute engine / app engine / cloud functions? And if you would be willing to answer a few questions around deploying your first script with the Zerodha api?
  • Gaurav_Kumar
    hi Abhay .. i am also looking for same , please also let me know if u found any solution on this
  • abhay523
    Hi Gaurav, I'm still struggling with this. Based on what I've read, it looks like the standard google solutions (which can scale down to zero compute costs) use python 3.7 or 2.7 and the kiteconnect library works better on python 3.6. So, it looks like I'll have to use a flexible app engine. This sucks because there will always be one core active and there will be constant costs :-/

    But I may be wrong and there's a better solution out there - that's why I posted here :)
  • Gaurav_Kumar
    hi abhay , thanks for sharing the info
Sign In or Register to comment.