Skip to content

Commit bfdb08d

Browse files
committed
readme updates
1 parent e2fb7fd commit bfdb08d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--- STARTEXCLUDE --->
2-
# Getting Started with Apache Cassandra™ and Java using DataStax Astra
2+
# Getting Started with Apache Cassandra™ and Java using DataStax Astra DB
33
*50 minutes, Intermediate, [Start Building](https://github.com/DataStax-Examples/getting-started-with-astra-java#prerequisites)*
44

55
This provides an example REST backend built in Java using `Spring Boot` for use with the [Getting Started with Astra UI](https://github.com/DataStax-Examples/getting-started-with-astra-ui).
@@ -10,7 +10,7 @@ This provides an example REST backend built in Java using `Spring Boot` for use
1010

1111

1212
## Objectives
13-
* How to connect to Astra via the Secure Connect Bundle
13+
* How to connect to Astra DB via the Secure Connect Bundle
1414
* How to manage a Cassandra Session within a JAVA web application
1515

1616
## How this Works
@@ -68,9 +68,9 @@ Let's do some initial setup by creating a serverless(!) database.
6868
### Running on your local machine
6969
Make sure that you have:
7070
* Java 11+
71-
* An Astra compatible Java driver, instructions may be found [here](https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudConnectJavaDriver.html) to install this locally.
71+
* An Astra DB compatible Java driver, instructions may be found [here](https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudConnectJavaDriver.html) to install this locally.
7272
* An Astra database with the CQL schema located in [schema.cql](src/main/resources/schema.cql) already added.
73-
* The username, password, keyspace name, and secure connect bundle downloaded from your Astra Database. For information on how to obtain these credentials please read the documentation found [here](https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudObtainingCredentials.html).
73+
* The username, password, keyspace name, and secure connect bundle downloaded from your Astra DB. For information on how to obtain these credentials please read the documentation found [here](https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudObtainingCredentials.html).
7474

7575
This application is a Spring Boot web application. This sample can be run from the root directory using:
7676
```sh
@@ -97,5 +97,5 @@ To setup the UI to connect to Java backend define a `.env` file in the `getting-
9797
```sh
9898
BASE_ADDRESS=http://localhost:8080/api
9999
```
100-
Once you start that project with a `npm run build` it will point the UI to the backend API which will then be using Astra as a database. When you first connect to the UI, a dialog box will open asking for Astra connection information.
100+
Once you start that project with a `npm run build` it will point the UI to the backend API which will then be using Astra DB as a database. When you first connect to the UI, a dialog box will open asking for Astra DB connection information.
101101
<!--- ENDEXCLUDE --->

astra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Getting Started with Java + Spring + AstraDB",
2+
"name": "Getting Started with Java + Spring + Astra DB",
33
"description": "This provides an example REST backend built in Java using Spring Boot for use with the Getting Started with Astra UI.",
44
"duration": "50 minutes",
55
"skillLevel": "Intermediate",

0 commit comments

Comments
 (0)