Skip to content

Commit

Permalink
Remove 2.x build status
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Feb 11, 2016
1 parent 95fae45 commit 852da8b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Priam

2.x status:
[![Build Status](https://travis-ci.org/Netflix/Priam.svg?branch=2.x)](https://travis-ci.org/Netflix/Priam)

3.x status:
[![Build Status](https://travis-ci.org/Netflix/Priam.svg?branch=3.x)](https://travis-ci.org/Netflix/Priam)

Priam is a process/tool that runs alongside Apache Cassandra to automate the following:
Expand All @@ -15,16 +11,16 @@ Priam is a process/tool that runs alongside Apache Cassandra to automate the fol

Apache Cassandra is a highly available, column oriented database: http://cassandra.apache.org.

The name 'Priam' refers to the King of Troy in Greek mythology, who was the father of Cassandra.
The name 'Priam' refers to the King of Troy in Greek mythology, who was the father of Cassandra.

Priam is actively developed and used at Netflix.
Priam is actively developed and used at Netflix.

Features:
- Token management using SimpleDB
- Support multi-region Cassandra deployment in AWS via public IP.
- Automated security group update in multi-region environment.
- Backup SSTables from local ephemeral disks to S3.
- Uses Snappy compression to compress backup data on the fly.
- Uses Snappy compression to compress backup data on the fly.
- Backup throttling
- Pluggable modules for future enhancements (support for multiple data storage).
- APIs to list and restore backup data.
Expand Down

0 comments on commit 852da8b

Please sign in to comment.