Last Version

KSQL UDF for entity-level sentiment analysis 0.1.0

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

License

License

GroupId

GroupId

com.mitchseymour
ArtifactId

ArtifactId

ksql-udf-entity-sentiment-analysis
Version

Version

0.1.0
Type

Type

jar
Description

Description

KSQL UDF for entity-level sentiment analysis
KSQL UDF that uses the Google Cloud Natural Language API to perform entity-level 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-entity-sentiment-analysis 0.1.0


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