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:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user