Reference Guide

Table Of Contents
Figure 32 Application Directory Structure
Persistence
Distributed Persistence Overview
The SDN Controller provides a distributed persistence for applications in form of a Cassandra [10]
database node running on each controller instance. A team of controllers serves as a Cassandra
cluster. Cassandra provides the following benefit as a distributed database:
A distributed, peer-to-peer datastore with no single point of failure.
Automatic replication of data for improved reliability and availability.
An eventually-consistent view of the database from any node in the cluster.
Incremental, scale-out growth model.
Flexible schemas (column oriented keyspaces).
Hadoop integration for large-scale data processing.
SQL-like query support via Cassandra Query Language (CQL).
Distributed Persistence Use Case
The distributed persistence architecture is targeted at applications that have distributed active-
active requirements. Specifically, applications should use the distributed persistence framework if
they have one or more of following requirements:
85