- Mastering Apache Cassandra(Second Edition)
- Nishant Neeraj
- 191字
- 2021-07-23 19:55:07
Chapter 1. Quick Start
Welcome to Cassandra and congratulations on choosing a database that beats most of the NoSQL databases in performance. Cassandra is a powerful database based on solid fundamentals of distributed computing and fail-safe design, and it is well-tested by companies such as Facebook, Twitter, and Netflix. Unlike conventional databases and some of the modern databases that use the master-slave pattern, Cassandra uses the all-nodes-the-same pattern; this makes the system free from a single point of failure. This chapter is an introduction to Cassandra. The aim is to get you through with a proof-of-concept project to set the right state of mind for the rest of the book.
With version 2, Cassandra has evolved into a mature database system. It is now easier to manage, and more developer-friendly compared to the previous versions. With CQL 3 and removal of super columns, it is less likely that a developer can go wrong with Cassandra. In the upcoming sections, we will model, program, and execute a simple blogging application to see Cassandra in action. If you have a beginner-level experience with Cassandra, you may opt to skip this chapter.
- Clojure Programming Cookbook
- Mastering AWS Lambda
- Drupal 8 Blueprints
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- 機器人Python青少年編程開發實例
- Elastic Stack應用寶典
- Mastering LibGDX Game Development
- The DevOps 2.4 Toolkit
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- ASP.NET 3.5程序設計與項目實踐
- Flutter跨平臺開發入門與實戰
- 深度學習:Java語言實現
- C語言程序設計
- Node.js開發指南
- Learning Node.js for .NET Developers