jbonofre / karaf5

Apache License 2.0
10 stars 2 forks source link

Add Python app manager service #20

Open jbonofre opened 2 years ago

jbonofre commented 2 years ago

I will try both Jython and native process run (python interpreter) from Karaf. The purpose is also to compare with PyKar (karaf like in python).

rmannibucau commented 2 years ago

[music joke]PyKar can be fatal[/]

Joke apart it can be worth using graalvm for python, its support is better than Jython which moved quite slowly last years and will keep incresing since the goal is to reach data scientist ASAP. Using JSR223 can be an option to abstract the language too. Think the most challenging is to handle the env setup more than the script execution (using pipenv or equivalent).