You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://cwiki.apache.org/confluence/display/CASSANDRA2/DataModel[Row store] means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.
9
9
10
-
For more information, see http://cassandra.apache.org/[the Apache Cassandra web site].
10
+
For more information, see https://cassandra.apache.org/[the Apache Cassandra web site].
11
11
12
12
Requirements
13
13
------------
@@ -18,7 +18,7 @@ Getting started
18
18
---------------
19
19
20
20
This short guide will walk you through getting a basic one node cluster up
21
-
and running, and demonstrate some simple reads and writes. For a more-complete guide, please see the Apache Cassandra website's http://cassandra.apache.org/doc/latest/getting_started/[Getting Started Guide].
21
+
and running, and demonstrate some simple reads and writes. For a more-complete guide, please see the Apache Cassandra website's https://cassandra.apache.org/doc/4.1/cassandra/getting_started/index.html[Getting Started Guide].
22
22
23
23
First, we'll unpack our archive:
24
24
@@ -79,5 +79,5 @@ Wondering where to go from here?
79
79
* Join us in #cassandra on the https://s.apache.org/slack-invite[ASF Slack] and ask questions
80
80
* Subscribe to the Users mailing list by sending a mail to
81
81
user-subscribe@cassandra.apache.org
82
-
* Visit the http://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
83
-
* Visit the http://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.
82
+
* Visit the https://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
83
+
* Visit the https://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.
0 commit comments