Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 555 Bytes

Transmitter

Overview

Transmitter is a service to processed stream data and publish it to another Pub/Sub topics. Transmitter will only cleaning and add some metadata to stream data. Then this stream data will be forwarded to another topics that open to public. User can subscribe to this topic to get real-time data.

Transmitter

Installation

  1. Install requirements from requirements.txt in Transmitter directory.
pip install -r requirements.txt
  1. Run main.py script.
python main.py