This repository centralize all resources and examples that could be use with the OVHcloud Cloud Databases product
git clone https://github.com/ovh/public-cloud-databases-examples.git
cd public-cloud-databases-examples
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
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 | ✅ | ✅ | ✅ | ✅ | 🔧 |
- Documentation: https://docs.ovh.com/gb/en/publiccloud/databases/
- Contribute: https://github.com/ovh/public-cloud-databases-examples/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh/public-cloud-databases-examples/issues
- Discord: https://discord.gg/ZnF86Crdbf
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.