Apache Cassandra is an open source, distributed, decentralized database management system designed to handle large amounts of structured data across a distributed system. It provides high availability with no single point of failure and scales both horizontally and vertically. Cassandra uses a column-oriented model and was influenced by Amazon's Dynamo and Google's Bigtable.