copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Apache Cassandra | Apache Cassandra Documentation Apache Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance
Apache Cassandra | Apache Cassandra Documentation Since it is a distributed database, Cassandra can (and usually does) have multiple nodes A node represents a single instance of Cassandra These nodes communicate with one another through a protocol called gossip, which is a process of computer peer-to-peer communication
Apache Cassandra | Apache Cassandra Documentation You can start Cassandra with sudo service cassandra start and stop it with sudo service cassandra stop However, normally the service will start automatically For this reason be sure to stop it if you need to make any configuration changes Verify that Cassandra is running by invoking nodetool status from the command line
Welcome to Apache Cassandra’s documentation! | Apache Cassandra . . . This is the official documentation for Apache Cassandra If you would like to contribute to this documentation, you are welcome to do so by submitting your contribution like any other patch following these instructions
Apache Cassandra | Apache Cassandra Documentation Read through the Cassandra Basics to learn main concepts and how Cassandra works at a high level To understand Cassandra in more detail, head over to the Docs Browse through the Case Studies to learn how other users in our worldwide community are getting value out of Cassandra
Installing Cassandra | Apache Cassandra Documentation Install the RPM build on CentOS and RHEL-based distributions if you want to install Cassandra using YUM Install the Debian build on Ubuntu and other Debian-based distributions if you want to install Cassandra using APT
Overview | Apache Cassandra Documentation Cassandra was initially designed at Facebook using a staged event-driven architecture (SEDA) This initial design implemented a combination of Amazon’s Dynamo distributed storage and replication techniques and Google’s Bigtable data and storage engine model
Overview | Apache Cassandra Documentation Apache Cassandra powers mission-critical deployments with improved performance and unparalleled levels of scale in the cloud
Configuring Cassandra | Apache Cassandra Documentation Cassandra’s default configuration file, cassandra yaml, is sufficient to explore a simple single-node cluster However, anything beyond running a single-node cluster locally requires additional configuration to various Cassandra configuration files
Getting Started | Apache Cassandra Documentation Additional information This section covers how to get started using Apache Cassandra and should be the first thing to read if you are new to Cassandra