Netflix/Priam

We are trying to use priam against local cassandra without Amazon cloud integration. Is there any help?

Closed this issue · 3 comments

How do i run priam, ? as a web application or a standalone jar?. Any documents please.

I don't see any web artifacts to run. I deployed the war , but looks like it needs more web resources. Where can i get it.

I think you can run either as war or as jar-with-embedded-jetty.

I will say that you won't get far with the "without Amazon cloud" aspect, as the current form of Priam expects to be launched in an Amazon ASG. Full stop. That said, you could provide alternative implementations of the various interfaces for another cloud provider. But you're almost certainly going to be mapping it to a cloud provider, as it's about configuring C* nodes within the context of some kind of operating environment.

Priam is the one component I disable when doing off-cloud dev instances.

Hope this of some use to you.

Thanks Joe,

We plan to run a shell script to take snapshot on demand.

On Aug 11, 2014, at 12:18 PM, Joe Hohertz notifications@github.com wrote:

I think you can run either as war or as jar-with-embedded-jetty.

I will say that you won't get far with the "without Amazon cloud" aspect, as the current form of Priam expects to be launched in an Amazon ASG. Full stop. That said, you could provide alternative implementations of the various interfaces for another cloud provider. But you're almost certainly going to be mapping it to a cloud provider, as it's about configuring C* nodes within the context of some kind of operating environment.

Priam is the one component I disable when doing off-cloud dev instances.

Hope this of some use to you.


Reply to this email directly or view it on GitHub.

Priam is a web application that you can run under Tomcat or Jetty. Priam can also help you to take a Cassandra snapshot and backup to an S3 location so you don't need a shell script for this.