Skip to content

mukundvijay123/streaming_prototype

Repository files navigation

Streaming Prototype

Checkout tag v1.9 for latest working prototype


Below this is old

Overview

The streaming_prototype project consists of two services, Service A and Service B, that work together. This guide provides instructions to set up and run the project.

Installation

1. Clone the Repository

git clone https://github.com/mukundvijay123/streaming_prototype.git
cd streaming_prototype

2. Setup Instructions

Windows (Using Git Bash)

source setup.win.sh

Linux

source setup.linux.sh

Running the Services

After completing the setup, open two separate terminals to run each service.

Running Service A

cd service-a
# Activate virtual environment
source env/bin/activate   # Linux
source env/Scripts/activate  # Windows

# Start the service
python service-a.py

Running Service B

cd service-b
# Activate virtual environment
source env/bin/activate   # Linux
source env/Scripts/activate  # Windows

# Start the service
python service-b.py

Notes

  • Ensure that all dependencies are installed as part of the setup script.
  • Run both services in separate terminals for proper functionality.

About

Code for my internship at HPE.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors