Top "Nosql" questions

NoSQL (sometimes expanded to "not only SQL") is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways.

NoSQL Use Case Scenarios or WHEN to use NoSQL

With all the hype it seems really hard to find reliable information on when to use this. So I pose …

nosql use-case
How to empty a redis database?

I've been playing with redis (and add some fun with it) during the last fews days and I'd like to …

database nosql redis
Explanation of BASE terminology

The BASE acronym is used to describe the properties of certain databases, usually NoSQL databases. It's often referred to as …

database nosql terminology definition base-db
Firestore Getting documents id from collection

I'm trying to retrieve my documents with id but can't figure it out. Currently I retrieve my documents like this : …

angular firebase google-cloud-firestore nosql angularfire2
When NOT to use Cassandra?

There has been a lot of talk related to Cassandra lately. Twitter, Digg, Facebook, etc all use it. When does …

database rdbms nosql cassandra
Is there any NoSQL data store that is ACID compliant?

Is there any NoSQL data store that is ACID compliant?

database nosql acid
NoSql Crash Course/Tutorial

I've seen NoSQL pop up quite a bit on SO and I have a solid understanding of why you would …

nosql
How Can I Browse/View The Values Stored in Redis

Are there any good browsers/explorer for viewing Redis out there ? Am new to Redis so my expectation is if …

nosql redis
Scan HTable rows for specific column value using HBase shell

I want to scan rows in a HTable from hbase shell where a column family (i.e., Tweet) has a …

nosql hbase
What is BSON and exactly how is it different from JSON?

I am just starting out with MongoDB and one of the things that I have noticed is that it uses …

json mongodb bson nosql