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.
- Host: GitHub
- URL: https://github.com/amaterazu7/scylladb-cppexamples
- Owner: Amaterazu7
- Created: 2020-07-16T01:49:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T17:06:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T05:16:06.185Z (over 1 year ago)
- Topics: cpp17, docker, docker-compose, scylladb
- Language: C++
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example C++ Project with a connection to ScyllaDB in Docker

* 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

* 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.