Skip to content

Commit

Permalink
Merge pull request #5 from lensesio/add-box-example
Browse files Browse the repository at this point in the history
Add Lenses box example
  • Loading branch information
stheppi authored Sep 22, 2021
2 parents 90c34b2 + f9abbc9 commit 04e2634
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ User-Defined Functions (aka UDF) is a feature of Lenses SQL that allows you to d
new functions that extend the existing vocabulary of Lenses SQL’s DSL for manipulating data.
Many functions are already built in into Lenses SQL and over time that set is expected to grow.
However, a user might still need a function that is not covered by the default package.
Lenses provides a simple API that can be implemented to provide custom functions that go beyond the built-in ones.
Lenses provides a simple API that can be implemented to provide custom functions that go beyond the built-in ones.

# Try it out with Lenses box

```
docker run -e ADV_HOST=127.0.0.1 -e EULA='<put your EULA here>' --rm -p 3030:3030 -p 9092:9092 -v $(pwd)/target/lenses-udf-example-1.0.0.jar:/plugins/udf.jar lensesio/box:latest
```

0 comments on commit 04e2634

Please sign in to comment.