Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/operaton-python
Python Script Task support for Operaton BPM with GraalPython
https://github.com/datakurre/operaton-python
Last synced: about 2 months ago
JSON representation
Python Script Task support for Operaton BPM with GraalPython
- Host: GitHub
- URL: https://github.com/datakurre/operaton-python
- Owner: datakurre
- Created: 2024-11-12T20:34:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T20:55:21.000Z (2 months ago)
- Last Synced: 2024-11-12T21:35:20.731Z (2 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This simple project is meant as a jumping off point for a polyglot Python Java application on GraalVM.
To build a standalone native executable you need to use a [GraalVM JDK with Native Image](https://www.graalvm.org/downloads/) and run:
```
mvn package -Pnative
```