An open API service indexing awesome lists of open source software.

https://github.com/amaterazu7/scylladb-cppexamples

Example for C++ of ScyllaDB in Docker with a Cassandra connector.
https://github.com/amaterazu7/scylladb-cppexamples

cpp17 docker docker-compose scylladb

Last synced: 2 months ago
JSON representation

Example for C++ of ScyllaDB in Docker with a Cassandra connector.

Awesome Lists containing this project

README

          

# Example C++ Project with a connection to ScyllaDB in Docker

![Image ScyllaDB](https://www.scylladb.com/wp-content/uploads/test-drive-fast-mascot@2x-1-300x164.png)

* https://university.scylladb.com/courses/using-scylla-drivers/lessons/cpp-driver-part-1/

We download the *[cpp-driver](https://github.com/datastax/cpp-driver)* here and created a binary seeking the steps there.


# All the corresponding documentation here

![Image University](https://university.scylladb.com/wp-content/uploads/2020/01/1200x628-scylla-drivers.png)

* https://docs.scylladb.com/
* https://github.com/datastax/cpp-driver


# License

© DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.