<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>couchdb on chrismoos</title>
    <link>/tags/couchdb/</link>
    <description>Recent content in couchdb on chrismoos</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020 Chris Moos</copyright>
    <lastBuildDate>Sat, 21 Feb 2009 18:47:08 +0000</lastBuildDate><atom:link href="/tags/couchdb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CouchDB and Pylons: User Registration and Login</title>
      <link>/2009/02/21/couchdb-and-pylons-user-registration-and-login/</link>
      <pubDate>Sat, 21 Feb 2009 18:47:08 +0000</pubDate>
      
      <guid>/2009/02/21/couchdb-and-pylons-user-registration-and-login/</guid>
      <description>In the previous tutorial, we learned how to get CouchDB and Pylons up and running, as well as create a simple page counter. Now we are going to implement a simple user authentication system. This tutorial will teach you how to use formencode to validate forms and CouchDB to store our user data.
Let&amp;rsquo;s start by creating a new pylons project and some controllers.
$ paster create -t pylons userdemo $ cd userdemo $ paster controller main $ paster controller auth Also, delete public/index.</description>
    </item>
    
    <item>
      <title>CouchDB and Pylons: Getting Started</title>
      <link>/2009/02/03/couchdb-and-pylons-getting-started/</link>
      <pubDate>Tue, 03 Feb 2009 18:25:33 +0000</pubDate>
      
      <guid>/2009/02/03/couchdb-and-pylons-getting-started/</guid>
      <description>CouchDB is very cool(it&amp;rsquo;s built on erlang), and with Pylons, it is even cooler.
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Normally a Pylons web application will use some sort of RDBMS for storing data and persistence &amp;ndash; such as MySQL or PostgreSQL. I&amp;rsquo;ve decided to go a different route and integrate Pylons with CouchDB. Right now there is a Python library, couchdb-python, that will help us communicate with our CouchDB&amp;rsquo;s HTTP/JSON api.</description>
    </item>
    
    <item>
      <title>MoosTrax will return.</title>
      <link>/2009/01/24/moostrax-will-return./</link>
      <pubDate>Sat, 24 Jan 2009 22:21:50 +0000</pubDate>
      
      <guid>/2009/01/24/moostrax-will-return./</guid>
      <description>Yes, I recently made a post saying that MoosTrax will be going away forever. Due to all the comments and feedback, it is obvious to me that there are many people that enjoyed the service &amp;ndash; so I&amp;rsquo;m going to bring it back.
I&amp;rsquo;m moving my database backend from CouchDB to MySQL, so my issues with CouchDB won&amp;rsquo;t prevent me from providing MoosTrax. I have been working a lot on migrating the site and fixing it up&amp;hellip;so I really hope to have it up in the next week or so.</description>
    </item>
    
    <item>
      <title>Hasta la vista, MoosTrax.</title>
      <link>/2009/01/20/hasta-la-vista-moostrax./</link>
      <pubDate>Tue, 20 Jan 2009 16:42:56 +0000</pubDate>
      
      <guid>/2009/01/20/hasta-la-vista-moostrax./</guid>
      <description>UPDATE 01/21/09:
Okay, okay. A lot of you seem to like the site...I&#39;m going to bring it back. Moving back to MySQL though. Stay tuned. Well, it was a fun while it lasted. Unfortunately, I&amp;rsquo;ve decided to close the doors of MoosTrax permanently.
It started with BlackBerryTracker.com, which I had set up in Fall of 2007, to provide a site to track BlackBerry GPS-enabled devices. Prior to starting the site I had got my first BlackBerry, the 8800, and also my first GPS enabled phone.</description>
    </item>
    
  </channel>
</rss>
