Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-11-12 Thread Aklin_81
Is there a way to configure the serializers to use while showing up the
stored data ??


Thanks
Aklin

On Tue, Nov 1, 2011 at 5:02 PM, Aditya Narayan ady...@gmail.com wrote:

 Yes that would be pretty nice feature to see!



 On Mon, Oct 31, 2011 at 10:45 PM, Ertio Lew ertio...@gmail.com wrote:

 Thanks so much SebWajam  for this great piece of work!

 Is there a way to set a data type for displaying the column names/ values
 of a CF ? It seems that your project always uses String Serializer for
 any piece of data however most of the times in real world cases this is not
 true so can we anyhow configure what serializer to use while reading the
 data so that the data may be properly identified by your project 
 delivered in a readable format ?


 On Mon, Aug 22, 2011 at 7:17 AM, SebWajam sebast...@wajam.com wrote:

 Hi,

 I'm working on this project for a few months now and I think it's mature
 enough to post it here:
 Cassandra Cluster Admin on 
 GitHubhttps://github.com/sebgiroux/Cassandra-Cluster-Admin

 Basically, it's a GUI for Cassandra. If you're like me and used MySQL
 for a while (and still using it!), you get used to phpMyAdmin and its
 simple and easy to use user interface. I thought it would be nice to have a
 similar tool for Cassandra and I couldn't find any, so I build my own!

 Supported actions:

- Keyspace manipulation (add/edit/drop)
- Column Family manipulation (add/edit/truncate/drop)
- Row manipulation on column family and super column family
(insert/edit/remove)
- Basic data browser to navigate in the data of a column family
(seems to be the favorite feature so far)
- Support Cassandra 0.8+ atomic counters
- Support management of multiple Cassandra clusters

 Bug report and/or pull request are always welcome!

 --
 View this message in context: Cassandra Cluster Admin - phpMyAdmin for
 Cassandrahttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6709930.html
 Sent from the cassandra-u...@incubator.apache.org mailing list 
 archivehttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/at
  Nabble.com.






Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-11-01 Thread Aditya Narayan
Yes that would be pretty nice feature to see!



On Mon, Oct 31, 2011 at 10:45 PM, Ertio Lew ertio...@gmail.com wrote:

 Thanks so much SebWajam  for this great piece of work!

 Is there a way to set a data type for displaying the column names/ values
 of a CF ? It seems that your project always uses String Serializer for
 any piece of data however most of the times in real world cases this is not
 true so can we anyhow configure what serializer to use while reading the
 data so that the data may be properly identified by your project 
 delivered in a readable format ?


 On Mon, Aug 22, 2011 at 7:17 AM, SebWajam sebast...@wajam.com wrote:

 Hi,

 I'm working on this project for a few months now and I think it's mature
 enough to post it here:
 Cassandra Cluster Admin on 
 GitHubhttps://github.com/sebgiroux/Cassandra-Cluster-Admin

 Basically, it's a GUI for Cassandra. If you're like me and used MySQL for
 a while (and still using it!), you get used to phpMyAdmin and its simple
 and easy to use user interface. I thought it would be nice to have a
 similar tool for Cassandra and I couldn't find any, so I build my own!

 Supported actions:

- Keyspace manipulation (add/edit/drop)
- Column Family manipulation (add/edit/truncate/drop)
- Row manipulation on column family and super column family
(insert/edit/remove)
- Basic data browser to navigate in the data of a column family
(seems to be the favorite feature so far)
- Support Cassandra 0.8+ atomic counters
- Support management of multiple Cassandra clusters

 Bug report and/or pull request are always welcome!

 --
 View this message in context: Cassandra Cluster Admin - phpMyAdmin for
 Cassandrahttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6709930.html
 Sent from the cassandra-u...@incubator.apache.org mailing list 
 archivehttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/at 
 Nabble.com.





Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-10-31 Thread Ertio Lew
Thanks so much SebWajam  for this great piece of work!

Is there a way to set a data type for displaying the column names/ values
of a CF ? It seems that your project always uses String Serializer for
any piece of data however most of the times in real world cases this is not
true so can we anyhow configure what serializer to use while reading the
data so that the data may be properly identified by your project 
delivered in a readable format ?

