<?xml version="1.0" encoding="UTF8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Mongofu - A very simple MongoDb Resource]]></title>
    <link>http://www.mongofu.com</link>
    <description><![CDATA[]]></description>
    <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Google Search Dombpionemo]]></title>
      <author>Kectwooddem</author>
      <link>http://mongofu.com/blogarticle/index/view/id/546</link>
      <guid isPermaLink="false">546</guid>
      <description><![CDATA[Google Search Kectwooddem 
 
LINK]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mongodb Doesn't Show The Database]]></title>
      <author>abhijit</author>
      <link>http://mongofu.com/blogarticle/index/view/id/545</link>
      <guid isPermaLink="false">545</guid>
      <description><![CDATA[Execute failed:db assertion failure
function (){ return db.getCollectionNames(); }]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Saving Files To Gridfs + Retrieving Files From Gridfs With Php And Mongodb]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/544</link>
      <guid isPermaLink="false">544</guid>
      <description><![CDATA[So I've been playing around with GridFS in MongoDB to try and store some files for a project I'm working on. Heres some basics that I've learnt and would probably help somone out there.]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[64-bit Integers In Mongodb And Php]]></title>
      <author>Tev</author>
      <link>http://mongofu.com/blogarticle/index/view/id/543</link>
      <guid isPermaLink="false">543</guid>
      <description><![CDATA[Users in this project are identified by their Facebook UserID, which is a "64-bit int datatype". Unfortunately, the MongoDB PHP Driver only had support for 32-bit integers, this is a solution.]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Sort Sub Documents?]]></title>
      <author>ryan</author>
      <link>http://mongofu.com/blogarticle/index/view/id/542</link>
      <guid isPermaLink="false">542</guid>
      <description><![CDATA[Is there a way to sort sub docs in a mongo query? Example(Blog Collection):

[code]{
	"_id" : ObjectId("4c69d19532f73ad544000001"),
	"content" : "blah blah blah",
        "comments" : {
{"author": "jim",   "content":"comment content 1", "date" : "07-24-1995"},
{"author": "joe",   "content":"comment content 2",  "date" : "07-24-1996"}
{"author": "amy", "content":"comment content 3", "date" : "09-10-1999"}
        }
}
{
	"_id" : ObjectId("4c69d19532f73ad544000002"),
	"content" : "blah blah blah",
        "comments" : {
{"author": "jim",   "content":"comment content 1",  "date" : "07-24-1995"},
{"author": "joe",   "content":"comment content 2",  "date" : "07-24-1996"}
{"author": "amy", "content":"comment content 3",  "date" : "07-24-1997"}
        }
}[/code]

I want to get my blog posts ordered in however way I deiced and then have comments ordered within my blog posts by reverse order by date or any other sorting I want.. Is that not possible with mongoDB?]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mongodb Backups & Corn On The Cob In 10 Minutes]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/540</link>
      <guid isPermaLink="false">540</guid>
      <description><![CDATA[Kristina Chodorow discovered that you can make corn on the cob in about 5 minutes, which is so cool. You can also backup your MongoDB database in about 5 minutes!]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Why Flowdock Migrated From Cassandra To Mongodb]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/539</link>
      <guid isPermaLink="false">539</guid>
      <description><![CDATA["Last weekend we completed a transition from Flowdock’s database of choice, Cassandra, to another NoSQL alternative, MongoDB."]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mongodb Odm: Mongodb For Ecommerce]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/538</link>
      <guid isPermaLink="false">538</guid>
      <description><![CDATA[Mongodb with Magento]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Storing Files With Mongodb Gridfs In Php]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/537</link>
      <guid isPermaLink="false">537</guid>
      <description><![CDATA[Jonathan H. Wage shows you how to store files using MongoDB's gridfs feature]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Rockmongo, A Mongodb Management And Admin Tool, Written In Php5]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/536</link>
      <guid isPermaLink="false">536</guid>
      <description><![CDATA[RockMongo is a MongoDB management and admin tool, written in PHP 5.]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Practical Ruby Projects With Mongodb - Ruby Midwest]]></title>
      <author>Tev</author>
      <link>http://mongofu.com/blogarticle/index/view/id/535</link>
      <guid isPermaLink="false">535</guid>
      <description><![CDATA[Alex sharp on Practical Ruby Projects with MongoD]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[On Mapreduce In Mongodb]]></title>
      <author>Tev</author>
      <link>http://mongofu.com/blogarticle/index/view/id/534</link>
      <guid isPermaLink="false">534</guid>
      <description><![CDATA[John Zablocki puts the puzzle of map reduce together for you]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mongo Explorer: Explore Your Mongodb]]></title>
      <author>sonny</author>
      <link>http://mongofu.com/blogarticle/index/view/id/533</link>
      <guid isPermaLink="false">533</guid>
      <description><![CDATA[A UI for mongodb]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Node.js And Mongodb]]></title>
      <author>HenryG</author>
      <link>http://mongofu.com/blogarticle/index/view/id/532</link>
      <guid isPermaLink="false">532</guid>
      <description><![CDATA[Using Node.js and MongoDB]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Case Study: Examiner.com Migration To Drupal 7 And Mongodb]]></title>
      <author>Jackal99</author>
      <link>http://mongofu.com/blogarticle/index/view/id/531</link>
      <guid isPermaLink="false">531</guid>
      <description><![CDATA[With over 42,000 content contributors, Examiner.com has enjoyed some of the fastest year-over-year growth of any online media company. This PDF document explains how their migration had benefited them]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[A Peek At A New Sourceforge.net Using Mongodb]]></title>
      <author>mongofu</author>
      <link>http://mongofu.com/blogarticle/index/view/id/530</link>
      <guid isPermaLink="false">530</guid>
      <description><![CDATA[The new sourceforge.net will be using MongoDB, the UI looks nice and tidy =)]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mixing In Mongodb (mongomapper And Ruby)]]></title>
      <author>mongofu</author>
      <link>http://mongofu.com/blogarticle/index/view/id/529</link>
      <guid isPermaLink="false">529</guid>
      <description><![CDATA[Dhananjay Keskar writes about the rationale and list some gotchas when using Mongodb with MongoMapper.]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Objectid’s With Mongodb And The Mongodb-csharp Driver]]></title>
      <author>HenryG</author>
      <link>http://mongofu.com/blogarticle/index/view/id/528</link>
      <guid isPermaLink="false">528</guid>
      <description><![CDATA[Bryan Migliorisi on ObjectID’s with MongoDB using the latest version of the C# drivers]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Mongodb (single-server) Data Durability Guide]]></title>
      <author>Jackal99</author>
      <link>http://mongofu.com/blogarticle/index/view/id/527</link>
      <guid isPermaLink="false">527</guid>
      <description><![CDATA[Riyad Kalla outlines a number of ways you can increase your single-server durability using MongoDB as well as some optional safer driver behaviors you can make use of to ensure fsync’ing and more]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Getting Started With Mongodb And Norm]]></title>
      <author>HenryG</author>
      <link>http://mongofu.com/blogarticle/index/view/id/526</link>
      <guid isPermaLink="false">526</guid>
      <description><![CDATA[Luke Lowrey on Getting Started With MongoDB and NoRM]]></description>
      <pubDate>Tue, 27 Aug 2013 11:41:18 +0000</pubDate>
    </item>
  </channel>
</rss>
