期刊名称:Journal of Theoretical and Applied Information Technology
印刷版ISSN:1992-8645
电子版ISSN:1817-3195
出版年度:2015
卷号:75
期号:1
出版社:Journal of Theoretical and Applied
摘要:As the complexity of business process, the need for implementing information systems also grows. A number of companies have built sophisticated system to fulfill operational. To maximize the benefit of the system, the data has to be stored in database for long time period so it can be used for analysis in the future. There are many models Database Management System (DBMS) architecture that can be applied, one of them are NoSQL architecture. NoSQL and relational model are two models that are very different. Relational model concept store data in the table, which consists of column and row. Each table interconnected by using foreign key (FK) which is an attribute. When the developer wants to consolidate data from all existing table, then the developer must combine a table with another table, through a foreign key that has defined in the first time, so it can certainly be combined data. Nowadays it�s often be problem for a developer, given the massive data growth, with a fairly high degree of scalability that will be very difficult for a developer to provide the required data in a short time. Therefore, NoSQL approach comes as a solution. In NoSQL, data will be stored in the form of documents and data integration will be done using programming language format. Each document can be likened to a programming language object that can be used in applications that are built. So that access to the data can be done efficiently and effectively despite the huge amount of data. In this research focuses on implementation NoSQL in English Writing Application based on JavaScript Platform.