Open Access. Powered by Scholars. Published by Universities.®
- Discipline
- Keyword
-
- Thesis; University of North Florida; UNF; Dissertations (5)
- Academic -- UNF -- Computing (2)
- Academic -- UNF -- Computing; Search ranking (1)
- Academic -- UNF -- Computing; class normalization; database normalization; code-first approach; database normalization using class normalization; object-relational mapping (1)
- Academic -- UNF -- Computing; performance; LINQ; HPC; Hadoop (1)
-
- Academic -- UNF -- Computing; web analytics; automation; usability; google analytics; navigation (1)
- Thesis; M. of Science in Computer and Information Sciences; University of North Florida; 1987; Logic programming; Compilers; Computer programs; Prolog; Computer program language; Thesis; University of North Florida; UNF; Dissertations (1)
Articles 1 - 6 of 6
Full-Text Articles in Data Storage Systems
Generating A Normalized Database Using Class Normalization, Daniel Sushil Sudhindaran
Generating A Normalized Database Using Class Normalization, Daniel Sushil Sudhindaran
UNF Graduate Theses and Dissertations
Relational databases are the most popular databases used by enterprise applications to store persistent data to this day. It gives a lot of flexibility and efficiency. A process called database normalization helps make sure that the database is free from redundancies and update anomalies. In a Database-First approach to software development, the database is designed first, and then an Object-Relational Mapping (ORM) tool is used to generate the programming classes (data layer) to interact with the database. Finally, the business logic code is written to interact with the data layer to persist the business data to the database. However, in …
Improving Search Ranking Using A Composite Scoring Approach, Larry D. Snedden
Improving Search Ranking Using A Composite Scoring Approach, Larry D. Snedden
UNF Graduate Theses and Dissertations
In this thesis, the improvement to relevance in computerized search results is studied. Information search tools return ranked lists of documents ordered by the relevance of the documents to the user supplied search. Using a small number of words and phrases to represent complex ideas and concepts causes user search queries to be information sparse. This sparsity challenges search tools to locate relevant documents for users. A review of the challenges to information searches helps to identify the problems and offer suggestions in improving current information search tools. Using the suggestions put forth by the Strategic Workshop on Information Retrieval …
Active Analytics: Adapting Web Pages Automatically Based On Analytics Data, William R. Carle Ii
Active Analytics: Adapting Web Pages Automatically Based On Analytics Data, William R. Carle Ii
UNF Graduate Theses and Dissertations
Web designers are expected to perform the difficult task of adapting a site’s design to fit changing usage trends. Web analytics tools give designers a window into website usage patterns, but they must be analyzed and applied to a website's user interface design manually. A framework for marrying live analytics data with user interface design could allow for interfaces that adapt dynamically to usage patterns, with little or no action from the designers. The goal of this research is to create a framework that utilizes web analytics data to automatically update and enhance web user interfaces. In this research, we …
Hadoop Based Data Intensive Computation On Iaas Cloud Platforms, Sruthi Vijayakumar
Hadoop Based Data Intensive Computation On Iaas Cloud Platforms, Sruthi Vijayakumar
UNF Graduate Theses and Dissertations
Cloud computing is a relatively new form of computing which uses virtualized resources. It is dynamically scalable and is often provided as pay for use service over the Internet or Intranet or both. With increasing demand for data storage in the cloud, the study of data-intensive applications is becoming a primary focus. Data intensive applications are those which involve high CPU usage, processing large volumes of data typically in size of hundreds of gigabytes, terabytes or petabytes. The research in this thesis is focused on the Amazon’s Elastic Cloud Compute (EC2) and Amazon Elastic Map Reduce (EMR) using HiBench Hadoop …
Performance Evaluation Of Linq To Hpc And Hadoop For Big Data, Ravishankar Sivasubramaniam
Performance Evaluation Of Linq To Hpc And Hadoop For Big Data, Ravishankar Sivasubramaniam
UNF Graduate Theses and Dissertations
There is currently considerable enthusiasm around the MapReduce paradigm, and the distributed computing paradigm for analysis of large volumes of data. The Apache Hadoop is the most popular open source implementation of MapReduce model and LINQ to HPC is Microsoft's alternative to open source Hadoop. In this thesis, the performance of LINQ to HPC and Hadoop are compared using different benchmarks.
To this end, we identified four benchmarks (Grep, Word Count, Read and Write) that we have run on LINQ to HPC as well as on Hadoop. For each benchmark, we measured each system’s performance metrics (Execution Time, Average CPU …
Compiling Unit Clauses For The Warren Abstract Machine, George D. Herbert
Compiling Unit Clauses For The Warren Abstract Machine, George D. Herbert
UNF Graduate Theses and Dissertations
This thesis describes the design, development, and installation of a computer program which compiles unit clauses generated in a Prolog-based environment at Argonne National Laboratories into Warren Abstract Machine (WAM) code. The program enhances the capabilities of the environment by providing rapid unification and subsumption tests for the very significant class of unit clauses. This should improve performance substantially for large programs that generate and use many unit clauses.