KSQL UDF for Dialogflow conversations

KSQL UDF that interacts with a Dialogflow conversation agent

License

License

GroupId

GroupId

com.mitchseymour
ArtifactId

ArtifactId

ksql-udf-dialogflow
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

KSQL UDF for Dialogflow conversations
KSQL UDF that interacts with a Dialogflow conversation agent
Project URL

Project URL

https://github.com/magicalpipelines/ksql-functions
Source Code Management

Source Code Management

https://github.com/magicalpipelines/ksql-functions

Download ksql-udf-dialogflow

How to add to project

<!-- https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/ -->
<dependency>
    <groupId>com.mitchseymour</groupId>
    <artifactId>ksql-udf-dialogflow</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/
implementation 'com.mitchseymour:ksql-udf-dialogflow:0.1.0'
// https://jarcasting.com/artifacts/com.mitchseymour/ksql-udf-dialogflow/
implementation ("com.mitchseymour:ksql-udf-dialogflow:0.1.0")
'com.mitchseymour:ksql-udf-dialogflow:jar:0.1.0'
<dependency org="com.mitchseymour" name="ksql-udf-dialogflow" rev="0.1.0">
  <artifact name="ksql-udf-dialogflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchseymour', module='ksql-udf-dialogflow', version='0.1.0')
)
libraryDependencies += "com.mitchseymour" % "ksql-udf-dialogflow" % "0.1.0"
[com.mitchseymour/ksql-udf-dialogflow "0.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.1

Project Modules

There are no modules declared in this project.

Custom KSQL UDFs and UDAFs

This repository contains custom KSQL UDFs and UDAFs built by the Magical Pipelines team. An overview of each function, including usage details, can be found in the function's subdirectory.

Installation

All of the JARs are deployed to Maven central, and can be viewed here. To install any of these KSQL UDFs / UDAFs, simply download the appropriate JAR file from Maven central and place it in the KSQL extension directory; If you're not sure what the KSQL extension directory is set to for your KSQL deployment, run the following query from the KSQL CLI.

ksql> SHOW PROPERTIES ;

 Property                                               | Default override | Effective Value
-------------------------------------------------------------------------------------------------------------------------------------------
 ksql.extension.dir                                     | SERVER           | /tmp/ext
 
 ...
 ...

Custom functions

Below are the custom functions that are currently available.

  • COLOR_TO_HEX: experimental polyglot (ruby) UDF that converts colors to hex strings
  • DIALOGFLOW: build conversational interfaces (virtual assistants, intelligent chatbots, etc)
  • PREDICT_SPAM: experimental UDF that predicts whether or not a string of text is spam
  • SENTIMENT: perform sentiment analysis on streams of text
  • SUMMARY_STATS: calculate summary statistics (mean, standard deviation, sample size, etc) for streams of data.
com.mitchseymour

Magical Pipelines

Learn something magical today.

Versions

Version
0.1.0