Giter Club home page Giter Club logo

redis-python-assignment's Introduction

Redis-Assignment

Assignment for the course Big Data Management Systems of 4th year spring semester and specifically Redis

Assignment description

Firstly create by using any type of database:

  1. A database of users (userID, name, age, gender, email)
  2. A database of meetings (meetingID, title, description, isPublic, audience) with meeting instances (meetingID, orderID, fromdatetime, todatetime)
  3. A database of eventsLog (event_id, userID, event_type, timestamp)

Then create the following functions storing the data in a Redis Server:

  • Function: a meeting instance becomes active
  • Function: a user can join an active meeting instance – if allowed, his email is in audience*
  • Function: a user can leave a meeting*
  • Function: show meeting’s current participants
  • Function: show active meetings
  • Function: when a meeting ends, all participants leave*
  • Function: a user can post a chat message*
  • Function: show meeting’s chat messages in chronological order
  • Function: show for each active meeting when (timestamp) current participants joined
  • Function: show for an active meeting and a user his/her chat message

Note: A meeting has audience or it is public. Also, functions with a star in the end, must also insert an event in the database eventsLog.

Installation requirements

Install the necessary libraries using pip:

pip install tinydb, redis, datetime

Running Application

  1. Open the redis-server.exe window-server
  2. Run the command python main.py from cmd
  3. Choose from the displayed menu the corresponding function

redis-python-assignment's People

Contributors

loukaspap avatar stef4k avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.