Re: Reg:- Generate dummy data for Cassandra Tables

2017-06-05 Thread DuyHai Doan
Personally I'm using https://github.com/Marak/faker.js/ to generate various kind of dataset. That's the most comprehensive "free" data generator I've found so far but it's in JS. On Mon, Jun 5, 2017 at 7:13 AM, Jeff Jirsa wrote: > On 2017-06-04 20:03 (-0700), "@Nandan@"

Re: Reg:- Generate dummy data for Cassandra Tables

2017-06-04 Thread Jeff Jirsa
On 2017-06-04 20:03 (-0700), "@Nandan@" wrote: > Hi All, > > As I am creating oneself project for Cassandra Project in which I want to > insert some random dummy data into my tables. Jon @ TheLastPickle has a nice tool to do this:

Reg:- Generate dummy data for Cassandra Tables

2017-06-04 Thread @Nandan@
Hi All, As I am creating oneself project for Cassandra Project in which I want to insert some random dummy data into my tables. Please tell me how to do this as in distributive nature? Below is just an example :- Table1 :- videos create table videos(videoid uuid PRIMARY KEY,title text,tag