@@ -7,14 +7,13 @@ driver is configured in an application and that you will need to obtain a *secur
7
7
### Prerequisites
8
8
9
9
1 . [ Download] [ Download Maven ] and [ install] [ Install Maven ] Maven.
10
- 2 . Create an Astra database on [ GCP] [ Create an Astra database - GCP ] or
11
- [ AWS ] [ Create an Astra database - AWS ] ; alternatively, have a team member provide access to their
12
- Astra database (instructions for [ GCP] [ Access an Astra database - GCP ] and
13
- [ AWS ] [ Access an Astra database - AWS ] ) to obtain database connection details.
10
+ 2 . Create an Astra database on [ AWS/Azure/ GCP] [ Create an Astra database - AWS/Azure/ GCP ] ;
11
+ alternatively, have a team member provide access to their
12
+ Astra database (instructions for [ AWS/Azure/ GCP] [ Access an Astra database - AWS/Azure/ GCP ] to
13
+ obtain database connection details.
14
14
3 . Download the secure connect bundle (instructions for
15
- [ GCP] [ Download the secure connect bundle - GCP ] and
16
- [ AWS] [ Download the secure connect bundle - AWS ] ), that contains connection information such as
17
- contact points and certificates.
15
+ [ AWS/Azure/GCP] [ Download the secure connect bundle - AWS/Azure/GCP ] , that contains connection
16
+ information such as contact points and certificates.
18
17
19
18
### Procedure
20
19
@@ -125,11 +124,8 @@ public class Main {
125
124
126
125
[ Download Maven ] : https://maven.apache.org/download.cgi
127
126
[ Install Maven ] : https://maven.apache.org/install.html
128
- [ Create an Astra database - GCP ] : https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudGettingStarted.html#dscloudCreateCluster
129
- [ Create an Astra database - AWS ] : https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudGettingStarted.html#dscloudCreateCluster
130
- [ Access an Astra database - GCP ] : https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudShareClusterDetails.html
131
- [ Access an Astra database - AWS ] : https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudShareClusterDetails.html
132
- [ Download the secure connect bundle - GCP ] : https://docs.datastax.com/en/astra/gcp/doc/dscloud/astra/dscloudObtainingCredentials.html
133
- [ Download the secure connect bundle - AWS ] : https://docs.datastax.com/en/astra/aws/doc/dscloud/astra/dscloudObtainingCredentials.html
127
+ [ Create an Astra database - AWS/Azure/GCP ] : https://docs.datastax.com/en/astra/docs/creating-your-astra-database.html
128
+ [ Access an Astra database - AWS/Azure/GCP ] : https://docs.datastax.com/en/astra/docs/obtaining-database-credentials.html#_sharing_your_secure_connect_bundle
129
+ [ Download the secure connect bundle - AWS/Azure/GCP ] : https://docs.datastax.com/en/astra/docs/obtaining-database-credentials.html
134
130
[ minimal project structure ] : ../core/integration/#minimal-project-structure
135
131
[ driver documentation ] : ../core/configuration/
0 commit comments