SINETStream java
Directory structure
- api/
- Libraries providing for
SINETStream
API
- Libraries providing for
- plugin-kafka/
- Apache Kafka plugin for
SINETStream
- Apache Kafka plugin for
- plugin-mqtt/
- MQTT (Eclipse Paho) plugin for
SINETStream
- MQTT (Eclipse Paho) plugin for
- plugin-type-image/
- Plugin for handling image as message
- build.gradle
- Configuration file of Gradle (build tool)
- settings.gralde
- Configuration file of Gradle (build tool)
- gradlew
- Wrapper script for running gradle
- gradlew.bat
- Wrapper script for running gradle (windows)
- gradle/
- JAR files used by gradle wrapper
- sample/
- Sample program
- README.md
Build procedure
Execute the following command to build the SINETStream JAR file.
$ ./gradlew assemble
BUILD SUCCESSFUL in 2s
9 actionable tasks: 9 executed
If the build is successful,
BUILD SUCCESSFUL
message will be output to your terminal and
the following JAR file will be created.
./api/build/libs/SINETStream-api-1.1.0.jar
./plugin-kafka/build/libs/SINETStream-kafka-1.1.0.jar
./plugin-mqtt/build/libs/SINETStream-mqtt-1.1.0.jar
./plugin-type-image/build/libs/SINETStream-type-image-1.1.0.jar