Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Utah State University

2019

Theses/Dissertations

JSON

Articles 1 - 2 of 2

Full-Text Articles in Physical Sciences and Mathematics

Plug-And-Play Web Services, Arihant Jain Dec 2019

Plug-And-Play Web Services, Arihant Jain

All Graduate Theses and Dissertations, Spring 1920 to Summer 2023

The goal of this research is to make it easier to design and create web services for relational databases. A web service is a software service for providing data over computer networks. Web services provide data endpoints for many web applications. We adopt a plug-and-play approach for web service creation whereby a designer constructs a “plug,” which is a simple specification of the output produced by the service. If the plug can be “played” on the database then the web service is generated. Our plug-and-play approach has three advantages. First, a plug is portable. You can take the plug …


Temporal Json, Aayush Goyal Dec 2019

Temporal Json, Aayush Goyal

All Graduate Theses and Dissertations, Spring 1920 to Summer 2023

JavaScript Object Notation (JSON) is a format for representing data. In this thesis we show how to capture the history of changes to a JSON document. Capturing the history is important in many applications, where not only the current version of a document is required, but all the previous versions. Conceptually the history can be thought of as a sequence of non-temporal JSON documents, one for each instant of time. Each document in the sequence is called a snapshot. Since changes to a document are few and infrequent, the sequence of snapshots largely duplicates a document across many time instants, …