All Projects → alphagov → paas-aiven-broker

alphagov / paas-aiven-broker

Licence: MIT license
A service broker to provide Aiven Elasticsearch and InfluxDB services to Cloud Foundry users

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to paas-aiven-broker

paas-docker-cloudfoundry-tools
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  reliability-engineering, paas, cloud-foundry
Nucleus
Platform as a Service API abstraction layer.
Stars: ✭ 28 (+86.67%)
Mutual labels:  paas, cloud-foundry
Stratos
Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
Stars: ✭ 209 (+1293.33%)
Mutual labels:  paas, cloud-foundry
dokku-elasticsearch
an elasticsearch plugin for dokku
Stars: ✭ 82 (+446.67%)
Mutual labels:  paas
spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-13.33%)
Mutual labels:  cloud-foundry
uploadcare-ios
UploadcareKit: iOS SDK for Uploadcare API
Stars: ✭ 24 (+60%)
Mutual labels:  paas
antifreeze
Cloud Foundry CLI plugin to detect if an app doesn't match the manifest
Stars: ✭ 21 (+40%)
Mutual labels:  cloud-foundry
puppet-aptly
Puppet module for aptly
Stars: ✭ 31 (+106.67%)
Mutual labels:  reliability-engineering
deep cox mixtures
Code for the paper "Deep Cox Mixtures for Survival Regression", Machine Learning for Healthcare Conference 2021
Stars: ✭ 22 (+46.67%)
Mutual labels:  reliability-engineering
barcelona
PaaS built on top of AWS
Stars: ✭ 46 (+206.67%)
Mutual labels:  paas
tails
tails enables you to view, edit, and organize all your programming projects in one place
Stars: ✭ 20 (+33.33%)
Mutual labels:  paas
chanbroker
ChanBroker, a Broker for goroutine, is simliar to kafka
Stars: ✭ 61 (+306.67%)
Mutual labels:  broker
layer0
Build, Manage, and Deploy Your Applications
Stars: ✭ 40 (+166.67%)
Mutual labels:  paas
cloud-cap-multitenancy
SAP Cloud Application Programming Model (CAP) sample code project with multitenancy using service manager-created SAP HANA containers for tenant data isolation.
Stars: ✭ 33 (+120%)
Mutual labels:  cloud-foundry
cloud-cap-risk-management
The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Stars: ✭ 36 (+140%)
Mutual labels:  cloud-foundry
cloud-espm-cloud-native
Enterprise Sales and Procurement Model (ESPM) Cloud Native is a project that showcases how an application can be made resilient by implementing resilience design patterns. This application is developed using Spring Boot framework and can be deployed locally as well as on SAP BTP, Cloud Foundry environment.
Stars: ✭ 29 (+93.33%)
Mutual labels:  cloud-foundry
minio-boshrelease
MinIO release for http://bosh.io/
Stars: ✭ 31 (+106.67%)
Mutual labels:  cloud-foundry
dokku-http-auth
dokku plugin that gives the ability to manage HTTP basic auth for an application
Stars: ✭ 71 (+373.33%)
Mutual labels:  paas
distros.bid
A saas to create drupal websites in seconds using docker containers.
Stars: ✭ 16 (+6.67%)
Mutual labels:  paas
mssql-server-broker
Cloud Foundry service broker for Microsoft SQL Server
Stars: ✭ 13 (-13.33%)
Mutual labels:  broker

Aiven Service Broker

⚠️ When merging pull requests, please use the gds-cli or github_merge_sign ⚠️

This is an Open Service Broker API compliant service broker for services offered by https://aiven.io/.

Running

Provide a configuration file, such as the example configuration, and run main:

go run main.go -config examples/config.json

Testing

For unit testing run:

make unit

For integration testing you need to set environment variables (see provider/config.go for details) and run:

make integration

Note: integration testing uses the real Aiven API and therefore incurs a cost.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].