@@ -5,7 +5,7 @@ A modern, feature-rich and highly tunable C/C++ client library for
55Cassandra Query Language v3. This driver can also be used with other DataStax
66products:
77
8- * [ DataStax Enterprise]
8+ * DataStax Enterprise (DSE)
99* [ DataStax Astra]
1010
1111## Getting the Driver
@@ -15,7 +15,6 @@ the driver (for multiple operating systems and multiple architectures) can be
1515obtained from our [ Artifactory server] . Binaries are available for the following
1616operating systems:
1717
18- * CentOS 7
1918* Rocky Linux 8.8
2019* Rocky Linux 9.2
2120* Ubuntu 20.04
@@ -29,27 +28,8 @@ The driver depends on the following libraries:
2928* zlib
3029
3130The version of OpenSSL and zlib provided with each Linux distribution above can be used
32- to build the driver. A version of libuv > 1.x is provided for CentOS 7 and Rocky
33- Linux; this can be found under the ` dependencies ` directory for each platform.
34- Packages for all three dependencies are provided for Windows distributions.
35-
36- ## Upgrading for DSE
37-
38- Starting with Apache Cassandra C/C++ Driver v2.15.0, DataStax
39- Enterprise (DSE) support is now available; using the DSE driver exclusively is no
40- longer required for DSE customers.
41-
42- ### For DSE driver users
43-
44- Linking changes will be required when migrating to this driver. Replace ` -ldse ` with ` -lcassandra ` .
45-
46- ### For Cassandra driver users
47-
48- No changes will be required when upgrading to this driver. There will be new
49- driver dependencies when using any of the binary versions obtained from our
50- [ Artifactory server] as [ Kerberos] is utilized in the [ DSE features] of this
51- driver. See the [ installation] section for more information on obtaining the
52- dependencies for a specific platform.
31+ to build the driver. A version of libuv > 1.x is provided for Rocky Linux under the
32+ ` dependencies ` directory. Packages for all three dependencies are provided for Windows distributions.
5333
5434## Features
5535
@@ -101,7 +81,6 @@ Both 32-bit (x86) and 64-bit (x64) architectures are supported
10181
10282We build and test the driver on the following platforms:
10383
104- * CentOS 7 w/ gcc 4.8.5
10584* Rocky Linux 8.8 w/ gcc 8.5.0
10685* Rocky Linux 9.2 w/ gcc 11.3.1
10786* Ubuntu 20.04 w/ gcc 9.4.0
@@ -122,8 +101,8 @@ __Disclaimer__: DataStax products do not support big-endian systems.
122101
123102## Getting Help
124103
125- * JIRA: [ jira ]
126- * Mailing List: [ mailing list ]
104+ * Quality bug reports are welcome at the [ CASSCPP project ] of the ASF JIRA
105+ * You can talk about the driver, ask questions and get help in the #cassandra-drivers channel on [ ASF Slack ]
127106
128107## Examples
129108
@@ -206,22 +185,18 @@ int main(int argc, char* argv[]) {
206185}
207186```
208187
209- ## Links
210-
188+ [API]: http://docs.datastax.com/en/developer/cpp-driver/latest/api
189+ [ASF Slack]: https://the-asf.slack.com/
211190[Apache Cassandra®]: http://cassandra.apache.org
212- [DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
213- [Examples]: examples/
214191[Artifactory server]: https://datastax.jfrog.io/artifactory/cpp-php-drivers/cpp-driver/builds
215- [GitHub]: https://github.com/datastax/cpp-driver
216- [cpp-driver-compatability-matrix]: https://docs.datastax.com/en/driver-matrix/docs/cpp-drivers.html
217- [Home]: http://docs.datastax.com/en/developer/cpp-driver/latest
218- [API]: http://docs.datastax.com/en/developer/cpp-driver/latest/api
219- [Getting Started]: http://docs.datastax.com/en/developer/cpp-driver/latest/topics
220192[Building]: http://docs.datastax.com/en/developer/cpp-driver/latest/topics/building
221- [jira ]: https://datastax-oss.atlassian.net/browse/CPP
222- [mailing list ]: https://groups.google.com/a/lists. datastax.com/forum/#!forum/ cpp-driver-user
193+ [CASSCPP project ]: https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSCPP%20ORDER%20BY%20key%20DESC
194+ [cpp-driver-compatability-matrix ]: https://docs. datastax.com/en/driver-matrix/docs/ cpp-drivers.html
223195[DataStax Astra]: https://astra.datastax.com
224- [Kerberos]: https://web.mit.edu/kerberos
196+ [Examples]: examples/
197+ [Getting Started]: http://docs.datastax.com/en/developer/cpp-driver/latest/topics
198+ [GitHub]: https://github.com/apache/cassandra-cpp-driver
199+ [Home]: http://docs.datastax.com/en/developer/cpp-driver/latest
225200
226201[Asynchronous API]: https://docs.datastax.com/en/developer/cpp-driver/latest/topics/#futures
227202[Simple]: https://docs.datastax.com/en/developer/cpp-driver/latest/topics/#executing-queries
@@ -252,4 +227,3 @@ int main(int argc, char* argv[]) {
252227[DSE Proxy Authentication]: http://docs.datastax.com/en/developer/cpp-driver/latest/dse_features/authentication/#proxy-authentication
253228[DSE Proxy Execution]: http://docs.datastax.com/en/developer/cpp-driver/latest/dse_features/authentication/#proxy-execution
254229[DSE DateRange]: https://github.com/datastax/cpp-driver/blob/master/examples/dse/date_range/date_range.c
255- [DSE features]: http://docs.datastax.com/en/developer/cpp-driver/latest/dse_features
0 commit comments