On Mon, Aug 22, 2011 at 7:17 AM, SebWajam sebast...@wajam.com wrote:

 Hi,

 I'm working on this project for a few months now and I think it's mature
 enough to post it here:
 Cassandra Cluster Admin on 
 GitHubhttps://github.com/sebgiroux/Cassandra-Cluster-Admin

 Basically, it's a GUI for Cassandra. If you're like me and used MySQL for
 a while (and still using it!), you get used to phpMyAdmin and its simple
 and easy to use user interface. I thought it would be nice to have a
 similar tool for Cassandra and I couldn't find any, so I build my own!

 Supported actions:

- Keyspace manipulation (add/edit/drop)
- Column Family manipulation (add/edit/truncate/drop)
- Row manipulation on column family and super column family
(insert/edit/remove)
- Basic data browser to navigate in the data of a column family (seems
to be the favorite feature so far)
- Support Cassandra 0.8+ atomic counters
- Support management of multiple Cassandra clusters

 Bug report and/or pull request are always welcome!

 --
 View this message in context: Cassandra Cluster Admin - phpMyAdmin for
 Cassandrahttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6709930.html
 Sent from the cassandra-u...@incubator.apache.org mailing list 
 archivehttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/at 
 Nabble.com.



Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-08-22 Thread SebWajam
And thank you for your feedback! :)

--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6711556.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.


Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-08-22 Thread André Fiedler
Hey, that´s awesome great! Keep on that work! I love it! :o)

2011/8/22 SebWajam sebast...@wajam.com

 And thank you for your feedback! :)

 --
 View this message in context:
 http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6711556.html
 Sent from the cassandra-u...@incubator.apache.org mailing list archive at
 Nabble.com.



Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-08-21 Thread SebWajam
Hi,


I'm working on this project for a few months now and I think it's mature
enough to post it here:


https://github.com/sebgiroux/Cassandra-Cluster-Admin Cassandra Cluster Admin
on GitHub 

Basically, it's a GUI for Cassandra. If you're like me and used MySQL for a
while (and still using it!), you get used to phpMyAdmin and its simple and
easy to use user interface. I thought it would be nice to have a similar
tool for Cassandra and I couldn't find any, so I build my own!


Supported actions: 



Keyspace manipulation (add/edit/drop)

Column Family manipulation (add/edit/truncate/drop)

Row manipulation on column family and super column family
(insert/edit/remove)

Basic data browser to navigate in the data of a column family (seems to be
the favorite feature so far)

Support Cassandra 0.8+ atomic counters

Support management of multiple Cassandra clusters


Bug report and/or pull request are always welcome!


--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6709930.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Re: Cassandra Cluster Admin - phpMyAdmin for Cassandra

2011-08-21 Thread Yan Chunlu
just tried it and it works like a charming!  thanks a lot for the great
work!



On Mon, Aug 22, 2011 at 9:47 AM, SebWajam sebast...@wajam.com wrote:

 Hi,

 I'm working on this project for a few months now and I think it's mature
 enough to post it here:
 Cassandra Cluster Admin on 
 GitHubhttps://github.com/sebgiroux/Cassandra-Cluster-Admin

 Basically, it's a GUI for Cassandra. If you're like me and used MySQL for a
 while (and still using it!), you get used to phpMyAdmin and its simple and
 easy to use user interface. I thought it would be nice to have a similar
 tool for Cassandra and I couldn't find any, so I build my own!

 Supported actions:

- Keyspace manipulation (add/edit/drop)
- Column Family manipulation (add/edit/truncate/drop)
- Row manipulation on column family and super column family
(insert/edit/remove)
- Basic data browser to navigate in the data of a column family (seems
to be the favorite feature so far)
- Support Cassandra 0.8+ atomic counters
- Support management of multiple Cassandra clusters

 Bug report and/or pull request are always welcome!

 --
 View this message in context: Cassandra Cluster Admin - phpMyAdmin for
 Cassandrahttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Cluster-Admin-phpMyAdmin-for-Cassandra-tp6709930p6709930.html
 Sent from the cassandra-u...@incubator.apache.org mailing list 
 archivehttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/at 
 Nabble.com.