An open API service indexing awesome lists of open source software.

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

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.