From f9abbc9d261d91b544f77c1441cbd1a8866b8124 Mon Sep 17 00:00:00 2001 From: Konstantinos 'Dean' Linaras Date: Wed, 22 Sep 2021 23:45:49 +0300 Subject: [PATCH] Add Lenses box example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd741b8..2fe1197 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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='' --rm -p 3030:3030 -p 9092:9092 -v $(pwd)/target/lenses-udf-example-1.0.0.jar:/plugins/udf.jar lensesio/box:latest +```