Skip to content

tspannhw/pulsar-pychat-function

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Pulsar Pychat

With context


bin/pulsar-admin functions stop --name Chat --namespace default --tenant public

bin/pulsar-admin functions delete --name Chat --namespace default --tenant public

bin/pulsar-admin functions create --auto-ack true --py pulsar-pychat-function/src/sentiment.py --classname "sentiment.Chat" --inputs "persistent://public/default/chat2" --log-topic "persistent://public/default/chatlog2" --name Chat --namespace default --output "persistent://public/default/chatresult2" --tenant public

To Install Python 3 Library


pip3 install --upgrade pip
pip3 install vaderSentiment
python3 pulsar-pychat-function/src/sentiment.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published