Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 476 Bytes

pravega-examples

Examples demonstrating Pravega features and configurations

Preparing the project

$ git clone https://github.com/ravisharda/pravega-examples.git
$ cd pravega-examples
$ gradle wrapper

The code uses lombok to reduce boiler plate code. If you use an IDE you'll need to install a plugin to make the IDE understand it. See their instructions on how to do that.

How to build

$ ./gradlew build