- 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
推薦閱讀
- Vue 3移動(dòng)Web開發(fā)與性能調(diào)優(yōu)實(shí)戰(zhàn)
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- Instant Zepto.js
- C#程序設(shè)計(jì)教程
- Swift 3 New Features
- Windows Presentation Foundation Development Cookbook
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- 案例式C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- Django實(shí)戰(zhàn):Python Web典型模塊與項(xiàng)目開發(fā)
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Unity 5.X從入門到精通
- Angular Design Patterns
- JavaScript Concurrency
- Mathematica Data Visualization
- Alfresco for Administrators