Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 577 Bytes

Zilean

Spring 2022 Project Team

  • Rushikesh Pharate
  • Piyush Nalawade
  • Aishwarya Sinhasane

Kafka Audit Queue

Below steps to run kafka-audit-queue

  • Install Pipenv
  • For MAC
    • brew install pipenv
    • pipenv --python 3.8.9 (i.e This is used to create virtual environment of python v3.8.9)
    • pipenv shell (i.e Activates virtual environment)
    • pip install -r requirements.txt
  • For windows
    • pip install virtualenv
    • cd user-service
    • virtualenv env
    • \path\to\env\Scripts\activate
  • now run python insertaudit.py