Working with NoSQL Databases

Working with NoSQL Databases


 

How to get started with NoSQL?

Since 2009 NoSQL databases becomes more and more popular. But why?

  • No usage of SQL, that means
    • Less complexity
    • Better portability
    • Boundlessness
    • User-friendliness
  • Most databases are Open-Source
  • Performance
  • Scalability

Famous companies like Twitter, Facebook and Amazon are using NoSQL databases.
What sorts of NoSQL databases are used today?

  • Key-Value stores
    • Easy to implement
    • Only key-value-pairs can be stored
    • Difficult to build complex data structures
  • Column stores
    • Columns don't have to be defined in advance.
    • A row can have different numbers of cells
  • Document stores
    • Like key-value stores, but allows nested values
  • Graph databases
    • Objects and relationships are modelled and persisted as nodes and edges of a graph

What NoSQL databases are present today?

  • Cassandra
    • Data Model: Columnfamily
    • Query API: Thrift
  • CouchDB
    • Data Model: Document
    • Query API: map/reduce views
  • HBase
    • Data Model: Columnfamily
    • Query API: Thrift, REST
  • MongoDB
    • Data Model: Document
    • Query API: Cursor
  • Neo4j
    • Data Model: Graph
    • Query API: Graph
  • Redis
    • Data Model: Collection
    • Query API: Collection
  • Riak
    • Data Model: Document
    • Query API: Nested hashes
  • Scalaris
    • Data Model: Key/value
    • Query API: get/put
  • Tokyo Cabinet
    • Data Model: Key/value
    • Query API: get/put
  • Voldemort
    • Data Model: Key/value
    • Query API: get/put

.NET APIs

Cassandra

CouchDB

MongoDB

Tokyo Cabinet

Further Reading

A good introduction to the concepts of NoSQL is the paper "NoSQL Databases" from Christof Strauch.
Also read the "Scalable SQL and NoSQL Data Stores" from Rick Cattell.


See Also


Other Languages

This article is also available in the following languages:

Deutsch (de-DE)

Italian (it-IT)

Leave a Comment
  • Please add 3 and 1 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Ed Price - MSFT edited Revision 11. Comment: White space formatting

  • Ed Price - MSFT edited Revision 10. Comment: Adding tags

  • Fernando Lugão Veltem edited Revision 9. Comment: update font style

  • Luan.Moreno - SQL Soul edited Revision 8. Comment: Add Language portuguese in Other Languages

  • Horizon_Net edited Revision 6. Comment: updated headings

  • Horizon_Net edited Revision 5. Comment: changed heading formatting

  • Horizon_Net edited Revision 4. Comment: added see also section

  • Horizon_Net edited Revision 3. Comment: added link to the german version

  • Luigi Bruno edited Revision 1. Comment: Added the "Other Languages" section. Edited tags list.

  • Luigi Bruno edited Original. Comment: Edited article's title and tags list.

Page 1 of 1 (10 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Luigi Bruno edited Original. Comment: Edited article's title and tags list.

  • Luigi Bruno edited Revision 1. Comment: Added the "Other Languages" section. Edited tags list.

  • interesting.. :)

  • Horizon_Net edited Revision 3. Comment: added link to the german version

  • Horizon_Net edited Revision 4. Comment: added see also section

  • Horizon_Net edited Revision 5. Comment: changed heading formatting

  • Horizon_Net edited Revision 6. Comment: updated headings

  • Thanks, very useful information.

  • Luan.Moreno - SQL Soul edited Revision 8. Comment: Add Language portuguese in Other Languages

  • Fernando Lugão Veltem edited Revision 9. Comment: update font style

  • Use SQL express.. lol

  • Good Article.

  • Ed Price - MSFT edited Revision 10. Comment: Adding tags

  • Ed Price - MSFT edited Revision 11. Comment: White space formatting

  • Nice in a word

Page 1 of 2 (16 items) 12