Pneha1234 / Kinesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kineis Data Stream

Kinesis is a AWS Service for processing streaming data.

Features

Prerequisites

Create a virtual environment(venv) in your project directory using the command

virtualenv venv

if virtual environment is not installed in your system, install virtual env using the command

pip3 install virtualenv

and then create a virtual env for your project

activate the virtual environment, using command

source venv/bin/activate

Installation

Install all the requirements mentioned in requirments.txt file using command

pip install -r requirments.txt

About


Languages

Language:Python 100.0%