What If I were to deploy this in AWS? Is there a straightforward way to
allocate resource in AWS and tell Cassandra about them?
thanks
On Thursday, June 4, 2020, 03:10:11 AM PDT, Cédrick Lunven
wrote:
Hello,
Having Cassandra in Docker is nice because you don't have anything to ins
Hello,
Having Cassandra in Docker is nice because you don't have anything to
install.
Cassandra can be installed in multiple ways but this is tarball and as such
not for windows.
The Docker hub website is very detailed about what are the options you can
usem which ports to open (as stated by Rh
Personally, I'd recommend learning Docker on its own or Cassandra on its
own. I wouldn't try to do it at the same time if you're new to both
technologies. It's hard enough as it is for experienced users. If you're
using both and you run into issues, you will find it difficult to know
whether the pr
specify the RF with a CREATE/ALTER KEYSPACE
command.
From: Manu Chadha
Sent: 03 June 2020 08:04
To: user@cassandra.apache.org
Subject: Cassandra and Docker
Hi
I want to run Cassandra within Docker. I am new to both to be honest.
1. Is it better to use Cassandra within Docker or is it
I forgot to mention, I am on Windows 10
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Manu Chadha
Sent: Wednesday, June 3, 2020 7:04:03 AM
To: user@cassandra.apache.org
Subject: Cassandra and Docker
Hi
I want
Hi
I want to run Cassandra within Docker. I am new to both to be honest.
1. Is it better to use Cassandra within Docker or is it better to
install/run Cassandra directly on a VM in the cloud?
2. Is there a Docker image for Cassandra (for 3.11.4) which I can pull/use?
3. How will data b