- Learning Apache Cassandra
- Mat Brown
- 161字
- 2021-07-23 20:34:46
Chapter 1. Getting Up and Running with Cassandra
As an application developer, you have almost certainly worked with databases extensively. You must have built products using relational databases like MySQL and PostgreSQL, and perhaps experimented with a document store like MongoDB or a key-value database like Redis. While each of these tools has its strengths, you will now consider whether a distributed database like Cassandra might be the best choice for the task at hand.
In this chapter, we'll talk about the major reasons to choose Cassandra from among the many database options available to you. Having established that Cassandra is a great choice, we'll go through the nuts and bolts of getting a local Cassandra installation up and running. By the end of this chapter, you'll know:
- When and why Cassandra is a good choice for your application
- How to install Cassandra on your development machine
- How to interact with Cassandra using cqlsh
- How to create a keyspace
推薦閱讀
- Advanced Splunk
- 移動(dòng)UI設(shè)計(jì)(微課版)
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Leap Motion Development Essentials
- DevOps入門與實(shí)踐
- Scratch真好玩:教小孩學(xué)編程
- Implementing Cisco Networking Solutions
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- iOS應(yīng)用逆向工程(第2版)
- Instant Ext.NET Application Development
- Clojure for Java Developers
- Elasticsearch Essentials
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Magento 2 Beginners Guide