File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
88products:
99
1010* [ DataStax Enterprise]
11- * [ DataStax Constellation ]
11+ * [ DataStax Astra ]
1212
1313## Getting the Driver
1414
@@ -82,7 +82,7 @@ dependencies for a specific platform.
8282 * [ DSE geospatial types]
8383 * DSE [ proxy authentication] [ DSE Proxy Authentication ] and [ proxy execution] [ DSE Proxy Execution ]
8484 * [ DSE DateRange]
85- * Support for [ DataStax Constellation ] Cloud Data Platform
85+ * Support for [ DataStax Astra ] Cloud Data Platform
8686
8787## Compatibility
8888
@@ -229,7 +229,7 @@ specific language governing permissions and limitations under the License.
229229[ubuntu-16-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies
230230[ubuntu-18-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies
231231[windows-dependencies]: http://downloads.datastax.com/cpp-driver/windows/dependencies
232- [DataStax Constellation ]: https://constellation .datastax.com
232+ [DataStax Astra ]: https://astra .datastax.com
233233[Kerberos]: https://web.mit.edu/kerberos
234234
235235[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
4040 within the driver; defaults to ` On ` .
4141
4242__ \*\*\* __ 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
4444 within the driver; defaults to ` On ` .
4545
4646## Linux/Mac OS
Original file line number Diff line number Diff line change 11# Cloud
22
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
44
55 Use the following code snippet to connect your database:
66
4343 **Note:** `cass_cluster_set_contact_points()` and `cass_cluster_set_ssl()` should not used
4444 in conjunction with `cass_cluster_set_cloud_secure_connection_bundle()`.
4545
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