How to write insert query in Cassandra

2010-01-28 Thread Mehar Chaitanya
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,

Re: How to write insert query in Cassandra

2010-01-28 Thread Jonathan Ellis
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