The Artima Developer Community
Sponsored Link

Agile Buzz Forum
CouchDB

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
CouchDB Posted: Aug 20, 2008 10:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: CouchDB
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

I was listening to the latest FLOSS Weekly, and Randal was talking about CouchDB - which sounded pretty cool. It's a simple object database with a Rest interface. So, I went ahead and started building a Smalltalk interface to it. That was pretty easy - I've got the following commands working (I was noodling while watching "Eureka"):


Interface new getDatabases.
Interface new createDB: 'mydb'.  
Interface new getDatabaseInformation: 'mydb'
Interface new deleteDB: 'myDB'.  

To try it out (or chip in), just load the CouchDB package from the public Store.

If you're on a Mac, the best way to get started with CouchDB is CouchDBX.

Technorati Tags:

Read: CouchDB

Topic: Source Control on a Podcast Previous Topic   Next Topic Topic: Agile2008: The natural laws of software development

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use