首页--工业技术论文--自动化技术、计算机技术论文--计算技术、计算机技术论文--计算机软件论文--程序设计、软件工程论文--程序设计论文

Converting Relational Database into the Graph Database Though the Web Application

Acknowledgements第4-5页
Abstract第5页
List of Abbreviations第11-12页
Chapter 1 Introduction第12-16页
    1.1 Overview第12页
    1.2 Background Information第12-13页
    1.3 Problem Statement第13-14页
        1.3.1 Objective第14页
    1.4 Motivation of Thesis第14页
    1.5 Research Methodology第14-15页
    1.6 Structure of Thesis第15-16页
Chapter 2 Literature Review第16-31页
    2.1 Relational Database第16-18页
        2.1.1 RDBMS第16-17页
            2.1.1.1 Features of RDBMS第16-17页
            2.1.1.2 Define Relationship types第17页
            2.1.1.3 Define Referential Integrity第17页
        2.1.2 Normalization第17-18页
            2.1.2.1 Benefits of Normalizing Database第18页
    2.2 NoSQL第18-26页
        2.2.1 Classification of NoSQL第18-21页
            2.2.1.1 Key/Value Stores第18-19页
            2.2.1.2 Document Databases第19-20页
            2.2.1.3 Column Oriented Database第20-21页
            2.2.1.4 Graph Databases第21页
        2.2.2 Neo4J第21-26页
            2.2.2.1 Neo4j Server第22页
            2.2.2.2 CQL第22-25页
            2.2.2.3 Datures in Neo4j第25-26页
            2.2.2.4 Neo4j Advantages第26页
    2.3 Relational vs Graph Databases第26-31页
        2.3.1 Scalability第26-27页
        2.3.2 Data Models第27-29页
            2.3.2.1 Relational Model第27-28页
            2.3.2.2 Graph Model第28-29页
        2.3.3 Database Schema第29页
        2.3.4 Query Languages第29-30页
        2.3.5 Weakness of DBMS第30页
        2.3.6 When to Use Graph DB第30-31页
Chapter 3 Transformation第31-50页
    3.1 Agreement第31-33页
    3.2 Types of Relationships第33-35页
        3.2.1 One to One第33页
        3.2.2 One to Many/Many to One第33-34页
        3.2.3 Many to Many第34-35页
            3.2.3.1 N2N Relation第34-35页
    3.3 Data Translation from Relational to the Graph Database第35-43页
        3.3.1 Algorithm Ⅰ Transform R to G第35-39页
        3.3.2 Algorithm Ⅱtraversef kT able ()第39-40页
        3.3.3 Algorithm Ⅲ traverse Remaing()第40-41页
        3.3.4 Algorithm Ⅳ traverseN2NT able ()第41-42页
        3.3.5 Algorithm Ⅴ createlndexes()第42-43页
    3.4 Optimized Algorithm第43-46页
    3.5 Web Application第46-50页
        3.5.1 Requirements Analysis第46-47页
            3.5.1.1 Application Tools第46页
            3.5.1.2 NeoClient第46-47页
        3.5.2 Design第47-49页
            3.5.2.1 Application Flow第48-49页
        3.5.3 Whole Structure第49-50页
Chapter 4 Realization and Result第50-63页
    4.1 Environment for Impleme ntatiort第50页
    4.2 Integration and Testing第50-52页
        4.2.1 Database Testing第51页
        4.2.2 Interface Testing第51-52页
        4.2.3 Performance Testing第52页
        4.2.4. Unit Testing第52页
    4.3 Database Design第52-54页
        4.3.1 Database Schema第53-54页
    4.4 Result第54-58页
    4.5 Query Translation and SQL/CQL Performance第58-63页
        4.5.1 Performance Comparison第60-63页
Chapter 5 Summarzation and Future Work第63-65页
    5.1 Summary第63页
    5.2 Summary of Contribution of the Thesis第63-64页
    5.3 Future Work第64-65页
References第65-68页

论文共68页,点击 下载论文
上一篇:长沙天野有机农业有限责任公司融资策略研究
下一篇:农产品进销存管理系统的设计与实现