https://github.com/risingwavelabs/risingwave-java-udf-template
RisingWave Java UDF template
https://github.com/risingwavelabs/risingwave-java-udf-template
Last synced: about 2 months ago
JSON representation
RisingWave Java UDF template
- Host: GitHub
- URL: https://github.com/risingwavelabs/risingwave-java-udf-template
- Owner: risingwavelabs
- License: apache-2.0
- Created: 2023-09-01T09:25:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T08:12:05.000Z (almost 2 years ago)
- Last Synced: 2025-05-19T14:03:37.128Z (5 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RisingWave Java UDF Template
Make sure you have installed Java 11 and Maven 3 or later.
```sh
mvn package
java -jar target/risingwave-udf-example.jar
```See [online documentation](https://docs.risingwave.com/docs/current/udf-java/) for more information.