Azure Cluster Support

Hello,

Stardog supports cluster management with AWS.

Is there any current plan/roadmap to support Azure as well?

Thank you,
Charbel.

Charbel,

We do not have an automated deployment tool for Azure like we do for AWS, however you can certainly still run the cluster on Azure VMs.

John

Hi John,

How hard is it to run Graivton on Azure since Packer and Terraform are Azure compatible?

Thank you

The tools definitely work on both clouds, however the configuration that they require (particularly for terraform) is quite different depending on the cloud. Note the differences between:

https://www.terraform.io/docs/providers/aws/index.html
and
https://www.terraform.io/docs/providers/azurerm/index.html

There are quite a few scripts and other details that could be reused but in general it would require creating new terraform configuration scripts that target azure. Once we have that the graviton logic that surrounds those scripts could be fairly easily leveraged.

John

Hello, Any update on Azure Cluster Support? It the situation same as Nov'17 when original question was posted? Thanks

The information in the latest reply is still the most up-to-date. Seeing as this is one of our open-source projects (GitHub - stardog-union/stardog-graviton: Stardog Graviton has been deprecated. Please see our helm charts for similar functionality on Kubernetes.), we always welcome PRs!