This project contains some(one) MongoDB portable plugin(s) for ekuiper.
- in rules set Send single to False!
The pre-build zip file available at releases.
clone the project.
Build the project with:
go build -o mongo .
Zip the files:
zip mongo.zip mongo mongo.json sinks -r
Serve the file:
python -m http.server
And then in ekuiper dashboard install this portable plugin using the following url:
http://${YOURIP}:8000/mongo.zip
And set up the rules and here you go...!