Rename Spring Data Cassandra to Spring Data for Apache Cassandra.

Renaming to avoid confusion in identity as this project is intended to be used with Apache Cassandra and not a Spring Data Edition of Cassandra.
This commit is contained in:
Mark Paluch
2016-09-21 09:20:08 +02:00
parent 626fb03196
commit 59d1134c36
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ kramdown:
baseurl: /spring-data-cassandra
# Name of the project for display in places like page titles
name: Spring Data Cassandra
name: Spring Data for Apache Cassandra
# ID of the project in the metadata API at spring.io (if this is not a
# valid project ID the javascript widgets in the home page will not work)

View File

@@ -1,6 +1,6 @@
---
# The name of your project
title: Spring Data JPA
title: Spring Data for Apache Cassandra
badges:
@@ -40,13 +40,13 @@ badges:
{% capture billboard_description %}
The Apache Cassandra NoSQL Database offers many new capabilities for teams seeking a solution to handle high velocity, high volume and variable data flows. This new way of thinking introduces new concepts and a learning curve that can be intimidating to team members and team managers. Spring Data Cassandra offers a familiar interface to those who have used other Spring Data modules in the past.
The Apache Cassandra NoSQL Database offers many new capabilities for teams seeking a solution to handle high velocity, high volume and variable data flows. This new way of thinking introduces new concepts and a learning curve that can be intimidating to team members and team managers. Spring Data for Apache Cassandra offers a familiar interface to those who have used other Spring Data modules in the past.
{% endcapture %}
{% capture main_content %}
The learning curve for developing applications with Cassandra is significantly reduced when using Spring Data Cassandra. With the power to stay at a high level with annotated POJOS, or at a low level with high performance data ingestion capabilities, the Spring Data Cassandra templates are sure to meet every application need.
The learning curve for developing applications with Apache Cassandra is significantly reduced when using Spring Data for Apache Cassandra. With the power to stay at a high level with annotated POJOs, or at a low level with high performance data ingestion capabilities, the Spring Data for Apache Cassandra templates are sure to meet every application need.
## Features
@@ -57,6 +57,7 @@ The Apache Cassandra NoSQL Database offers many new capabilities for teams seeki
* JavaConfig and XML Support for all Cluster and Session Capabilities
* Exception Translation to the familiar Spring DataAccessException hierarchy
* Convenient QueryBuilders to eliminate the need to learn CQL
* Automatic implementation of Repository interfaces including support for custom query methods
* Based on the latest DataStax Enterprise CQL Java Driver
<span id="quick-start"></span>