Skip to content

LoukasPap/log-management-system-mongo

Repository files navigation

Log Management System using Mongo🍃

This is the second project for the MSc course Database Management System (M149) of the winter semester. The pronunciation can be found in the M149-Project02.pdf. The first project can be found here.

🗄️ Server

  1. Create and activate a virtual environment
  2. Install requirements:
pip install -r requirements.txt
  1. Start server and navigate to http://127.0.0.1:8000/.
uvicorn main:app --reload

⚙️ Data Loading

Extract files from logs.zip in a new directory called logs. Then, run the stand-alone script insert_data.py.

⚠️ Watch out

Make sure you have downloaded MongoDB (e.g. Community Edition) before loading the data or running any query.

About

A log management system accessible through a set of a APIs.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages