-
Notifications
You must be signed in to change notification settings - Fork 102
[FEATURE] Allow running any language #19
Comments
Have you considered running the formulas inside containers? Wouldn't that allow to run a formula in any language, even without generating the binaries? Each container would only have to provide the correct environment for the language it supports. Or you could have a single container with all environments configured. Or even have one container per formula. In any case, the point is not to depend on the host machine to execute the formulas, like what many companies are already doing for applications. Is that on your roadmap? |
At first we considered only supporting running your formulas on a controlled environment (like you can achieve by using containers). I agree that it would be really flexible to allow running formulas inside containers, but our first users (mainly financial companies) were really strict regarding what the user could run on their machines, so we gave up on the idea. |
Hi @viniciusramosdefaria! Thanks for the explanation, makes total sense. I heard about Ritchie today at TDC Online and it seems very promising! I'm going to test it as soon as I can. I've asked about containers because we use Docker for Python and JS projects here at the company. Therefore, containers would be a great way for us to develop and execute formulas on any machine, regardless of platform and OS. Congrats for all good work! |
What would you like to be added:
Allow running formulas inside a workspace, like the following image:
Why is this needed:
To increase the amount of languages supported by ritchie.
The text was updated successfully, but these errors were encountered: