Essays about: "CouchDB"

Found 5 essays containing the word CouchDB.

  1. 1. A comparison between MongoDB & CouchDB on search performance : A comparative analysis

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Mathias Kinnander; [2018]
    Keywords : NoSQL; MongoDB; CouchDB; search performance; data archives; NoSQL; MongoDB; CouchDB; sökprestanda; dataarkiv;

    Abstract : When storing and handling Big Data sets a database management system (DBMS) can be implemented to administrate and query databases. The Swedish Internet is a big unstructured data set that contains all published Swedish Websites since the late 1990’s. NoSQL DBMSs such as MongoDB and CouchDB are particularly suited to store the Swedish Internet. READ MORE

  2. 2. Document Oriented NoSQL Databases : A comparison of performance in MongoDB and CouchDB using a Python interface

    University essay from Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Author : Robin Henricsson; [2011]
    Keywords : MongoDB; CouchDB; Python; pymongo; couchdb-python; NoSQL; Document database; JSON; DBMS; Database;

    Abstract : For quite some time relational databases, such as MySQL, Oracle and Microsoft SQL Server, have been used to store data for most applications. While they are indeed ACID compliant (meaning interrupted database transactions won't result in lost data or similar nasty surprises) and good at avoiding redundancy, they are difficult to scale horizontally (across multiple servers) and can be slow for certain tasks. READ MORE

  3. 3. Scalable Web Application using Node.JS and CouchDB

    University essay from Institutionen för informationsteknologi

    Author : Umesh Paudyal; [2011]
    Keywords : ;

    Abstract : This report presents design and implementation of a protoype application using server side javascript programming language, node.JS and couchDB as backend database. It scales and evaluates the developed prototype application and the couchDB for their scalability and performance. The report concludes that node. READ MORE

  4. 4. Implementing a Eventual Consistency Job Distribution with CouchDB

    University essay from Institutionen för informationsteknologi

    Author : Simon Unge; [2011]
    Keywords : ;

    Abstract : The implementation of a job distributer in a distributed system can be a complex task. There is no shared memory or a reliable global clock, and network failures can, and will, occur, making communication between the different nodes of the system complex. READ MORE

  5. 5. Evaluation and Testing of Database Backends in an Erlang System

    University essay from Institutionen för informationsteknologi

    Author : Rickard Cardell; [2010]
    Keywords : ;

    Abstract : In this paper I will discuss and evaluate two database managers, Tokyo Cabinet and CouchDB, and give an example of how they can be integrated in an Erlang system that currently is using Mnesia, the major Erlang database management system. I will also highlight the interesting features of Tokyo Cabinet and CouchDB with aspect of a financial system that is highly dependent on transactions with requirements on high consistency and availability. READ MORE