Skip to content

Oscar-Rod/apache-beam-testing

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published