Apache Cassandra
  • Getting Started
    • Installing Cassandra
    • Configuring Cassandra
    • Inserting and querying
    • Client drivers
  • Architecture
    • Overview
    • Dynamo
    • Storage Engine
    • Guarantees
  • Data Modeling
  • The Cassandra Query Language (CQL)
    • Definitions
    • Data Types
    • Data Definition
    • Data Manipulation
    • Secondary Indexes
    • Materialized Views
    • Security
    • Functions
    • JSON Support
    • Triggers
    • Appendices
    • Changes
  • Configuring Cassandra
    • Cassandra Configuration File
  • Operating Cassandra
    • Snitch
    • Adding, replacing, moving and removing nodes
    • Repair
    • Read repair
    • Hints
    • Compaction
    • Bloom Filters
    • Compression
    • Change Data Capture
    • Backups
    • Monitoring
    • Security
    • Hardware Choices
  • Cassandra Tools
    • cqlsh: the CQL shell
    • Nodetool
  • Troubleshooting
  • Frequently Asked Questions
  • Reporting bugs and contributing
  • Contact us
    • Mailing lists
    • IRC
 
Apache Cassandra
  • Docs »
  • Getting Started
  • View page source

Getting Started¶

This section covers how to get started using Apache Cassandra and should be the first thing to read if you are new to Cassandra.

  • Installing Cassandra
    • Prerequisites
    • Installation from binary tarball files
    • Installation from Debian packages
  • Configuring Cassandra
    • Main runtime properties
    • Changing the location of directories
    • Environment variables
    • Logging
  • Inserting and querying
    • CQLSH
    • Client drivers
  • Client drivers
    • Java
    • Python
    • Ruby
    • C# / .NET
    • Nodejs
    • PHP
    • C++
    • Scala
    • Clojure
    • Erlang
    • Go
    • Haskell
    • Rust
Next Previous

© Copyright 2016, The Apache Cassandra team.

Sphinx theme provided by Read the Docs