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.
It seems to me that when you are creating a Mongo document and have a field {key: value} which is …
mongodb mongodb-query document-database nosqlI have a little problem that needs some suggestions: Lets say we have a few hundred data tables with a …
nosql amazon-dynamodb azure-table-storageI'm trying to group a set of documents and count them based on their value. For example { "_id" : 1, "item" : "abc1", "…
mongodb mongodb-query aggregation-framework nosqlI recently asked a question about Neo4j, which I got working and which seems nice. It's embeddable and it's …
java database web-applications nosql embedded-databaseHas anyone here have any experience deploying a real online system that had a full text search in any of …
database full-text-search nosql couchdb riakI'm using DynamoDB and I need to update a specific attribute on multiple records. Writing my requirement in pseudo-language I …
amazon-web-services amazon-dynamodb nosqlReading several papers and documents on internet, I found many contradictory information about the Cassandra data model. There are many …
cassandra nosql data-modeling column-oriented wide-column-storeI am working on a project with a requirement of coming up with a generic dashboard where a users can …
elasticsearch full-text-search search-engine nosql