Marauders-9998 / Attendance-Management-using-Face-Recognition

A Desktop App made in Python to handle tasks related to Attendance Management of an Institute
GNU General Public License v3.0
31 stars 29 forks source link

Data Storage in Databases #22

Open Vibhu-Agarwal opened 4 years ago

Vibhu-Agarwal commented 4 years ago

The application currently stores all its data in excel sheets and pickle files, basically a file system. If the data storage is migrated to databases, it will be easy and efficient to query the data. Moreover, there can be a hosted DB on the cloud which could later serve as a central storage system for the application instead of the files getting stored locally on the user's system.

Though the issue mentions migration of storing the data to a database, the application would still need some functionality to render excel sheets files from the data whenever necessary, because it's easy for people to view the data in excel sheets, which serve as an excellent form of storing soft-copy of attendance registers.

The issue requires a bit of discussion though as to which Database would suit the application. Feel free to elaborate your thoughts on the choice of DB in the thread.

koolgax99 commented 3 years ago

hello sir, i am interested in the issue. can you please tell me which database to be used and which data has to be migrated to the database.

aditimaurya commented 3 years ago

Hi, Can you please provide some more details so that we will proceed further?