Professional NoSQL /
Chapter 3: Interfacing and Interacting With NoSQL; If No SQL, then what?; Storing and accessing data; Storing data in and accessing data from MongoDB; Querying MongoDB; Storing data in and accessing data from redis; Querying redis; Storing data in and accessing data from HBase; Querying HBase; Stori...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley,
©2011.
|
Colección: | Programmer to programmer.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Professional NoSQL; Contents; Introduction; Part I: Getting started; Chapter 1: NoSQL: What it is and why you need It; Definition and introduction; Context and a bit of history; big data; Scalability; Definition and introduction; Sorted ordered column-oriented stores; Key/value stores; Document databases; Graph databases; Summary; Chapter 2: Hello NoSQL: Getting initial hands-on experience; First impressions
- Examining two simple examples; A simple set of persistent preferences data; Storing car make and model data; Working with language bindings; Mongodb's drivers; A first look at thrift.