Re: admin web UI

2010-05-04 Thread Pablo Cuadrado
Of course, it would very nice to have some tool out of the box. For the 2nd point, an external tool can be fast enough to know what's happening now. There could be a cluster monitoring part, and a per-node monitoring interface, from the same tool. That was my goal at least... On Tue, May 4, 2010

Re: admin web UI

2010-05-04 Thread Pablo Cuadrado
Anthony, very nice to see this, this is exactly the kind of thing I've started on a web UI! I'll try to get more things done this week and post it somewhere for those who are interested. On Tue, May 4, 2010 at 2:49 PM, Anthony Molinaro wrote: > And just to show you what the dashboards look like

Re: admin web UI

2010-05-04 Thread Pablo Cuadrado
Hi! I was working on a separate monitoring client, and not a per-node approach. At the time, we talked on having a single server that queries the nodes on a Cassandra cluster. There's some discussions on the list, about technologies being used, etc. I was pretty busy these last weeks (and some da

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-14 Thread Pablo Cuadrado
of asynchronous modules in Pylons with Cogen or a WSGI asynchronous framework. Hopefully, the communication modules (between the UI and the APIs) would be encapsulated enough to be independent from the UI implementation. Thanks to all of you for your opinions! On Tue, Apr 13, 2010 at 6:28 PM, Pablo

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
People: The "votation" is not relevant, the discussion is, and the reasons that support each vote. And those are itself part of the research I'm doing, and it surely will help in making the decision. But, they are an important part, because I didn't want to make a decision in "solo", since this i

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
we might have > considered it instead. > > Thanks > -Todd > > On Tue, Apr 13, 2010 at 12:51 PM, Pablo Cuadrado > wrote: > >> Yes, in the big picture, I guess Pylons has a greater community and >> adoption. >> >> On Tue, Apr 13, 2010 at 4:47 PM, Miguel Ve

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
se managers to handle a lot of >> the object code. >> > >> > Ray Slakinski >> > >> > On 2010-04-13, at 2:15 PM, Pablo Cuadrado wrote: >> > >> >> Pylons +4 >> >> Tornado +2 >> >> Django +1 >> >> Und

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
Pylons +4 Tornado +2 Django +1 Undetermined +2 Do I smell Pylons? :) On Tue, Apr 13, 2010 at 3:13 PM, Brandon Williams wrote: > On Tue, Apr 13, 2010 at 1:09 PM, Pablo Cuadrado > wrote: > >> Well, so far we are: >> >> Pylons +3 >> Tornado +2 >> Django +1

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
going on Tornado. I don't have experience > with Pylons. > > -Original Message- > From: Pablo Cuadrado > Date: Tue, 13 Apr 2010 14:33:11 > To: ; > Subject: Re: python web framework suggestions (for Cassandra Web UI) needed > > David: > > Personally, I&#x

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
opefully nothing other than a Cassandra connection > to run. > > -Original Message----- > From: Pablo Cuadrado > Date: Fri, 9 Apr 2010 11:55:46 > To: > Subject: python web framework suggestions (for Cassandra Web UI) needed > > Hi! > > I made a proposal ab

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-13 Thread Pablo Cuadrado
nefit out of them, having in mind that the UI will be querying API methods for nodes in an entire cluster sometimes. Here's some info about various servers including Tornado: http://nichol.as/asynchronous-servers-in-python On Mon, Apr 12, 2010 at 9:05 AM, Pablo Cuadrado wrote: > So far

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-12 Thread Pablo Cuadrado
t; wsgiref from the standard library. > > Anyway, I'm not sure if that helps or makes things more confusing :) > > Thanks, > Eric Florenzano > > On Fri, Apr 9, 2010 at 10:23 AM, Pablo Cuadrado > wrote: > >> It is indeed a web framework, and made for sys admins

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
as Brandon said, I doubt performance will matter to any great > degree. You'd be more concerned about Cassandra's performance, which is > pretty darn good. > > On Fri, Apr 9, 2010 at 1:07 PM, Brandon Williams wrote: > >> On Fri, Apr 9, 2010 at 12:04 PM, Pablo Cu

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
ss there, and yea no > thrift generator, but if you plan on using Lazyboy you'd be fine. > > On Fri, Apr 9, 2010 at 12:59 PM, Brandon Williams wrote: > >> On Fri, Apr 9, 2010 at 11:57 AM, Pablo Cuadrado > >wrote: >> >> > Joseph: >> > >> &

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
ventd style process, so supports lots of connections very well, > which would give you more flexibility is designing clients to work with it. > > http://www.tornadoweb.org/ > > On Fri, Apr 9, 2010 at 12:51 PM, Pablo Cuadrado > wrote: > >> Gabriele: >> >> Yes,

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
want something scalable for adding features on next versions of the UI. Sessions, IMHO, are useful in many ways on web interfaces, for example, in user authentication (which the UI should have), preferences, etc. On Fri, Apr 9, 2010 at 1:42 PM, gabriele renzi wrote: > On Fri, Apr 9, 2010 at 4:55 P

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
y coupled components... >> >> On Apr 9, 2010, at 10:23 AM, Gary Dusbabek wrote: >> >>> I like pylons.  Easy templating and relatively light weight.  In my >>> experience, it was easier to get something working in pylons than >>> django, but I am impatient

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
ry Dusbabek wrote: >> >>  I like pylons.  Easy templating and relatively light weight.  In my >>> experience, it was easier to get something working in pylons than >>> django, but I am impatient. >>> >>> Gary. >>> >>> >>>

python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread Pablo Cuadrado
Hi! I made a proposal about building a Cassandra Web UI. One of it's main components, will be Python on the server side. However, as Gary D. pointed out, it will be interesting to get your opinions on which framework to use. I suggested Django for being well-known and largely documented, but any

JMX-REST interface working!

2010-04-01 Thread Pablo Cuadrado
Hi there! In a first progressive step, I managed to adapt a simple (yet effective) REST interface I've found at: http://blogs.sun.com/jmxnetbeans/entry/restful_access_to_jmx_instrumentation The example was connecting to the first MBean server found on the virtual machine, so it was showing many

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Many thanks for the guidance Gabriele! This kind of feedback is just what you're talking about! On Wed, Mar 31, 2010 at 10:24 AM, gabriele renzi wrote: > On Wed, Mar 31, 2010 at 3:03 PM, Pablo Cuadrado > wrote: > > >  Please tell me if some kind of "formal"

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
wrote: > On Wed, Mar 31, 2010 at 08:03, Pablo Cuadrado wrote: >> >> This is a great date to start thinking around, from April's 1st to 5th >> we have the easter holidays down here, so a lot of free time. >> >> Please tell me if some kind of "formal"

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
nagement operations that are available (e.g. nodetool, use jconsole > to see what exposed in JMX, etc.). > > Gary. > > On Wed, Mar 31, 2010 at 06:33, Pablo Cuadrado wrote: >> Hi! >> >> I would like to know more about the: "Create a dazzling web ui for >>

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
I forgot to mention: I'm interested in the issue, even if it's "outside" the Google SoC! I would really like to push my skills to it. Anyway, in Argentina, SoC happens to be on winter. ;) On Wed, Mar 31, 2010 at 8:33 AM, Pablo Cuadrado wrote: > Hi! > > I woul

Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Hi! I would like to know more about the: "Create a dazzling web ui for Cassandra" issue, since, it fits my profile (IMHO). I'm a Computer Science undergraduate student in Rosario, Argentina; and I also run my own company (a "very small" business), which develops websites and mainly, web-based app