Skip to main content

Library for operating messaging systems such as Apache Kafka and MQTT with the same API.

Project description

日本語

SINETStream python

Directory structure

  • src/
    • Implementation of SINETStream for Python
  • tests/
    • Unit test
  • sample/
    • Sample program
  • plugins/
    • broker/
      • kafka/
        • Kafka Plugin for SINETStream
      • mqtt
        • MQTT Plugin for SINETStream
    • value_type/
      • image/
        • Plugin for handling image as message
  • README.md

Build procedure

Execute the following command to build the SINETStream TAR file.

$ python3 setup.py bdist_wheel
$ cd plugins/broker/kafka
$ python3 setup.py bdist_wheel
$ cd ../mqtt
$ python3 setup.py bdist_wheel
$ cd ../../value_type/image
$ python3 setup.py bdist_wheel

If the build is successful, the following WHL file will be created.

./dist/sinetstream-1.1.0-py3-none-any.whl
./plugins/broker/kafka/dist/sinetstream_kafka-1.1.0-py3-none-any.whl
./plugins/broker/mqtt/dist/sinetstream_mqtt-1.1.0-py3-none-any.whl
./plugins/value_type/image/dist/sinetstream_type_image-1.1.0-py3-none-any.whl

Install

You can also use the packages registered in pypi.

pip3 install --user sinetstream-kafka sinetstream-mqtt

If you want to handle image as message, please install the image plugin as follows.

pip3 install --user sinetstream-type-image

Dependent libraries

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sinetstream-1.9.1-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

Details for the file sinetstream-1.9.1-py3-none-any.whl.

File metadata

  • Download URL: sinetstream-1.9.1-py3-none-any.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for sinetstream-1.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 327ad048f272fb35572a17f3f88cca5d8c68bf7186a6fccb23c471f225a96802
MD5 d4c1d491e1ac784591a343d2f2f65019
BLAKE2b-256 10bafdc1ac21a8b084e4c8cb369aa0117b0e377ae8852175d4983a201dc05605

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page