/public-cloud-databases-examples

OVHcloud Public Cloud Databases Training examples

Primary LanguageHCLApache License 2.0Apache-2.0

Examples of use of OVHcloud Cloud Databases

githubbanner

Maintenance

This repository centralize all resources and examples that could be use with the OVHcloud Cloud Databases product

Installation

Get the sources

git clone https://github.com/ovh/public-cloud-databases-examples.git

cd public-cloud-databases-examples

Read and experiment the tutorials

The tutorials are categorised by database engine, then language and finally example type. They all embedded a Dockerfile so you can try it with a simple build and run of it, by setting the environment variable URI to connect to the database.

databases/
└── postgresql
    └── bash
        └── hello-world
            ├── Dockerfile
            └── example

Available examples

Engine Example bash python php golang terraform
Mongodb hello-world
Mysql hello-world
Postgresql hello-world
Redis™ hello-world 🔧
Kafka hello-world
Opensearch hello-world 🔧
Cassandra hello-world
M3DB hello-world 🔧

Related links

License

Copyright 2021 OVH SAS

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.