- Mastering Apache Cassandra(Second Edition)
- Nishant Neeraj
- 279字
- 2021-07-23 19:55:06
Preface
Back in 2007, Twitter users would experience "fail whale" captioned with "Too many tweets..." occasionally. On August 03, 2013, Twitter posted a new high-tweet rate record: 143,199 per second, and we rarely saw the fail whale. Many things changed since 2007. People and things connected to the Internet have increased exponentially. Cloud computing and hardware on demand have become cheap and easily available. Distributed computing and the NoSQL paradigm have taken off with a plethora of freely available, robust, proven, and open source projects to store large datasets, process it, and visualize it. "Big Data" has become a cliché. With massive amounts of data that get generated at a very high speed via people or machines, our capability to store and analyze data has increased. Cassandra is one of the most successful data stores that scales linearly, is easy to deploy and manage, and is blazing fast.
This book is about Cassandra and its ecosystem. The aim of this book is to take you from the basics of Apache Cassandra to understand what goes on under the hood. The book has three broad goals. First, to help you take right design decisions and understand the patterns and antipatterns. Second, to enable you to manage infrastructure on a rainy day. Third, to introduce you to some of the tools that work with Cassandra to monitor and manage Cassandra and to analyze the big data that you have inside it.
This book does not take a purist approach, rather a practical one. You will come to know proprietary tools, GitHub projects, shell scripts, third-party monitoring tools, and enough references to go beyond and dive deeper if you want.
- C++程序設計教程
- Learning Python Web Penetration Testing
- Designing Machine Learning Systems with Python
- 計算思維與算法入門
- Spring 5.0 Microservices(Second Edition)
- 架構不再難(全5冊)
- jQuery EasyUI網站開發實戰
- SQL Server與JSP動態網站開發
- Test-Driven Machine Learning
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Java EE架構設計與開發實踐
- Python 3快速入門與實戰
- JavaScript高級程序設計(第4版)
- 大話程序員:從入門到優秀全攻略
- Learning GraphQL and Relay