<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; mongoDB</title>
	<atom:link href="http://venturebeat.com/tag/mongodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Sun, 19 May 2013 01:05:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; mongoDB</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>SQL or NoSQL: FoundationDB launches a &#8216;best of both worlds&#8217; database</title>
		<link>http://venturebeat.com/2013/03/04/foundationdb-launches-its-best-of-both-worlds-database/</link>
		<comments>http://venturebeat.com/2013/03/04/foundationdb-launches-its-best-of-both-worlds-database/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 13:30:16 +0000</pubDate>
		<dc:creator>Christina Farr</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[acid]]></category>
		<category><![CDATA[best of both worlds database]]></category>
		<category><![CDATA[Cassandra]]></category>
		<category><![CDATA[database technology]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[modern database]]></category>
		<category><![CDATA[mongoDB]]></category>
		<category><![CDATA[New database]]></category>
		<category><![CDATA[NOSQL]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Relational database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL technology]]></category>
		<category><![CDATA[YesACID]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=632170</guid>
		<description><![CDATA[<p>FoundationDB's team of ambitious founders are launching a new database that borrows from existing NoSQL and SQL databases, bringing developers "the best of both&#160;worlds."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=632170&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/03/04/foundationdb-launches-its-best-of-both-worlds-database/foundationdb-founders/" rel="attachment wp-att-632193"><img class="alignleft size-full wp-image-632193" alt="FoundationDB Founders" src="http://venturebeat.files.wordpress.com/2013/03/foundationdb-founders.jpeg?w=655&#038;h=424" width="655" height="424" /></a></p>
<p><a href="http://foundationdb.com" target="_blank">FoundationDB</a>&#8216;s team of ambitious founders are launching a new database that borrows from existing NoSQL and SQL databases, bringing developers &#8220;the best of both worlds.&#8221;</p>
<p>&#8220;When we started, we didn&#8217;t know this project was possible,&#8221; cofounder Nick Lavezzo said. &#8220;It seemed likely but also flew in the face of conventional wisdom.&#8221;</p>
<p>A bold undertaking, FoundationDB was developed from scratch in three-and-a-half years. It took a year&#8217;s worth of coding before the creators solved the trickiest technology problems and realized their vision for a modern database was a real possibility.</p>
<p>The founding team &#8211; Lavezzo, David Scherer and David Rosenthal &#8211; built FoundationDB to solve a personal pain-point.</p>
<p>Their previous venture, Visual Sciences, was acquired by Omniture for about $60 million in 2008. After the sale, they played around with various mobile and cloud projects. They saw that new developer tools and cloud-based services were gaining traction. However, when it came time to choose a database, they noted a lack of innovation.</p>
<p>According to Rosenthal, SQL databases have transactional integrity but are difficult to scale, and noSQL databases (such as MongoDB, Cassandra, Hbase and CouchDB) are highly scalable but have lost much of their transactional integrity.</p>
<p>They founders consider these NoSQL databases to be the primary competition. &#8220;Our competitors chose to create open source implementations of existing technologies (Google&#8217;s BigTable and Amazon&#8217;s Dyanmo) and they released their early products very quickly, and have been paying the technical debt ever since,&#8221; Lavezzo explained.</p>
<p>According to Lavezzo, developers today have to compromise when choosing a database, which don&#8217;t fulfill all their needs. &#8220;They they have the marketing head start on us, but we have a technology advantage,&#8221; he said.</p>
<p>FoundationDB&#8217;s secret? The founders have brought back &#8220;ACID,&#8221; a set of transactions developed in the 1970s that deals with the challenge of having multiple clients simultaneously read and write the same data.</p>
<p>Most of the newer NoSQL databases discarded ACID, leaving developers with fewer guarantees that database transactions were processed reliably.</p>
<p>So FoundationDB&#8217;s founders decided to incorporate the strengths of NoSQL (scalability), but integrate what they call &#8220;YesACID&#8221; to ensure their system won&#8217;t be taken down by a single point of failure.</p>
<p>The founders currently have 700 customers signed on to the alpha test, including Fortune 500 companies. They have secured investors and have poured their own money into the startup, but won&#8217;t reveal a figure.</p>
<p>When asked about the potential for acquisition (database as a service is a hot space; <a href="http://venturebeat.com/2013/02/27/rackspace-snaps-up-open-source-mongodb-service-objectrocket/">Rackspace just acquired MongoDB service Object Rocket</a>), Rosenthal said they are in it long haul.</p>
<p>In the future, they plan to add features, and make FoundationDB more compatible with existing services and tools, so it functions as more than a database.</p>
<p>This will inform the business model &#8212; the pricing isn&#8217;t set in stone yet, but they plan to sell the database (although there will be a free option for early-stage startups), and offer professional consulting services for developer teams that want to add a custom layer.</p>
<p>&#8220;Our long-term vision is to be the data storage layer for modern systems,&#8221; said Rosenthal.</p>
<br />Filed under: <a href='http://venturebeat.com/category/big-data/'>Big Data</a>, <a href='http://venturebeat.com/category/cloud/'>Cloud</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/enterprise/'>Enterprise</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=632170&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/04/foundationdb-launches-its-best-of-both-worlds-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/foundationdb-founders.jpeg?w=160" /><source url="http://venturebeat.com/2013/03/04/foundationdb-launches-its-best-of-both-worlds-database/">SQL or NoSQL: FoundationDB launches a &#8216;best of both worlds&#8217; database</source>
		<media:content url="http://2.gravatar.com/avatar/54db9fa0da02d1fe98a5197333d6d08f?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">christinafarr</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/foundationdb-founders.jpeg" medium="image">
			<media:title type="html">FoundationDB Founders</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoSV: MongoDB conference in Silicon Valley</title>
		<link>http://venturebeat.com/2012/11/16/mongosv-mongodb-conference-in-silicon-valley/</link>
		<comments>http://venturebeat.com/2012/11/16/mongosv-mongodb-conference-in-silicon-valley/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 17:30:20 +0000</pubDate>
		<dc:creator>-</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[mongoDB]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=575631</guid>
		<description><![CDATA[<p><span class="post-label partnered-post">Sponsored Post</span> On December 4th, over 1,000 MongoDB users and contributors will converge upon Santa Clara for MongoSV, a full-day conference dedicated to the leading open source, NoSQL&#160;database.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=575631&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-575641" title="MongoSV" alt="" src="http://venturebeat.files.wordpress.com/2012/11/image.png?w=281&#038;h=164" height="164" width="281" /><em>This sponsored post is produced by MongoDB.</em></p>
<p>On December 4th, over 1,000 MongoDB users and contributors will converge upon Santa Clara for <a href="http://www.10gen.com/events/mongosv?utm_source=venturebeat&amp;utm_medium=blog&amp;utm_campaign=venturebeat" target="_blank">MongoSV</a>, a full-day conference dedicated to the leading open source, NoSQL database. 10gen co-founders and MongoDB core committers Eliot Horowitz and Dwight Merriman will present the latest enhancements to MongoDB and share the product roadmap for 2013.</p>
<p>This year’s conference includes dozens of sessions by MongoDB developers, production users, community members, and 10gen ecosystem partners across six tracks. AOL, Apollo Group (University of Phoenix), foursquare, Github, Sailthru and more will present on their experiences deploying MongoDB in real world applications. In addition to many great sessions for developers, the agenda also includes a full track dedicated to operations for those interested in learning best practices for running large-scale MongoDB clusters.</p>
<p><a href="http://www.mongodb.org/?utm_source=venturebeat&amp;utm_medium=blog&amp;utm_campaign=venturebeat" target="_blank">MongoDB</a> is the open-source, document-oriented database that is quickly reshaping the overall database market due to the popularity of its agile and scalable approach among developers and IT professionals alike. <a href="http://www.10gen.com/?utm_source=venturebeat&amp;utm_medium=blog&amp;utm_campaign=venturebeat" target="_blank">10gen</a> leads MongoDB development, supports the global MongoDB community and provides commercial subscriptions, support, consulting and training plus a free, cloud-based <a href="http://www.10gen.com/mongodb-monitoring-service?utm_source=venturebeat&amp;utm_medium=blog&amp;utm_campaign=venturebeat" target="_blank">MongoDB Monitoring Service (MMS)</a>.</p>
<p>Participating sponsors of MongoSV include Red Hat OpenShift, Microsoft, Softlayer, VMware, Joyent, Amazon Web Services, MongoLab, Fusion-io, MongoHQ, SwiftStack, Github, Mortar, Analytica, Zadara Storage, O’Reilly, and GigaOm.</p>
<p>Visit <a href="http://www.10gen.com/events/mongosv?utm_source=venturebeat&amp;utm_medium=blog&amp;utm_campaign=venturebeat" target="_blank">www.mongosv.com</a> for full event details and to reserve your spot today.</p>
<div style="background-color:#f5f5f5;border:thin solid #eeeeee;height:80px;padding:5px;"><span style="font-size:small;"><em>Sponsored posts are content that has been produced by a company, which is either paying for the post or has a business relationship with VentureBeat, and they&#8217;re always clearly marked. The content of news stories produced by our editorial team is never influenced by advertisers or sponsors in any way. For more information, contact <a href="mailto:garrett@venturebeat.com">garrett@venturebeat.com</a>.<br />
</em></span></div>
<br />Filed under: <a href='http://venturebeat.com/category/big-data/'>Big Data</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=575631&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/16/mongosv-mongodb-conference-in-silicon-valley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/image1.png?w=160" /><source url="http://venturebeat.com/2012/11/16/mongosv-mongodb-conference-in-silicon-valley/">MongoSV: MongoDB conference in Silicon Valley</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/11/image1.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/11/image1.png?w=160" medium="image">
			<media:title type="html">MongoSV</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/32105d987f148c6f374fc71a11852a58?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">garrettmccullum</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/image.png" medium="image">
			<media:title type="html">MongoSV</media:title>
		</media:content>
	</item>
		<item>
		<title>The White House releases its first open source app on Github</title>
		<link>http://venturebeat.com/2012/08/24/white-house-open-source/</link>
		<comments>http://venturebeat.com/2012/08/24/white-house-open-source/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 07:30:34 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[mongoDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Richard Stallman]]></category>
		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=518113</guid>
		<description><![CDATA[<p>Don't worry, hell has not frozen over. But the White House is very definitely not doing business -- or government, rather -- as usual. The U.S. government has released a repository of open source code for allowing citizens to create and vote on petitions, the same functionality that drives&#160;WhiteHouse.gov.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=518113&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/08/24/white-house-open-source/white-house-washington/" rel="attachment wp-att-518131"><img class="aligncenter size-full wp-image-518131" title="white-house-washington" src="http://venturebeat.files.wordpress.com/2012/08/white-house-washington.jpg?w=665&#038;h=379" alt="" width="665" height="379" /></a>No, hell has not frozen over.</p>
<p>But the White House is definitely not doing business &#8212; or government, rather &#8212; as usual. The U.S. government has released a <a href="https://github.com/WhiteHouse/petition" target="_blank">repository of open source code</a> that allows citizens to create and vote on petitions, the same functionality that drives <a href="http://www.whitehouse.gov/" target="_blank">WhiteHouse.gov</a>.</p>
<p>In September 2011, President Barack Obama made this commitment:</p>
<blockquote><p>Among our commitments, we’re launching a new online tool &#8212; called “We the People” &#8212; to allow Americans to directly petition the White House, and we’ll share that technology so any government in the world can enable its citizens to do the same.</p></blockquote>
<p>Today the White House fulfilled that commitment, as a repository of source code was made public on Github. The web application allows users to create accounts, log in, set up petitions, and vote. Petitions only go public when they cross a designated number of voters, and future development plans include streamlining, API development, a mobile version, and social media integration.</p>
<p><a href="http://venturebeat.com/2012/08/24/white-house-open-source/screen-shot-2012-08-24-at-12-16-08-am/" rel="attachment wp-att-518129"><img class="aligncenter size-large wp-image-518129" title="WhiteHouse" src="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-24-at-12-16-08-am.png?w=558&#038;h=457" alt="" width="558" height="457" /></a></p>
<p>Interestingly, the developers and, presumably, the government chose the GNU General Public License, which <a href="http://en.wikipedia.org/wiki/Richard_Stallman" target="_blank">Richard Stallman</a>, long a proponent of completely free software, would approve. The GPL grants anyone the rights to use, study, modify, and redistribute software, which is one of the reasons Microsoft argued <a href="http://www.gnu.org/philosophy/gpl-american-way.html" target="_blank">it was anti-American</a>.</p>
<p>The application, titled Petition, is built on the Drupal content management system, and requires MySQL, MongoDB, and, naturally, PHP. Petition is in alpha, which is a very early stage of software development, but is currently in use already at <a href="https://petitions.whitehouse.gov/" target="_blank">whitehouse.gov</a>.</p>
<p>Open source: You&#8217;ve come a long way, baby.</p>
<p><em>Image credit: <a href="http://www.shutterstock.com/pic-97123109/stock-photo-the-white-house-in-washington-d-c-the-south-gate.html?src=1fcf426e037c816fab0c0807fa599bfb-1-3" target="_blank">White House</a>/ShutterStock</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=518113&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/24/white-house-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/white-house-washington.jpg?w=160" /><source url="http://venturebeat.com/2012/08/24/white-house-open-source/">The White House releases its first open source app on Github</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/08/white-house-washington.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/08/white-house-washington.jpg?w=160" medium="image">
			<media:title type="html">white-house-washington</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/white-house-washington.jpg" medium="image">
			<media:title type="html">white-house-washington</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/08/screen-shot-2012-08-24-at-12-16-08-am.png?w=558" medium="image">
			<media:title type="html">WhiteHouse</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoDB database creator 10gen grabs a whopping $42M from NEA, Sequoia, others</title>
		<link>http://venturebeat.com/2012/05/29/10gen-mongodb-funding/</link>
		<comments>http://venturebeat.com/2012/05/29/10gen-mongodb-funding/#comments</comments>
		<pubDate>Tue, 29 May 2012 12:00:19 +0000</pubDate>
		<dc:creator>Sean Ludwig</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[database software]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[mongoDB]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[open-source cloud software]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=461424</guid>
		<description><![CDATA[</p>
<p>10gen, the startup that created the popular MongoDB open-source data application, has raised a new $42 million round of funding to improve its data-harnessing technology and build out its team.</p>
<p>The New York- and Palo Alto-based company generates most of&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=461424&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg" target="_blank"><img class="aligncenter size-full wp-image-461437" title="ss-big-data-mongodb-10gen-funding" src="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg?w=655&#038;h=437" alt="mongodb-10gen-funding" width="655" height="437" /></a></p>
<p><a href="http://www.10gen.com" target="_blank" target="_blank">10gen</a>, the startup that created the popular <a href="http://www.mongodb.org/" target="_blank" target="_blank">MongoDB</a> open-source data application, has raised a new $42 million round of funding to improve its data-harnessing technology and build out its team.</p>
<p>The New York- and Palo Alto-based company generates most of its revenue by offering support, training, and consultation for MongoDB. Customers come from a wide cross-section of industries and include Foursquare, Disney, Viacom, eBay, Telefónica, and several governments across the world. The response from these customers has been tremendous, as the company has seen 50 percent quarter-over-quarter sales growth during the past five quarters.</p>
<p>There are quite a few similarities between 10gen and another big database startup, <a href="http://venturebeat.com/company/cloudera-2/" target="_blank">Cloudera</a>, which has made a name for itself by developing and supporting open-source data platform <a href="http://hadoop.apache.org/" target="_blank" target="_blank">Hadoop</a>. However, MongoDB and Hadoop are used for different things and some customers use both data apps to help make sense of and manage their data.</p>
<p>&#8220;MongoDB handles real-time interactive queries, while Hadoop is used for analytics and data analysis,&#8221; 10gen President <a href="https://twitter.com/#%21/mschireson" target="_blank" target="_blank">Max Schireson</a> told VentureBeat. &#8220;MongoDB is fast and scalable on one hand and very flexible on the other.&#8221;</p>
<p>The major new round of funding was led by New Enterprise Associates, with participation from prior investors Sequoia Capital, Flybridge Capital, and Union<br />
Square Ventures. The new round brings the company&#8217;s total raised to about $73 million.</p>
<p>“I’ve had my eye on 10gen and their amazing trajectory for several years,&#8221; said Harry Weller, general partner at New Enterprise Associates, in a statement. &#8220;They’ve solidified themselves as the dominate player in the NoSQL market and a real disrupter in the database space in general. The NoSQL market is exploding, and we see MongoDB becoming the de-facto database for both Web 2.0 companies and large enterprises.&#8221;</p>
<p>One other big thing the company will do with the funding is invest in new hires. The company has around 130 employees now, but Schireson said it intends to have at least 200 by the end of the year. It also plans to open an office in Sydney soon.</p>
<p>You can view a video outlining MongoDB below:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='345' src='http://www.youtube.com/embed/CvIr-2lMLsk?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><em>Photo credit: <a href="http://www.shutterstock.com/pic-98145809/stock-photo-businessman-pushing-virtual-buttons-and-server-room-background.html" target="_blank" target="_blank">nokhoog_buchachon/Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/big-data/'>Big Data</a>, <a href='http://venturebeat.com/category/cloud/'>Cloud</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=461424&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/05/29/10gen-mongodb-funding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg?w=160" /><source url="http://venturebeat.com/2012/05/29/10gen-mongodb-funding/">MongoDB database creator 10gen grabs a whopping $42M from NEA, Sequoia, others</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg?w=160" medium="image">
			<media:title type="html">ss-big-data-mongodb-10gen-funding</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/885fb6cd0386d991d2aa852b4f67cfeb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">seanludwig</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/05/ss-big-data-mongodb-10gen-funding.jpg" medium="image">
			<media:title type="html">ss-big-data-mongodb-10gen-funding</media:title>
		</media:content>
	</item>
		<item>
		<title>10gen gets $6.5M from Sequoia for its web database software</title>
		<link>http://venturebeat.com/2010/12/02/10gen-funding-seriesc/</link>
		<comments>http://venturebeat.com/2010/12/02/10gen-funding-seriesc/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 19:48:28 +0000</pubDate>
		<dc:creator>Matthew Lynley</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mongoDB]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=230201</guid>
		<description><![CDATA[<p>10gen, developer of the open-source software for databases called MongoDB, announced today that it has raised $6.5 million in its third round of funding from Sequoia Capital.</p>
<p>MongoDB is billed as a software set for managing large-scale databases for web&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=230201&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-199588" title="servers" src="http://venturebeat.files.wordpress.com/2011/01/servers.jpg?w=300&#038;h=225" alt="" width="300" height="225" />10gen, developer of the open-source software for databases called MongoDB, announced today that it has raised $6.5 million in its third round of funding from Sequoia Capital.</p>
<p>MongoDB is billed as a software set for managing large-scale databases for web sites. The software allows companies to manage their content and events, and also includes an analytics suite that tracks site usage.</p>
<p>Its users include a number of prominent startups like check-in service Foursquare and Bit.ly, which allows web surfers to shorten long links into more manageable lengths for micro-blogging.</p>
<p>The New York, N.Y.-based company launched MongoDB in 2007 and makes its money by providing commercial support for bigger businesses that employ the database software. It also manages the open-source community for the MongoDB software set that sees around 90,000 downloads each day.</p>
<p>Prior investors Flybridge Capital Partners and Union Square Ventures also participated in the most recent round of funding. That brings its total funding up to $11.4 million. Flybridge Capital Partners<a href="http://venturebeat.com/2009/11/02/open-source-database-company-10gen-raises-3-4m/"> led an earlier round worth $3.4 million</a>, and Union Square Ventures led 10gen&#8217;s first round with <a href="http://venturebeat.com/2008/07/21/10gen-gets-15m-from-union-square-for-its-open-source-cloud/">$1.5 million in funding</a>.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=230201&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-tag-database"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-tag-database hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2010/12/02/10gen-funding-seriesc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/01/servers.jpg" /><source url="http://venturebeat.com/2010/12/02/10gen-funding-seriesc/">10gen gets $6.5M from Sequoia for its web database software</source>
		<media:content url="http://1.gravatar.com/avatar/7a03c095be318b03a39a9cc97cd81c4c?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mattlynley</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/01/servers.jpg" medium="image">
			<media:title type="html">servers</media:title>
		</media:content>
	</item>
	</channel>
</rss>
