ramco system final presentation

26
BITS Pilani Pilani| Dubai| Goa | Hyderabad Data Health Monitoring By: Neelesh Palod, Shivalik Sen, Praveen Sharma, Pearly Khare PS2: Ramco Systems Ltd. By: Pearly Khare, Abhinav Jain, Neelesh Palod, Shivalik Sen, Praveen Sharma PS II- Ramco Systems

Upload: praveen-sharma

Post on 16-Jul-2015

83 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Ramco System Final Presentation

BITS PilaniPilani | Dubai| Goa | Hyderabad

Data Health Monitoring

By: Neelesh Palod, Shivalik Sen, Praveen Sharma, Pearly Khare

PS2: Ramco Systems Ltd.

By: Pearly Khare, Abhinav Jain, Neelesh Palod, Shivalik Sen, Praveen SharmaPS II- Ramco Systems

Page 2: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Data Health Monitoring Tool

• This tool will be used to execute consistency queries, transaction statistics, month end

reconciliations and generate reports. Phase 1 – Consistency Queries

• The consistency report is used as a measure of Data Health. It checks for inconsistent

data in the database.

• It uses the set of consistency queries that compare the master table with other tables

to find discrepancy in data.

• It is important to keep data discrepancy and inconsistencies at a minimum to reduce

query times, errors, faulty outputs,

• Transaction statistics is used to know about the frequency of the component of the

aviation product, used by the costumer, user load, etc.

Page 3: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Sign In

Page 4: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Dashboard

Page 5: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Consistency Report

Page 6: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Consistency Report

Page 7: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Consistency Report Results

Page 8: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Transaction Statistics

Page 9: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Transaction Statistics Results

Page 10: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

About

Page 11: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Admin Site

Page 12: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Admin Dashboard

Page 13: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Authentication- User

Page 14: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Add User

Page 15: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Master- Business Component

Page 16: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Add Customer

Page 17: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Add Modules

Page 18: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Sign Out

Page 19: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Design

Page 20: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Design

Page 21: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Design

Page 22: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Design

Page 23: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

• Django is a free and open source web application framework, written in Python, which follows the model view–controller (MVC) architectural pattern.

• A web application framework (WAF) is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources.

• Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces.

• Django’s primary goal is to ease the creation of complex, database-driven websites.

• Python is used throughout, even for settings, files, and data models.

Coding

Page 24: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

• Model layer: Django provides an abstraction layer (the “models”) for structuring and manipulating the data of your Web application.

• View layer: Django has the concept of “views” to encapsulate the logic responsible for processing a user’s request and for returning the response.

• Template layer: The template layer provides a designer-friendly syntax for rendering the information to be presented to the user .

• Server arrangements: Django officially supports four database backends: PostgreSQL, MySQL, SQLite, and Oracle. Microsoft SQL Server can be used with django-mssql but only in Microsoft operating systems.

Django Key Features

Page 25: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956

Data Analysis

• Phase two program

• Data analysis on a big data scale might be needed here. If in house servers not able to handle – we will look at Hadoop/Hive options.

• Data mining needed to spot trends in Data Health – redundancies, inconsistencies, etc

• Trends predictable or not – spikes can be predicted based on event sequence algorithms

• In first phase – plan to introduce an intermediate level time domain analysis for inconsistencies, redundancies – spot trends, spikes, etc

Page 26: Ramco System Final Presentation

BITS Pilani, Deemed to be University under Section 3 of UGC Act, 1956