Re: Planning to Use Cassandra

2016-07-09 Thread Melinda Zoe
Thank you so much, Paul. This is extremely useful information for me. The new content will come from websites (brief program information i.e. just titles and times) that will be copy/paste into a text file. I've thought about other alternatives but I'd rather have a clean database and put in the

Re: Planning to Use Cassandra

2016-07-09 Thread Paul Fife
Hello Melinda, 1. My recommendation is to script your database creation instead of copying database files around. You could use code executing statements via a driver, or simply write a CQL script and execute with CQLSH to create your schema and possibly some minimal data set if needed. This is a

Planning to Use Cassandra

2016-07-09 Thread Melinda Zoe
Hello Group, I’m ready tohave a go at Cassandra. I have two questions as I plan everything out: 1.   If I create the database on Mac OS, what is theprocess for migrating it to another environment like Windows? This concerns mebecause I’m not sure who will host me later. Is it as simple as copyin