Re: State Of: CQL

2011-03-20 Thread Joseph Bowman
How about Prophecy? That was Cassandra's talent. For short it could be CPL or PL. Cassandra Prophecy Language On Mar 20, 2011 10:10 AM, "Jeremy Hanna" wrote:

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

2010-04-09 Thread Joseph Bowman
I don't really consider any hello world benchmarks valid, you'd want to investigate what your implementation would entail in different frameworks and do mini-benchmarks to validate which is faster. But, if it's just a web framework, as Brandon said, I doubt performance will matter to any great degr

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

2010-04-09 Thread Joseph Bowman
A little different approach than Twisted, a lot less 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: > > > > Is it somehow similar

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

2010-04-09 Thread Joseph Bowman
Well Tornado is light weight, it is it's own web server as well, so no need to run something like apache in front of it, and is a nice light framework. It's an eventd style process, so supports lots of connections very well, which would give you more flexibility is designing clients to work with it

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

2010-04-09 Thread Joseph Bowman
great! I'm also thinking on Lazyboy, and a restful > interface. I'll take a look at it. > > > > On Fri, Apr 9, 2010 at 1:10 PM, Joseph Bowman > wrote: > > Way back when I wanted to try and use node.js and Cassandra, I started > work > > on a restful

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

2010-04-09 Thread Joseph Bowman
Way back when I wanted to try and use node.js and Cassandra, I started work on a restful interface using Tornado and Lazyboy. I've since moved on from that idea and the project is way out of date, but you can see what I had done at this project on github - http://github.com/joerussbowman/jsondra O