ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

[Proposal] Mesos Deploy Support #7160

Open BERA opened 6 years ago

BERA commented 6 years ago

Add the functionality to deploy Ballerina apps directly to Apache Mesos in the same way as is available to Docker and Kuberners.

anuruddhal commented 6 years ago

Hi @Bera, thank you very much for reaching out to us. We don't have built-in support for Mesos as of now. But this can easily implement it by writing a compiler extension. Since Ballerina is open source, you can write this and send a PR to Ballerina if you like as well.

Please refer following links where you can get an idea about how to implement a compiler extension. https://ballerina.io/learn/how-to-extend-ballerina/#create-custom-annotations-builder-extensions

Refer kubernetes and docker extensions as well. https://github.com/ballerinax/kubernetes https://github.com/ballerinax/docker

Also please refer the contributing guide as well.

Please join our Slack channels so you can ask any question you have from Ballerina developers.