Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 510 Bytes

Test for the session functionality

Installation

  1. To install all the dependencies execute
pipenv install --dev
  1. Create a Pub/Sub topic

  2. Create a .env file with the following content:

    GOOGLE_CLOUD_PROJECT=your_project topic=projects/PROJECT/topics/TOPIC

Execution

To execute the pipeline run

pipenv shell
python -m pipeline.pipeline \
--runner DirectRunner \
--input_topic $topic

Once the pipeline is runnung execute the "publish_messages.py"