Last Version

KSQL UDF for sentiment analysis 0.3.0

KSQL UDF that uses the Google Cloud Natural Language API to perform sentiment analysis on streams of text

License

License

GroupId

GroupId

com.mitchseymour
ArtifactId

ArtifactId

ksql-udf-sentiment-analysis
Version

Version

0.3.0
Type

Type

jar
Description

Description

KSQL UDF for sentiment analysis
KSQL UDF that uses the Google Cloud Natural Language API to perform sentiment analysis on streams of text
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-sentiment-analysis 0.3.0


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

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.kafka : kafka-streams jar 2.3.0
org.slf4j : slf4j-api jar 1.7.27

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.