https://github.com/sparkutils/kogito-4-spark
A Kogito DMN wrapper for Spark at row level
https://github.com/sparkutils/kogito-4-spark
dmn spark
Last synced: 26 days ago
JSON representation
A Kogito DMN wrapper for Spark at row level
- Host: GitHub
- URL: https://github.com/sparkutils/kogito-4-spark
- Owner: sparkutils
- License: apache-2.0
- Created: 2025-04-19T16:44:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T21:28:17.000Z (about 1 year ago)
- Last Synced: 2025-05-27T22:03:04.699Z (about 1 year ago)
- Topics: dmn, spark
- Language: Scala
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kogito-4-spark
A Kogito implementation of the [dmn-4-spark](https://github.com/sparkutils/dmn-4-spark) API.
The documentation site can be found [here](https://sparkutils.github.io/kogito-4-spark/).
## Supported Runtimes
Spark 3.5.x (Spark 4 hopefully coming soon) based runtimes on jdk 17 (OSS 2.13 builds are also provided).
Databricks requires the use of [JNAME](https://docs.databricks.com/aws/en/dev-tools/sdk-java#create-a-cluster-that-uses-jdk-17), with its associated reduction in support, in order to run on a non-jdk 8 VM for DBRs 14.0, 14.3 and 15.4. 16.x moves to JDK 17 by default.
## How to Use
Follow [these instructions](https://github.com/sparkutils/dmn-4-spark?tab=readme-ov-file#how-to-use) found on the API page to depend on the correct version.