There is a tutorial here:

 * http://www.sodeso.nl/?p=80

This page includes data inserts:

 * http://www.sodeso.nl/?p=251

Like:

c.setColumn(new Column("email".getBytes("utf-8"), "ronald (at)
sodeso.nl".getBytes("utf-8"), timestamp))
columns.add(c);

The Sample code is attached to that blog post.

On Wed, Apr 14, 2010 at 9:23 PM, Nirmala Agadgar <nirmala...@gmail.com> wrote:
> Hi,
>
> I want to insert data into Cassandra programmatically in a loop.
> Also  i'm a newbie to Linux world and Github. Started to work on Linux  for
> only reason to implement Cassandra.Digging Cassandra for last on week.How to
> insert data in cassandra and test it?
> Can anyone help me out on this?
>
> -
> Nimala
>

Reply via email to