1
- # DataStax C/C++ Driver for Apache Cassandra and DataStax Products
1
+ # DataStax C/C++ Driver for Apache Cassandra® and DataStax Products
2
2
3
3
A 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
5
5
Cassandra Query Language v3. This driver can also be used with other DataStax
6
6
products:
7
7
@@ -28,7 +28,7 @@ distribution:
28
28
29
29
## Upgrading
30
30
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
32
32
Enterprise (DSE) support is now available; using the DSE driver exclusively is no
33
33
longer required for DSE customers.
34
34
@@ -86,11 +86,11 @@ dependencies for a specific platform.
86
86
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and
87
87
Cassandra's native protocol. The current version works with:
88
88
89
- * Apache Cassandra versions 2.1, 2.2 and 3.0+
89
+ * Apache Cassandra® versions 2.1, 2.2 and 3.0+
90
90
* Architectures: 32-bit (x86) and 64-bit (x64)
91
91
* Compilers: GCC 4.1.2+, Clang 3.4+, and MSVC 2010/2012/2013/2015/2017/2019
92
92
93
- A complete compatibility matrix for both Apache Cassandra
93
+ A complete compatibility matrix for both Apache Cassandra®
94
94
and DataStax Enterprise can be found [ here] [ cpp-driver-compatability-matrix ] .
95
95
96
96
__ 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
208
208
CONDITIONS OF ANY KIND, either express or implied. See the License for the
209
209
specific language governing permissions and limitations under the License.
210
210
211
- [Apache Cassandra]: http://cassandra.apache.org
211
+ [Apache Cassandra® ]: http://cassandra.apache.org
212
212
[DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise
213
213
[Examples]: examples/
214
214
[download server]: http://downloads.datastax.com/cpp-driver/
0 commit comments