Hey people. I'm sending this because I'm writing a client GUI for Windows. I've posted this at user mailing list, but now doing it here.
I've started developing it a couple of days ago in order to help me understand cassandra (just start learning it) and to do some stuff graphically. I'm developing it in .net 3.5 using Thrift. I've called it Crapssandra (because it's crappily developed)... here is it's project url: http://code.google.com/p/crapssandra Right now it can: - Connect to a cassandra server - List Keyspaces - Drop Keyspaces - Add keyspaces (with default options: replication factor = 1, Replication strategy = simple strategy, and no column families) - View some keyspace properties - View keyspace's column families with some properties. Next thing I'll do is to create column families with it's options... If anyone wants to participate, help is very welcome. -- DarĂo Bravo