3rd Review

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 11

System Administration

Management

By Vishal & Ashwin


Guide under Kanchana
Databases
FIREBASE CLOUDSTORE
Cloud Firestore
Use our flexible, scalable NoSQL cloud database to store and sync data
for client- and server-side development.
NoSQL
NoSQL databases are non tabular, and stores data differently than relational
tables.

It stores data in documents, organized into collections. Each document contains a


set of key-value pairs. Cloud Firestore is optimized for storing large collections of
small documents. All documents must be stored in collections
Tables ( Collections & Documents )
❖ Collection
➢ System
■ Document
● Field
◆ Info
➢ [0,1,2,3,4,5]
◆ isListen
◆ isTerminal
● Collection
◆ Terminal
➢ Document
■ Fields
● Input
● Output
● Cmd
Modules
❖ Python Script :
➢ OS
■ To get the System’s Information
➢ FireStore
■ Connect to the CloudStore Database
➢ Platform
■ Identify the OS
➢ Subprocess
■ To run the Script in Background

❖ Mobile App :
➢ FireStore
■ Connect to the CloudStore Database
➢ Streams
■ To get Continuous Data Flow
➢ Listeners
■ Listen for Action Connection
User interface on System

For System

User InterFace is No Needed.

It runs script Automatically on


system boots up.
User interface on Mobile

For Mobile

User InterFace is
accessed by App.

When System get boots


up, it’ll automatically
store the information to
the app.
Screens
Screens
Screens on System
Conclusion & Future Enhancement

Conclusion
System Administration Management is a Mobile application that helps to
access and remote control all of your Systems ( PC/DESKTOP ) in a one single
app.

Future Enhancement:
For now only one can access all the system.
But Later many user can access it.
THANK YOU

You might also like