- 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.
- 零基礎學Visual C++第3版
- GAE編程指南
- DBA攻堅指南:左手Oracle,右手MySQL
- Web交互界面設計與制作(微課版)
- Python測試開發入門與實踐
- Apache Spark Graph Processing
- Mastering PHP Design Patterns
- Nginx Essentials
- Python Data Analysis(Second Edition)
- Express Web Application Development
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- SQL 經典實例
- RESTful Java Web Services(Second Edition)
- Swift 4從零到精通iOS開發
- Getting Started with Python and Raspberry Pi