You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Benoit Chesneau <bc...@gmail.com> on 2011/05/08 16:58:59 UTC

[ann] couchapp 0.8.0 is out

Hi all,

Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is
a simple tool designed to structure standalone CouchDB application
development for maximum application portability.

You can download it on github [1] or just install it as usual via pypi
[2]. More informations about this release are available on the couchapp
ml [3] .

enjoy,

- benoît

Links:
------
[1] https://github.com/couchapp/couchapp/downloads
[2] http://pypi.python.org/pypi/Couchapp/0.8.0
[3] http://groups.google.com/group/couchapp/msg/d5b15122bf3d7b5d

Re: [ann] couchapp 0.8.0 is out

Posted by Kinley Dorji <ki...@gmail.com>.
Cool. Thanks Benoit.

On Sun, May 8, 2011 at 8:58 PM, Benoit Chesneau <bc...@gmail.com> wrote:
> Hi all,
>
> Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is
> a simple tool designed to structure standalone CouchDB application
> development for maximum application portability.
>
> You can download it on github [1] or just install it as usual via pypi
> [2]. More informations about this release are available on the couchapp
> ml [3] .
>
> enjoy,
>
> - benoît
>
> Links:
> ------
> [1] https://github.com/couchapp/couchapp/downloads
> [2] http://pypi.python.org/pypi/Couchapp/0.8.0
> [3] http://groups.google.com/group/couchapp/msg/d5b15122bf3d7b5d
>

Re: [ann] couchapp 0.8.0 is out

Posted by Benoit Chesneau <bc...@gmail.com>.
On Mon, May 9, 2011 at 9:49 AM, Volker Mische <vo...@gmail.com> wrote:
> On 09/05/11 03:33, Dave Cottlehuber wrote:
>> Hi Andrew,
>>
>> there are at least 4 "Couch App" frameworks out there, all doing
>> things slightly differently. Not all of them allow replicating/cloning
>> from filesystem -> couch and back again, not all of them use couchapp
>> js internally, each with different languages / dependencies / plugins.
>>
>> https://github.com/couchapp/couchapp
>> https://github.com/quirkey/soca
>> https://github.com/caolan/kanso
>> https://github.com/glesperance/node-rocket
>>
>> All worth a look & no doubt there's more.
>
> For example https://github.com/mikeal/node.couchapp.js
>
> Cheers,
>  Volker
>
or curl.

Re: [ann] couchapp 0.8.0 is out

Posted by Volker Mische <vo...@gmail.com>.
On 09/05/11 03:33, Dave Cottlehuber wrote:
> Hi Andrew,
> 
> there are at least 4 "Couch App" frameworks out there, all doing
> things slightly differently. Not all of them allow replicating/cloning
> from filesystem -> couch and back again, not all of them use couchapp
> js internally, each with different languages / dependencies / plugins.
> 
> https://github.com/couchapp/couchapp
> https://github.com/quirkey/soca
> https://github.com/caolan/kanso
> https://github.com/glesperance/node-rocket
> 
> All worth a look & no doubt there's more.

For example https://github.com/mikeal/node.couchapp.js

Cheers,
  Volker

Re: [ann] couchapp 0.8.0 is out

Posted by Dave Cottlehuber <da...@muse.net.nz>.
On 9 May 2011 10:17, Andrew Stuart (SuperCoders)
<an...@supercoders.com.au> wrote:
> It's still a little unclear to me - is couchapp a tool for developing
> couchdb applications locally and automatically deploying them to a couchdb
> server, or is couchapp the concept of developing applications in which there
> is no middle tier between client and couchdb?  Or is couchapp not two
> separate concepts but both of these things combined sharing the same name?

Yes - Check the archives for earlier discussions on this point.

> If these things are separate concepts is there any value in considering a
> new name for one or the other such as "couchbuilder" and "couchapp".
>
> as

Hi Andrew,

there are at least 4 "Couch App" frameworks out there, all doing
things slightly differently. Not all of them allow replicating/cloning
from filesystem -> couch and back again, not all of them use couchapp
js internally, each with different languages / dependencies / plugins.

https://github.com/couchapp/couchapp
https://github.com/quirkey/soca
https://github.com/caolan/kanso
https://github.com/glesperance/node-rocket

All worth a look & no doubt there's more.

A+
Dave

Re: [ann] couchapp 0.8.0 is out

Posted by Benoit Chesneau <bc...@gmail.com>.
On Mon, May 9, 2011 at 12:17 AM, Andrew Stuart (SuperCoders)
<an...@supercoders.com.au> wrote:
> It's still a little unclear to me - is couchapp a tool for developing
> couchdb applications locally and automatically deploying them to a couchdb
> server, or is couchapp the concept of developing applications in which there
> is no middle tier between client and couchdb?  Or is couchapp not two
> separate concepts but both of these things combined sharing the same name?

yes historical reason, couchapp is old. The script was written before
the term was coined.

>
> If these things are separate concepts is there any value in considering a
> new name for one or the other such as "couchbuilder" and "couchapp".
>

This have been already discussed in the past and even recently on the
couchapp ml when I asked, and the conclusion was that this change
wasn't needed.  I don't think it's really needed anyway, it's a little
too late and not really needed. Depending on the context one mean
applications embedded in couch, the other a tool :)

- benoît

Re: [ann] couchapp 0.8.0 is out

Posted by "Andrew Stuart (SuperCoders)" <an...@supercoders.com.au>.
It's still a little unclear to me - is couchapp a tool for developing  
couchdb applications locally and automatically deploying them to a  
couchdb server, or is couchapp the concept of developing applications  
in which there is no middle tier between client and couchdb?  Or is  
couchapp not two separate concepts but both of these things combined  
sharing the same name?

If these things are separate concepts is there any value in  
considering a new name for one or the other such as "couchbuilder" and  
"couchapp".

as


On 09/05/2011, at 12:58 AM, Benoit Chesneau wrote:

Hi all,

Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is
a simple tool designed to structure standalone CouchDB application
development for maximum application portability.

You can download it on github [1] or just install it as usual via pypi
[2]. More informations about this release are available on the couchapp
ml [3] .

enjoy,

- benoît

Links:
------
[1] https://github.com/couchapp/couchapp/downloads
[2] http://pypi.python.org/pypi/Couchapp/0.8.0
[3] http://groups.google.com/group/couchapp/msg/d5b15122bf3d7b5d
-- 
Message  protected by MailGuard: e-mail anti-virus, anti-spam and  
content filtering.http://www.mailguard.com.au/mg
Click here to report this message as spam:
https://login.mailguard.com.au/report/1CgtuBHE4d/21LBoQZ4KrJg1O5kitBEbz/0