<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe Lennon &#187; Books</title>
	<atom:link href="http://www.joelennon.ie/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joelennon.ie</link>
	<description>Rants, Raves &#38; Recommendations</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Beginning CouchDB is out now</title>
		<link>http://www.joelennon.ie/2009/12/14/beginning-couchdb-is-out-now/</link>
		<comments>http://www.joelennon.ie/2009/12/14/beginning-couchdb-is-out-now/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:11:08 +0000</pubDate>
		<dc:creator>Joe Lennon</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apress]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[joe]]></category>
		<category><![CDATA[lennon]]></category>

		<guid isPermaLink="false">http://www.joelennon.ie/?p=371</guid>
		<description><![CDATA[My book &#8220;Beginning CouchDB&#8221; is now available in the United States, and should be available internationally in the coming days. The final manuscript comes in at exactly 300 pages, and features everything you need to know to get started with the Apache CouchDB database &#8211; from installing it on Mac OS X or Linux to [...]]]></description>
			<content:encoded><![CDATA[<p>My book &#8220;Beginning CouchDB&#8221; is now available in the United States, and should be available internationally in the coming days. The final manuscript comes in at exactly 300 pages, and features everything you need to know to get started with the Apache CouchDB database &#8211; from installing it on Mac OS X or Linux to creating applications that work with CouchDB data using JavaScript, Python and Ruby. The following are links to Websites where you can purchase the book:</p>
<p><a title="Amazon.com" href="http://www.amazon.com/Beginning-CouchDB-Joe-Lennon/dp/1430272376/">Amazon.com</a><br />
<a title="Barnes &amp; Noble" href="http://search.barnesandnoble.com/Beginning-CouchDB/Joe-Lennon/e/9781430272373/">Barnes &amp; Noble</a><br />
<a title="Borders" href="http://www.borders.com/online/store/TitleDetail?sku=1430272376">Borders</a><br />
<a title="Books-A-Million" href="http://www.booksamillion.com/product/9781430272373?id=4608056240569">Books-A-Million</a><br />
<a title="Amazon.co.uk" href="http://www.amazon.co.uk/Beginning-CouchDB-J-Lennon/dp/1430272376/">Amazon.co.uk</a><br />
<a title="Waterstones" href="http://www.waterstones.com/waterstonesweb/products/j-+lennon/beginning+couchdb/6912218/">Waterstones</a><br />
<a title="WHSmith" href="http://www.whsmith.co.uk/CatalogAndSearch/ProductDetails.aspx?productID=9781430272373">WHSmith</a><br />
<a title="Apress" href="http://www.apress.com/book/view/9781430272373">Apress (Buy e-Book Version for $27.99)</a></p>
<p>The following is the Table of Contents for the completed work:</p>
<ul>
<li>About the Author</li>
<li>About the Technical Reviewer</li>
<li>Acknowledgements</li>
<li>Introduction</li>
<li>Part 1: Getting Started
<ul>
<li>Chapter 1: Introduction to CouchDB
<ul>
<li>What is CouchDB?</li>
<li>CouchDB: The Story So Far</li>
<li>Document-Oriented Databases</li>
<li>CouchDB Documents</li>
<li>The JavaScript View Engine</li>
<li>Restful HTTP API</li>
<li>Futon</li>
<li>So&#8230;Now What?</li>
</ul>
</li>
<li>Chapter 2: Installing CouchDB on Linux
<ul>
<li>Installing CouchDB on Ubuntu Linux 8.10</li>
<li>Installing CouchDB on Fedora Linux Using yum</li>
<li>Building CouchDB (and Prerequisites) from Source Code
<ul>
<li>Building Erlang</li>
<li>Building libcurl</li>
<li>Building ICU</li>
<li>Building Spidermonkey</li>
<li>Building Subversion</li>
<li>Building CouchDB</li>
</ul>
</li>
</ul>
</li>
<li>Chapter 3: Installing CouchDB on Mac OS X
<ul>
<li>Installing the Xcode Developer Tools</li>
<li>Installing Macports</li>
<li>Installing CouchDB</li>
<li>CouchDBX: A One-Click CouchDB Package for Mac OS X</li>
</ul>
</li>
<li>Chapter 4: Creating Your First CouchDB Database
<ul>
<li>Tools of the Trade</li>
<li>HTTP Requests</li>
<li>JSON Response</li>
<li>Using curl</li>
<li>Creating Your First Database</li>
<li>Creating Documents in Your Contacts Database</li>
<li>Getting Started with CouchDB Views</li>
<li>Summary</li>
</ul>
</li>
</ul>
</li>
<li>Part 2: Managing CouchDB Databases
<ul>
<li>Chapter 5: Using Futon: The CouchDB Administration Interface
<ul>
<li>Creating a Database</li>
<li>Creating a Document</li>
<li>Uploading Attachments</li>
<li>Compacting the Database</li>
<li>Futon Tools</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 6: Introduction to JSON
<ul>
<li>What is JSON?</li>
<li>Why JSON?</li>
<li>JSON 101: Syntax and Data Types</li>
<li>Working with JSON
<ul>
<li>Defining JSON Structures</li>
<li>Looping Through JSON Arrays</li>
</ul>
</li>
<li>CouchDB and JSON</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 7: Introduction to CouchDB Views
<ul>
<li>Creating Views</li>
<li>Permanent Views</li>
<li>Design Documents</li>
<li>Views and the CouchDB API</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 8: Map/Reduce
<ul>
<li>What is Map/Reduce?</li>
<li>Map/Reduce in CouchDB</li>
<li>Map/Reduce in Futon</li>
<li>Map/Reduce Views and the CouchDB API</li>
<li>Map/Reduce vs. SQL Queries</li>
<li>Word Count Example</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 9: Advanced CouchDB Views
<ul>
<li>Advanced Aggregation</li>
<li>Ordering and Filtering Results</li>
<li>Working with Related Data</li>
<li>Summary</li>
</ul>
</li>
</ul>
</li>
<li>Part 3: Advanced CouchDB Topics
<ul>
<li>Chapter 10: Developing CouchDB Applications with CouchApp
<ul>
<li>Installing CouchApp</li>
<li>Your First CouchApp</li>
<li>Creating CouchTasks: A Simple Task Manager</li>
<li>Suggested Improvements</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 11: Developing Applications with CouchDB
<ul>
<li>Developing in Python with Couchdbkit</li>
<li>Developing in Ruby with CouchRest</li>
<li>Creating a Bookmarks Application with CouchDB and Django</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 12: Advanced CouchDB Topics
<ul>
<li>Replication</li>
<li>Compaction</li>
<li>Fetching Documents in Bulk</li>
<li>Writing Documents in Bulk</li>
<li>Show Functions</li>
<li>Summary</li>
</ul>
</li>
<li>Chapter 13: Mechanics of CouchDB Deployment
<ul>
<li>Measuring Performance</li>
<li>Configuring CouchDB</li>
<li>Conflict Resolution</li>
<li>Security</li>
<li>Backup</li>
<li>Fault Tolerance and Load Balancing</li>
<li>Clustering</li>
<li>Summary</li>
</ul>
</li>
</ul>
</li>
<li>Appendices
<ul>
<li>Appendix A: CouchDB API Reference</li>
<li>Appendix B: HTTP and curl Reference</li>
</ul>
</li>
<li>Index</li>
</ul>
<div id="attachment_373" class="wp-caption alignnone" style="width: 410px"><a href="http://www.joelennon.ie/wp-content/uploads/2009/12/beginning-page.jpg"><img class="size-full wp-image-373" title="Beginning CouchDB by Joe Lennon" src="http://www.joelennon.ie/wp-content/uploads/2009/12/beginning-page.jpg" alt="Beginning CouchDB by Joe Lennon" width="400" height="529" /></a><p class="wp-caption-text">Beginning CouchDB by Joe Lennon</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.joelennon.ie/2009/12/14/beginning-couchdb-is-out-now/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beginning CouchDB</title>
		<link>http://www.joelennon.ie/2009/07/09/beginning-couchdb/</link>
		<comments>http://www.joelennon.ie/2009/07/09/beginning-couchdb/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:47:41 +0000</pubDate>
		<dc:creator>Joe Lennon</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[alpha program]]></category>
		<category><![CDATA[apress]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[ebook]]></category>

		<guid isPermaLink="false">http://www.joelennon.ie/?p=319</guid>
		<description><![CDATA[I recently posted a short blog entry about my forthcoming book on CouchDB. A lot of you have been asking me for more information about the book, so I decided to put together a page with much more detail about it. The book is titled &#8220;Beginning CouchDB&#8221; and is going to be published in December [...]]]></description>
			<content:encoded><![CDATA[<p>I recently posted a short blog entry about my forthcoming book on CouchDB. A lot of you have been asking me for more information about the book, so I decided to put together a page with much more detail about it. The book is titled &#8220;Beginning CouchDB&#8221; and is going to be published in December 2009 by Apress Publishing. The printed version of the book will sell for a RRP of $34.99 in the United States, with the e-Book selling for $24.49. It will be roughly 300 pages in length, spread over thirteen chapters and 2-3 appendices. Its target audience will be people who have very little or no experience with Apache CouchDB, and will guide readers through getting the software installed on their computer, creating their first database, managing the database, using the tools that come with CouchDB and other basic topics. It will also explore some of the more advanced areas of CouchDB, such as Map/Reduce, the JavaScript View engine, replication and scaling a CouchDB deployment. The book&#8217;s cover image is shown below. I will post a larger image as soon as I get it!</p>
<div>
<dl id="attachment_313" style="text-align: center; background-color: #f3f3f3; padding-top: 4px; width: 135px; margin: 10px; border: 1px solid #dddddd;">
<dt><a href="http://www.joelennon.ie/wp-content/uploads/2009/07/mybook.gif"><img style="padding: 0px; margin: 0px; border: 0px none initial;" title="Beginning CouchDB" src="http://www.joelennon.ie/wp-content/uploads/2009/07/mybook.gif" alt="Beginning CouchDB" width="125" height="164" /></a></dt>
<dd style="font-size: 11px; line-height: 17px; padding-top: 0px; padding-right: 4px; padding-bottom: 5px; padding-left: 4px; margin: 0px;">Beginning CouchDB</dd>
</dl>
</div>
<p>As for how the book is coming along, it&#8217;s going very well! I&#8217;m not a full-time writer so all of my writing is done in the evenings or over weekends. I&#8217;m learning things I never knew about Couch all the time, and with each passing day I grow fonder and fonder of this excellent database server. The book&#8217;s page is up on Apress.com at the following URL: <a href="http://apress.com/book/view/9781430272373">http://apress.com/book/view/9781430272373</a>. This page can also be found through a CouchDB.org link - <a href="http://books.couchdb.org/beginning">http://books.couchdb.org/beginning</a> &#8211; thanks to <a href="http://twitter.com/CouchDB">@CouchDB</a> on Twitter! It&#8217;s not currently available for Pre-Order but it should be in the not too distant future. It should also become available on Amazon.com soon.</p>
<p>I&#8217;m currently working with the guys in Apress to get the book into their &#8220;Alpha Program&#8221;, which allows you to purchase the e-Book now and get access to each draft chapter as it becomes available. When the book is complete you will of course get access to the finished work as an e-Book. Purchasing the book through the Alpha Program will likely cost $24.49.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelennon.ie/2009/07/09/beginning-couchdb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I&#8217;m writing a book</title>
		<link>http://www.joelennon.ie/2009/06/30/im-writing-a-book/</link>
		<comments>http://www.joelennon.ie/2009/06/30/im-writing-a-book/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:45:22 +0000</pubDate>
		<dc:creator>Joe Lennon</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apress]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[developerWorks]]></category>
		<category><![CDATA[ibm]]></category>

		<guid isPermaLink="false">http://www.joelennon.ie/?p=295</guid>
		<description><![CDATA[I&#8217;m delighted to announce that I have signed a book deal with Apress publishing (the black and yellow techie books). The book is on Apache CouchDB, an exciting document-oriented database management system that is in active development. I was approached by Apress about the prospect of writing a book on CouchDB after my article &#8220;Exploring [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m delighted to announce that I have signed a book deal with Apress publishing (the black and yellow techie books). The book is on Apache CouchDB, an exciting document-oriented database management system that is in active development. I was approached by Apress about the prospect of writing a book on CouchDB after my article <em>&#8220;Exploring CouchDB&#8221;</em> was published on IBM developerWorks back in March 2009. The book is coming along quite nicely and I&#8217;ll have much more information to share shortly.</p>
<p>For now, check out my <a title="Exploring CouchDB" href="http://www.ibm.com/developerworks/opensource/library/os-couchdb/"><em>&#8220;Exploring CouchDB&#8221;</em></a> article on IBM developerWorks.</p>
<p>Also, please check out <a title="Apress.com" href="http://www.apress.com">Apress.com</a> for similar books. Apress have published over 700 books on a wide range of technology areas including Programming, Web Development, iPhone Development, Open Source, Operating Systems and much more. Below are some of the excellent books they have published (my book will have a similar cover):</p>
<p><a href="http://www.joelennon.ie/wp-content/uploads/2009/06/book1.gif"><img class="alignleft size-full wp-image-296" style="border: none;" title="book1" src="http://www.joelennon.ie/wp-content/uploads/2009/06/book1.gif" alt="book1" width="125" height="164" /></a><a href="http://www.joelennon.ie/wp-content/uploads/2009/06/book2.gif"><img class="alignleft size-full wp-image-297" style="border: none;" title="book2" src="http://www.joelennon.ie/wp-content/uploads/2009/06/book2.gif" alt="book2" width="125" height="164" /></a><a href="http://www.joelennon.ie/wp-content/uploads/2009/06/book4.gif"><img class="alignleft size-full wp-image-299" style="border: none;" title="book4" src="http://www.joelennon.ie/wp-content/uploads/2009/06/book4.gif" alt="book4" width="125" height="164" /></a><a href="http://www.joelennon.ie/wp-content/uploads/2009/06/book3.gif"><img class="alignleft size-full wp-image-298" style="border: none;" title="book3" src="http://www.joelennon.ie/wp-content/uploads/2009/06/book3.gif" alt="book3" width="125" height="164" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelennon.ie/2009/06/30/im-writing-a-book/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
