Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "GettingStarted" page has been changed by JonathanEllis: https://wiki.apache.org/cassandra/GettingStarted?action=diff&rev1=93&rev2=94 Comment: move multinode setup to after data modeling 1745 | john | smith 1746 | john | smith }}} + + == Write your application == + Review the resources on DataModeling. The full CQL documentation is [[http://www.datastax.com/documentation/cql/3.0/webhelp/index.html|here]]. + + DataStax sponsors development of the CQL drivers at https://github.com/datastax. The full list of CQL drivers is on the ClientOptions page. + == Configuring Multinode Clusters == Now you have single working Cassandra node. It is a Cassandra cluster which has only one node. By adding more nodes, you can make it a multi node cluster. @@ -147, +153 @@ If you don't yet have access to hardware for a real Cassandra cluster, you can manage local clusters easily with [[https://github.com/pcmanus/ccm|ccm]] (Cassandra Cluster Manager). - For more details about configuring multi node cluster, please refer to MultinodeCluster. - - == Write your application == - Review the resources on DataModeling. The full CQL documentation is [[http://www.datastax.com/documentation/cql/3.0/webhelp/index.html|here]]. - - DataStax sponsors development of the CQL drivers at https://github.com/datastax. The full list of CQL drivers is on the ClientOptions page. - <<Anchor(if_something_goes_wrong)>> - == If Something Goes Wrong == If you followed the steps in this guide and failed to get up and running, we'd love to help. Here's what we need.
