Home Tags NoSQL

Tag: NoSQL

The Different Types of NoSQL Databases

0
The development of NoSQL databases was triggered by the needs of the companies dealing with huge amounts of data like Facebook, Google and Amazon....

Apache Cassandra: The NoSQL Scalable Database

0
  This article introduces readers to the Apache Cassandra NoSQL database, and provides them with use cases for which it is suitable. Apache Cassandra is a...

The Pros and Cons of Polyglot Persistence

0
The design of a database determines its optimal use. A single database engine is inefficient and insufficient for all data searches. This is where...

It’s Easy to Scale Out a MongoDB Deployment

0
MongoDB is a unique NoSQL open source database, which is scalable and adaptable. It is an application of choice for many Fortune 500 companies...

App Development on the Cloud Made Easy with PaaS!

0
This article looks into the benefits of using the Platform as a Service paradigm to develop applications on the cloud. It also compares a...

Installing and Using PostgreSQL Modules

3
In this article, we will learn how to install and use the PostgreSQL modules chkpass, fuzzystrmatch, isn and hstore. Modules add different capabilities to...

NewSQL — The New Way to Handle Big Data

3
Big data, big data, big data! This term has been dominating information management for a while, leading to enhancements in systems, primarily databases, to...

The Database Demands of Peta-scale Computing

0
Let's take a brief look at the challenges for next-generation databases. In the previous article we discussed that as data volumes grow towards the peta-scale...

Databases in the Era of Cloud Computing and Big Data

8
We take a look at the directions in which databases are evolving, driven by the twin factors of the "Cloud" and "Big Data". Let's...

Exploring Software: ZODB, a NoSQL Database

3
Let's explore how to use ZODB, a NoSQL database, from Python, with an example that stores and retrieves 'album' and 'track' data from the database. Most...