File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Cassandra Query Language v3. This driver can also be used with other DataStax
8
8
products:
9
9
10
10
* [ DataStax Enterprise]
11
- * [ DataStax Constellation ]
11
+ * [ DataStax Astra ]
12
12
13
13
## Getting the Driver
14
14
@@ -82,7 +82,7 @@ dependencies for a specific platform.
82
82
* [ DSE geospatial types]
83
83
* DSE [ proxy authentication] [ DSE Proxy Authentication ] and [ proxy execution] [ DSE Proxy Execution ]
84
84
* [ DSE DateRange]
85
- * Support for [ DataStax Constellation ] Cloud Data Platform
85
+ * Support for [ DataStax Astra ] Cloud Data Platform
86
86
87
87
## Compatibility
88
88
@@ -229,7 +229,7 @@ specific language governing permissions and limitations under the License.
229
229
[ubuntu-16-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies
230
230
[ubuntu-18-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies
231
231
[windows-dependencies]: http://downloads.datastax.com/cpp-driver/windows/dependencies
232
- [DataStax Constellation ]: https://constellation .datastax.com
232
+ [DataStax Astra ]: https://astra .datastax.com
233
233
[Kerberos]: https://web.mit.edu/kerberos
234
234
235
235
[Asynchronous API]: http://datastax.github.io/cpp-driver/topics/#futures
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ __\*\*__ Use the `CASS_USE_OPENSSL` CMake option to enable/disable OpenSSL
40
40
within the driver; defaults to ` On ` .
41
41
42
42
__ \*\*\* __ Use the ` CASS_USE_ZLIB ` CMake option to enable/disable zlib support.
43
- Disabling this option will disable DataStax Constellation support
43
+ Disabling this option will disable DataStax Astra support
44
44
within the driver; defaults to ` On ` .
45
45
46
46
## Linux/Mac OS
Original file line number Diff line number Diff line change 1
1
# Cloud
2
2
3
- ## Connecting to your [ DataStax Apollo database on Constellation ] using a secure connection bundle
3
+ ## Connecting to [ DataStax Astra Database-as-a-Service ] using a secure connection bundle
4
4
5
5
Use the following code snippet to connect your database:
6
6
43
43
**Note:** `cass_cluster_set_contact_points()` and `cass_cluster_set_ssl()` should not used
44
44
in conjunction with `cass_cluster_set_cloud_secure_connection_bundle()`.
45
45
46
- [DataStax Apollo database on Constellation ]: https://constellation .datastax.com/
46
+ [DataStax Astra Database-as-a-Service ]: https://astra .datastax.com/
You can’t perform that action at this time.
0 commit comments