- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 軟件項目估算
- TypeScript Blueprints
- Java入門經(jīng)典(第6版)
- Power Up Your PowToon Studio Project
- Flink SQL與DataStream入門、進階與實戰(zhàn)
- 匯編語言程序設(shè)計(第2版)
- 秒懂設(shè)計模式
- Building an RPG with Unity 2018
- Android Native Development Kit Cookbook
- Linux:Embedded Development
- SQL基礎(chǔ)教程(第2版)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- 貫通Tomcat開發(fā)