You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2016/06/12 13:35:16 UTC

[Cassandra Wiki] Update of "GettingStarted" by JonathanEllis

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=109&rev2=110

  }}}
  
  == Write your Application ==
- To connect to Cassandra, you'll need a database driver for your language of choice. DataStax sponsors development of CQL drivers at https://github.com/datastax. A full list of CQL drivers can be found on the ClientOptions page.
+ To connect to Cassandra, you'll need a database driver for your language of choice. A full list of CQL drivers can be found on the ClientOptions page.
  
  When deciding how to design your schema and layout your data, it will be helpful to review the resources on how to DataModel.
  
- You may also want to read the [[http://www.datastax.com/documentation/cql/3.0/webhelp/index.html|full CQL documentation]].
+ You may also want to read the [[http://cassandra.apache.org/doc/cql3/CQL.html|full CQL documentation]].
  
  == 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.