From 72094f959381f754e248f22fdf9ab4bfb92c6f30 Mon Sep 17 00:00:00 2001 From: Roi Talpaz <2651169+fokolo@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:27:58 +0200 Subject: [PATCH] Added AI JQ playground --- kafka/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kafka/README.md b/kafka/README.md index bb683cf39..5195a4108 100644 --- a/kafka/README.md +++ b/kafka/README.md @@ -19,7 +19,8 @@ popular JQ processing tool’s query expression language. "type" : "JSON_JQ_TRANSFORM_TASK" ``` Check the [JQ Manual](https://stedolan.github.io/jq/manual/v1.5/), and the -[JQ Playground](https://jqplay.org/) for more information on JQ +[JQ Playground](https://jqplay.org/) for more information on JQ, and also +[AI JQ Playground](https://jq.getport.io/) for building JQ with AI. ### Use Cases