8000 GitHub - PacktPublishing/Seven-NoSQL-Databases-in-a-Week: Seven NoSQL Databases in a Week, published by Packt
[go: up one dir, main page]

Skip to content

PacktPublishing/Seven-NoSQL-Databases-in-a-Week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven-NoSQL-Databases-in-a-Week

This is the code repository for Seven NoSQL Databases in a Week, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This is the golden age of open source NoSQL databases. With enterprises having to work with large amounts of unstructured data and moving away from expensive monolithic architecture, the adoption of NoSQL databases is rapidly increasing. Being familiar with the popular NoSQL databases and knowing how to use them is a must for budding DBAs and developers.

This book introduces you to the different types of NoSQL databases and gets you started with seven of the most popular NoSQL databases used by enterprises today. We start off with a brief overview of what NoSQL databases are, followed by an explanation of why and when to use them. The book then covers the seven most popular databases in each of these categories: MongoDB, Amazon DynamoDB, Redis, HBase, Cassandra, InfluxDB, and Neo4j. The book doesn't go into too much detail about each database but teaches you enough to get started with them.

By the end of this book, you will have a thorough understanding of the different NoSQL databases and their functionalities, empowering you to select and use the right database according to your needs.

Instructions and Navigation

All of the code is organized into folders according to the chapter number. For example, Chapter07.

The code will look like the following:

var params = {

TableName: 'person',

Item: { 

    PersonID: 101,
    
    FirstName : "John",
    
    LastName : "Smith",
    
    Age : 27,
    
    Email : "john.smith@co.in"
    
}

};

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787288867

About

Seven NoSQL Databases in a Week, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0