Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (45 loc) · 1.81 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.81 KB

SecurePOS

University project for Software System Engineering course (MSc Computer Engineering at University of Pisa, A.Y. 2022-23)

Development of a pipelined application (a secure POS monitoring system), based on DataOps approach, to support productivity metrics.

The main focus of the project was to master the AGILE methodology (Trello, Clockify) and the Unified Process during all the project phases: requirements (workflow landscape, BPMN diagrams), analysis (detailed use cases, sequence diagrams, class diagrams), design (class diagram), development (Python code) and testing.

Structure of the repository

SecurePOS
|
├── prototype
|
└── secure_pos
│   │
│   ├── data
│   │   ├── ingestion_system
│   │   ├── preparation_system
│   │   ├── segregation_system
│   │   ├── development_system
│   │   ├── execution_system
│   │   ├── monitoring_system
│   │   ├── received_data
│   │   └── json_schema
│   │
│   └── src
│       ├── ingestion_system
│       ├── preparation_system
│       ├── segregation_system
│       ├── development_system
│       ├── execution_system
│       ├── monitoring_system
│       ├── database
│       ├── communication
│       ├── factory
│       ├── data_objects
│       ├── utility
│       ├── validation
│       └── testing_system
│
└── Secure POS.pdf 

Authors