i believe cassandra_browser in contrib/ can do inserts with a gui, but
it's nowhere near as mature as what you would see for mysql.

you will also want to read http://wiki.apache.org/cassandra/API and
http://wiki.apache.org/cassandra/ClientExamples and probably
http://wiki.apache.org/cassandra/ThriftInterface

On Thu, Jan 28, 2010 at 7:24 AM, Mehar Chaitanya
<meharchaita...@gmail.com> wrote:
>
> Hi All
>
> I have configured Cassandra in my PC
>
> I want to insert some data into it is there any graphical interface for
> doing this like we do in Mysql with hep GUI tools etc..,
>
> Suppose I want to insert a data like below How can i do that
>
>
> UserList = {
>         John: {
>         username: "john",
>         email: "j...@blah.com"
>             },
>         Smith: {
>         username: "smith",
>         email: "sm...@blah.com"
>             }
>     }
>
>
> Can any one help me
>
> --
> The difference between possible and impossible lies in person's
> determination.
>
> Thanks&Regards,
> Mehar Chaitanya Bandaru,
> Software Engineer,
> S cubes IT Solutions India Pvt. Ltd.,
> http://www.scubian.com
> (W) +91 4040307821,
> (Cell) +91 9440 999 262,
> #4-1-319, 2nd Floor, Abids Road, Hyderabad - 01.
>

Reply via email to