- 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
推薦閱讀
- The Modern C++ Challenge
- Beginning C++ Game Programming
- Photoshop智能手機APP UI設(shè)計之道
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學(xué)習(xí)應(yīng)用
- Rake Task Management Essentials
- Python Game Programming By Example
- Java 9 Programming Blueprints
- Django:Web Development with Python
- HTML5入門經(jīng)典
- 利用Python進行數(shù)據(jù)分析
- Mastering openFrameworks:Creative Coding Demystified
- PLC應(yīng)用技術(shù)(三菱FX2N系列)
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- Unity 3D/2D移動開發(fā)實戰(zhàn)教程