Replies: 2 comments 2 replies
-
I've built it out in Docker, but ended up switching to baremetal for production. It ended up being not as clean as I hoped, but that may be due to my lack of skill. |
Beta Was this translation helpful? Give feedback.
-
I've been doing something similar. I've been working on using pysystemtrade with containers in google cloud for a couple months now. Getting to close to something that I'm happy with. It's been up and running without errors for about a month now. Still paper-trading till I'm really happy with it, so I currently don't have to deal with the 2FA on the gateway. The ib gatway itself runs as a standard vm, while all the pysystemtrade jobs run as google cloud run jobs, started by cloud scheduler. The pysystemtrade folders like 'private','data','echos','reports' are all volume mounts into the containers. The actual storage is a cloud bucket. Some examples here: Also, I'm using the same ib-gateway image you are using, it's been very helpful: Some other things I started working on but are all wip:
|
Beta Was this translation helpful? Give feedback.
-
Should we consider a path with containers as well in this repo?
From what I see, the project is designed to run in a standalone machine but having the containers set might really improve developers experience.
To clarify, when adding containers, I do expect to keep the original workflow intact - and not a replacement or incompatible change for the existing systems.
Beta Was this translation helpful? Give feedback.
All reactions