Skip to main content

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

Project description

SINETStream python

ファイル構成

  • src/
    • Python版SINETStreamの実装
  • tests/
    • ユニットテスト
  • sample/
    • サンプルプログラム
  • plugins/
    • kafka/
      • Python版SINETStreamのKafka固有部分
    • mqtt
      • Python版SINETStreamのMQTT固有部分
  • README.md

ビルド手順

次のコマンドを実行するとSINETStreamのTARファイルがビルドされる。

$ python3 setup.py bdist_wheel
$ cd plugins/kafka
$ python3 setup.py bdist_wheel
$ cd ../mqtt
$ python3 setup.py bdist_wheel
$ cd ../..

ビルドが成功すると以下のWHLファイルが作成される。

./dist/sinetstream-1.0.0-py3-none-any.whl
./plugins/kafka/dist/sinetstream_kafka-1.0.0-py3-none-any.whl
./plugins/mqtt/dist/sinetstream_mqtt-1.0.0-py3-none-any.whl

インストール

pypiに登録してあるパッケージを利用することもできる。

pip3 install --user sinetstream-kafka sinetstream-mqtt

依存関係にあるライブラリ

Project details


Download files

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

Source Distribution

sinetstream-0.9.8b11.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

sinetstream-0.9.8b11-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

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