User:Mrohatg2: Difference between revisions
Jump to navigation
Jump to search
(Created page with "E1575 - Share the data in Expertiza to a remote server via PRML format") |
No edit summary |
||
Line 1: | Line 1: | ||
E1575 - Share the data in Expertiza to a remote server via PRML format | <h1>E1575 - Share the data in Expertiza to a remote server via PRML format</h1> | ||
== Problem Statement == | |||
Educational peer-review systems like Expertiza contains a huge volume of data accumulated during the course of its use. | |||
Each peer-review system has a different database design. The relational model is so diverse that, it is often difficult to share the data across different peer-review systems. | |||
In order to migrate a student’s data from one peer-review system to another, one will have to do the following: | |||
#Understand the database design/schema of the source peer-review system | |||
#Understand the database design/schema of the destination peer-review system | |||
#Find the equivalent tables and relations in the destination peer-review system for the source peer-review system | |||
#Retrieve the data from the source peer-review system | |||
#Modify it to match the schema of the destination peer-review system | |||
#Insert the data to the destination peer-review system database. |
Revision as of 21:16, 13 November 2015
Problem Statement
Educational peer-review systems like Expertiza contains a huge volume of data accumulated during the course of its use. Each peer-review system has a different database design. The relational model is so diverse that, it is often difficult to share the data across different peer-review systems.
In order to migrate a student’s data from one peer-review system to another, one will have to do the following:
- Understand the database design/schema of the source peer-review system
- Understand the database design/schema of the destination peer-review system
- Find the equivalent tables and relations in the destination peer-review system for the source peer-review system
- Retrieve the data from the source peer-review system
- Modify it to match the schema of the destination peer-review system
- Insert the data to the destination peer-review system database.