1- # DataStax C/C++ Driver for Apache Cassandra and DataStax Products
1+ # DataStax C/C++ Driver for Apache Cassandra® and DataStax Products
22
33A modern, feature-rich and highly tunable C/C++ client library for
4- [ Apache Cassandra] 2.1+ using exclusively Cassandra's binary protocol and
4+ [ Apache Cassandra® ] 2.1+ using exclusively Cassandra's binary protocol and
55Cassandra Query Language v3. This driver can also be used with other DataStax
66products:
77
@@ -28,7 +28,7 @@ distribution:
2828
2929## Upgrading
3030
31- Starting with DataStax C/C++ driver for Apache Cassandra v2.15.0, DataStax
31+ Starting with DataStax C/C++ driver for Apache Cassandra® v2.15.0, DataStax
3232Enterprise (DSE) support is now available; using the DSE driver exclusively is no
3333longer required for DSE customers.
3434
@@ -86,11 +86,11 @@ dependencies for a specific platform.
8686This driver works exclusively with the Cassandra Query Language v3 (CQL3) and
8787Cassandra's native protocol. The current version works with:
8888
89- * Apache Cassandra versions 2.1, 2.2 and 3.0+
89+ * Apache Cassandra® versions 2.1, 2.2 and 3.0+
9090* Architectures: 32-bit (x86) and 64-bit (x64)
9191* Compilers: GCC 4.1.2+, Clang 3.4+, and MSVC 2010/2012/2013/2015/2017/2019
9292
93- A complete compatibility matrix for both Apache Cassandra
93+ A complete compatibility matrix for both Apache Cassandra®
9494and DataStax Enterprise can be found [ here] [ cpp-driver-compatability-matrix ] .
9595
9696__ Disclaimer__ : DataStax products do not support big-endian systems.
@@ -208,7 +208,7 @@ under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
208208CONDITIONS OF ANY KIND, either express or implied. See the License for the
209209specific language governing permissions and limitations under the License.
210210
211- [Apache Cassandra]: http://cassandra.apache.org
211+ [Apache Cassandra® ]: http://cassandra.apache.org
212212[DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
213213[Examples]: examples/
214214[download server]: http://downloads.datastax.com/cpp-driver/
0 commit comments