Cyclop - CQL3 web based editor

2013-12-11 Thread Maciej Miklas
Hi all,

This is the Cassandra mailing list, but I've developed something that is
strictly related to Cassandra, and some of you might find it useful, so
I've decided to send email to this group.

This is web based CQL3 editor. The idea is, to deploy it once and have
simple and comfortable CQL3 interface over web - without need to install
anything.

The editor itself supports code completion, not only based on CQL syntax,
but also based database content - so for example the select statement will
suggest tables from active keyspace, or in where closure only columns from
table provided after select from

The results are displayed in reversed table - rows horizontally and columns
vertically. It seems to be more natural for column oriented database.

You can also export query results to CSV, or add query as browser bookmark.

The whole application is based on wicket + bootstrap + spring and can be
deployed in any web 3.0 container.

Here is the project (open source): https://github.com/maciejmiklas/cyclop


Have a fun!
 Maciej


Re: Cyclop - CQL3 web based editor

2013-12-11 Thread Murali
Hi Maciej,
Thanks for sharing it.




On Wed, Dec 11, 2013 at 2:09 PM, Maciej Miklas mac.mik...@gmail.com wrote:

 Hi all,

 This is the Cassandra mailing list, but I've developed something that is
 strictly related to Cassandra, and some of you might find it useful, so
 I've decided to send email to this group.

 This is web based CQL3 editor. The idea is, to deploy it once and have
 simple and comfortable CQL3 interface over web - without need to install
 anything.

 The editor itself supports code completion, not only based on CQL syntax,
 but also based database content - so for example the select statement will
 suggest tables from active keyspace, or in where closure only columns from
 table provided after select from

 The results are displayed in reversed table - rows horizontally and
 columns vertically. It seems to be more natural for column oriented
 database.

 You can also export query results to CSV, or add query as browser bookmark.

 The whole application is based on wicket + bootstrap + spring and can be
 deployed in any web 3.0 container.

 Here is the project (open source): https://github.com/maciejmiklas/cyclop


 Have a fun!
  Maciej




-- 
Thanks,
Murali
99025-5


Re: Cyclop - CQL3 web based editor

2013-12-11 Thread Parth Patil
Hi Maciej,
This looks great! Thanks for building this.


On Wed, Dec 11, 2013 at 12:45 AM, Murali muralidharan@gmail.com wrote:

 Hi Maciej,
 Thanks for sharing it.




 On Wed, Dec 11, 2013 at 2:09 PM, Maciej Miklas mac.mik...@gmail.comwrote:

 Hi all,

 This is the Cassandra mailing list, but I've developed something that is
 strictly related to Cassandra, and some of you might find it useful, so
 I've decided to send email to this group.

 This is web based CQL3 editor. The idea is, to deploy it once and have
 simple and comfortable CQL3 interface over web - without need to install
 anything.

 The editor itself supports code completion, not only based on CQL syntax,
 but also based database content - so for example the select statement will
 suggest tables from active keyspace, or in where closure only columns from
 table provided after select from

 The results are displayed in reversed table - rows horizontally and
 columns vertically. It seems to be more natural for column oriented
 database.

 You can also export query results to CSV, or add query as browser
 bookmark.

 The whole application is based on wicket + bootstrap + spring and can be
 deployed in any web 3.0 container.

 Here is the project (open source): https://github.com/maciejmiklas/cyclop


 Have a fun!
  Maciej




 --
 Thanks,
 Murali
 99025-5




-- 
Best,
Parth


Re: Cyclop - CQL3 web based editor

2013-12-11 Thread Aaron Morton
thanks, looks handy. 

Cheers

-
Aaron Morton
New Zealand
@aaronmorton

Co-Founder  Principal Consultant
Apache Cassandra Consulting
http://www.thelastpickle.com

On 12/12/2013, at 6:16 am, Parth Patil parthpa...@gmail.com wrote:

 Hi Maciej,
 This looks great! Thanks for building this.
 
 
 On Wed, Dec 11, 2013 at 12:45 AM, Murali muralidharan@gmail.com wrote:
 Hi Maciej,
 Thanks for sharing it.
 
 
 
 
 On Wed, Dec 11, 2013 at 2:09 PM, Maciej Miklas mac.mik...@gmail.com wrote:
 Hi all,
 
 This is the Cassandra mailing list, but I've developed something that is 
 strictly related to Cassandra, and some of you might find it useful, so I've 
 decided to send email to this group.
 
 This is web based CQL3 editor. The idea is, to deploy it once and have simple 
 and comfortable CQL3 interface over web - without need to install anything.
 
 The editor itself supports code completion, not only based on CQL syntax, but 
 also based database content - so for example the select statement will 
 suggest tables from active keyspace, or in where closure only columns from 
 table provided after select from
 
 The results are displayed in reversed table - rows horizontally and columns 
 vertically. It seems to be more natural for column oriented database.
  
 You can also export query results to CSV, or add query as browser bookmark.
  
 The whole application is based on wicket + bootstrap + spring and can be 
 deployed in any web 3.0 container.
  
 Here is the project (open source): https://github.com/maciejmiklas/cyclop
 
 
 Have a fun!
 Maciej
 
 
 
 -- 
 Thanks,
 Murali
 99025-5
 
 
 
 
 -- 
 Best,
 Parth