<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>OGDI</title><link>http://ogdi.codeplex.com/project/feeds/rss</link><description>OGDI is &amp;#8216;starter kit&amp;#8217; that can be used to publish data on the Web and make it universally accessible via RESTful API and open formats.</description><item><title>Source code checked in, #94877</title><link>http://ogdi.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://ogdi.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;******************************************&lt;/h3&gt;
&lt;h3&gt;The OGDI Project has moved to &lt;a href="http://github.com/openlab/datalab" target="_self"&gt;
GitHub&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Please bookmark the location of the new&amp;nbsp;project (&lt;/strong&gt;&lt;strong&gt;Code, Wiki, issues, etc.) are now at:&lt;br&gt;
&lt;/strong&gt;&lt;span style="color:#0000ff"&gt;&lt;strong&gt;&lt;a href="http://github.com/openlab/datalab"&gt;http://github.com/openlab/datalab&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;******************************************&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply
 with open data, open government initiatives. &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently.
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is written using &lt;strong&gt;C#&lt;/strong&gt; and the &lt;strong&gt;.NET Framework&lt;/strong&gt; and uses the
&lt;strong&gt;Windows Azure Platform&lt;/strong&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is made up of three basic components:&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Interactive SDK&lt;/strong&gt; &amp;ndash;The Interactive SDK is an ASP.NET MVC 1.0 web application. It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized
 in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful
 manner.&lt;br&gt;
&lt;br&gt;
In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used
 on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others.
&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Data Service&lt;/strong&gt; &amp;ndash; OGDI uses RESTful Web service &amp;ndash; a web service implemented using HTTP and the principles of Representational State Transfer (REST) &amp;ndash; to expose data for programmatic access. Data service renders data using
 a number of formats, including Open Data Protocol or &lt;strong&gt;OData&lt;/strong&gt;, an extension to
&lt;strong&gt;Atom Publishing Protocol (AtomPub)&lt;/strong&gt;, &lt;strong&gt;Keyhole Markup Language (KML)&lt;/strong&gt;,
&lt;strong&gt;JSON&lt;/strong&gt; and &lt;strong&gt;JSONP&lt;/strong&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources &amp;ndash; just as a user would do with any Web-based application.
 By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools.
&lt;br&gt;
&lt;br&gt;
In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br&gt;
&lt;br&gt;
Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth.
&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Data Loader&lt;/strong&gt; &amp;ndash; The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes
 it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br&gt;
&lt;br&gt;
Watch video introducing &lt;strong&gt;OGDI&lt;/strong&gt; and showing off its features:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;Click here&lt;/a&gt; to view the video.&lt;br&gt;
&lt;br&gt;
See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nikg</author><pubDate>Mon, 27 Aug 2012 14:56:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120827025629P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;The OGDI Project has moved to &lt;a href="http://github.com/openlab/datalab" target="_self"&gt;
GitHub&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Please bookmark the location of the new&amp;nbsp;project (&lt;/strong&gt;&lt;strong&gt;Code, Wiki, issues, etc.) are now at:&lt;br&gt;
&lt;/strong&gt;&lt;strong&gt;&lt;a href="http://github.com/openlab/datalab"&gt;http://github.com/openlab/datalab&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply
 with open data, open government initiatives. &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently.
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is written using &lt;strong&gt;C#&lt;/strong&gt; and the &lt;strong&gt;.NET Framework&lt;/strong&gt; and uses the
&lt;strong&gt;Windows Azure Platform&lt;/strong&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;OGDI&lt;/strong&gt; is made up of three basic components:&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Interactive SDK&lt;/strong&gt; &amp;ndash;The Interactive SDK is an ASP.NET MVC 1.0 web application. It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized
 in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful
 manner.&lt;br&gt;
&lt;br&gt;
In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used
 on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others.
&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Data Service&lt;/strong&gt; &amp;ndash; OGDI uses RESTful Web service &amp;ndash; a web service implemented using HTTP and the principles of Representational State Transfer (REST) &amp;ndash; to expose data for programmatic access. Data service renders data using
 a number of formats, including Open Data Protocol or &lt;strong&gt;OData&lt;/strong&gt;, an extension to
&lt;strong&gt;Atom Publishing Protocol (AtomPub)&lt;/strong&gt;, &lt;strong&gt;Keyhole Markup Language (KML)&lt;/strong&gt;,
&lt;strong&gt;JSON&lt;/strong&gt; and &lt;strong&gt;JSONP&lt;/strong&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources &amp;ndash; just as a user would do with any Web-based application.
 By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools.
&lt;br&gt;
&lt;br&gt;
In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br&gt;
&lt;br&gt;
Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth.
&lt;br&gt;
&lt;br&gt;
&amp;bull; &lt;strong&gt;Data Loader&lt;/strong&gt; &amp;ndash; The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes
 it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br&gt;
&lt;br&gt;
Watch video introducing &lt;strong&gt;OGDI&lt;/strong&gt; and showing off its features:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;Click here&lt;/a&gt; to view the video.&lt;br&gt;
&lt;br&gt;
See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nikg</author><pubDate>Mon, 27 Aug 2012 14:55:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120827025527P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.com/openlab/datalab"&gt;http://github.com/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply with open data, open government initiatives. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is written using &lt;b&gt;C#&lt;/b&gt; and the &lt;b&gt;.NET Framework&lt;/b&gt; and uses the &lt;b&gt;Windows Azure Platform&lt;/b&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is made up of three basic components:&lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Interactive SDK&lt;/b&gt; –The Interactive SDK is an ASP.NET MVC 1.0 web application.  It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful manner.&lt;br /&gt;&lt;br /&gt;In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others. &lt;br /&gt;  &lt;br /&gt;•	&lt;b&gt;Data Service&lt;/b&gt; – OGDI uses RESTful Web service – a web service implemented using HTTP and the principles of Representational State Transfer (REST) – to expose data for programmatic access. Data service renders data using  a number of formats, including Open Data Protocol or &lt;b&gt;OData&lt;/b&gt;, an extension to &lt;b&gt;Atom Publishing Protocol (AtomPub)&lt;/b&gt;, &lt;b&gt;Keyhole Markup Language (KML)&lt;/b&gt;, &lt;b&gt;JSON&lt;/b&gt; and &lt;b&gt;JSONP&lt;/b&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources – just as a user would do with any Web-based application. By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools. &lt;br /&gt;&lt;br /&gt;In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br /&gt;&lt;br /&gt;Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth. &lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Data Loader&lt;/b&gt; – The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br /&gt;&lt;br /&gt;Watch video introducing &lt;b&gt;OGDI&lt;/b&gt; and showing off its features:&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 27 Aug 2012 14:16:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120827021600P</guid></item><item><title>New Post: Can we deploy OGDI on private cloud</title><link>http://ogdi.codeplex.com/discussions/281265</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do anyone has any suggestion/recommendation for OGDI on private cloud?&lt;/p&gt;
&lt;p&gt;thank you,&lt;/p&gt;&lt;/div&gt;</description><author>shengsin</author><pubDate>Sun, 24 Jun 2012 13:50:57 GMT</pubDate><guid isPermaLink="false">New Post: Can we deploy OGDI on private cloud 20120624015057P</guid></item><item><title>New Post: ANNOUNCEMENT: OGDI DataLab v4</title><link>http://ogdi.codeplex.com/discussions/350927</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Link is broken. The correct one is:&amp;nbsp;http://github.com/openlab/datalab&lt;/p&gt;&lt;/div&gt;</description><author>ifioravanti</author><pubDate>Wed, 20 Jun 2012 09:07:19 GMT</pubDate><guid isPermaLink="false">New Post: ANNOUNCEMENT: OGDI DataLab v4 20120620090719A</guid></item><item><title>Released: OGDI DataLab v4 (Apr 02, 2012)</title><link>http://ogdi.codeplex.com/releases/view/85378</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4: OGDI DataLab and MOVED.&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.com/openlab/datalab"&gt;
http://github.com/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 23 Apr 2012 16:44:14 GMT</pubDate><guid isPermaLink="false">Released: OGDI DataLab v4 (Apr 02, 2012) 20120423044414P</guid></item><item><title>Updated Release: OGDI DataLab v4 (Apr 02, 2012)</title><link>http://ogdi.codeplex.com/releases/view/85378</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.com/openlab/datalab"&gt;http://github.com/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 23 Apr 2012 16:44:14 GMT</pubDate><guid isPermaLink="false">Updated Release: OGDI DataLab v4 (Apr 02, 2012) 20120423044414P</guid></item><item><title>New Comment on "Documentation"</title><link>http://ogdi.codeplex.com/documentation?&amp;ANCHOR#C23276</link><description>The github url is mispelled.</description><author>Lapalissiano</author><pubDate>Thu, 12 Apr 2012 15:51:53 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120412035153P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://ogdi.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.vom/openlab/datalab"&gt;http://github.vom/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The following training videos show how to build, configure, and deploy an OGDI instance.&lt;br /&gt;&lt;br /&gt;Part 1 - Build, configure, deploy&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-shockwave-flash" height="285px" width="320px" classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"&gt;&lt;param name="movie" value="http://blip.tv/play/AYHx4nEA"&gt;&lt;/param&gt;&lt;embed type="application/x-shockwave-flash" height="285px" width="320px" src="http://blip.tv/play/AYHx4nEA" pluginspage="http://macromedia.com/go/getflashplayer" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/play/AYHx4nEA" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Part 2 - Load data &lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-shockwave-flash" height="285px" width="320px" classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"&gt;&lt;param name="movie" value="http://blip.tv/play/AYHx42YA"&gt;&lt;/param&gt;&lt;embed type="application/x-shockwave-flash" height="285px" width="320px" src="http://blip.tv/play/AYHx42YA" pluginspage="http://macromedia.com/go/getflashplayer" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/play/AYHx42YA" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 21:00:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120402090011P</guid></item><item><title>New Post: ANNOUNCEMENT: OGDI DataLab v4</title><link>http://ogdi.codeplex.com/discussions/350927</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;strong&gt;The OGDI Project has been UPDATED to Version 4: &amp;nbsp;OGDI DataLab and MOVED.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;NEW Code, Wiki, issues, etc. are at &lt;a title="http://github.vom/openlab/datalab" href="http://github.vom/openlab/datalab" target="_self"&gt;
http://github.vom/openlab/datalab&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 20:59:26 GMT</pubDate><guid isPermaLink="false">New Post: ANNOUNCEMENT: OGDI DataLab v4 20120402085926P</guid></item><item><title>Updated Release: OGDI DataLab v4 (Apr 02, 2012)</title><link>http://ogdi.codeplex.com/releases/view/85378</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.vom/openlab/datalab"&gt;http://github.vom/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 20:56:35 GMT</pubDate><guid isPermaLink="false">Updated Release: OGDI DataLab v4 (Apr 02, 2012) 20120402085635P</guid></item><item><title>Released: OGDI DataLab v4 (Apr 02, 2012)</title><link>http://ogdi.codeplex.com/releases/view/85378</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4: OGDI DataLab and MOVED.&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.vom/openlab/datalab"&gt;
http://github.vom/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 02 Apr 2012 20:56:35 GMT</pubDate><guid isPermaLink="false">Released: OGDI DataLab v4 (Apr 02, 2012) 20120402085635P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.vom/openlab/datalab"&gt;http://github.vom/openlab/datalab&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply with open data, open government initiatives. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is written using &lt;b&gt;C#&lt;/b&gt; and the &lt;b&gt;.NET Framework&lt;/b&gt; and uses the &lt;b&gt;Windows Azure Platform&lt;/b&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is made up of three basic components:&lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Interactive SDK&lt;/b&gt; –The Interactive SDK is an ASP.NET MVC 1.0 web application.  It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful manner.&lt;br /&gt;&lt;br /&gt;In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others. &lt;br /&gt;  &lt;br /&gt;•	&lt;b&gt;Data Service&lt;/b&gt; – OGDI uses RESTful Web service – a web service implemented using HTTP and the principles of Representational State Transfer (REST) – to expose data for programmatic access. Data service renders data using  a number of formats, including Open Data Protocol or &lt;b&gt;OData&lt;/b&gt;, an extension to &lt;b&gt;Atom Publishing Protocol (AtomPub)&lt;/b&gt;, &lt;b&gt;Keyhole Markup Language (KML)&lt;/b&gt;, &lt;b&gt;JSON&lt;/b&gt; and &lt;b&gt;JSONP&lt;/b&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources – just as a user would do with any Web-based application. By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools. &lt;br /&gt;&lt;br /&gt;In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br /&gt;&lt;br /&gt;Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth. &lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Data Loader&lt;/b&gt; – The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br /&gt;&lt;br /&gt;Watch video introducing &lt;b&gt;OGDI&lt;/b&gt; and showing off its features:&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 20:54:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120402085415P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=24</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;The OGDI Project has been UPDATED to Version 4:  OGDI DataLab and MOVED.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="http://github.vom/openlab/datalab"&gt;http://github.vom/openlab/datalab&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply with open data, open government initiatives. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is written using &lt;b&gt;C#&lt;/b&gt; and the &lt;b&gt;.NET Framework&lt;/b&gt; and uses the &lt;b&gt;Windows Azure Platform&lt;/b&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is made up of three basic components:&lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Interactive SDK&lt;/b&gt; –The Interactive SDK is an ASP.NET MVC 1.0 web application.  It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful manner.&lt;br /&gt;&lt;br /&gt;In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others. &lt;br /&gt;  &lt;br /&gt;•	&lt;b&gt;Data Service&lt;/b&gt; – OGDI uses RESTful Web service – a web service implemented using HTTP and the principles of Representational State Transfer (REST) – to expose data for programmatic access. Data service renders data using  a number of formats, including Open Data Protocol or &lt;b&gt;OData&lt;/b&gt;, an extension to &lt;b&gt;Atom Publishing Protocol (AtomPub)&lt;/b&gt;, &lt;b&gt;Keyhole Markup Language (KML)&lt;/b&gt;, &lt;b&gt;JSON&lt;/b&gt; and &lt;b&gt;JSONP&lt;/b&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources – just as a user would do with any Web-based application. By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools. &lt;br /&gt;&lt;br /&gt;In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br /&gt;&lt;br /&gt;Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth. &lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Data Loader&lt;/b&gt; – The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br /&gt;&lt;br /&gt;Watch video introducing &lt;b&gt;OGDI&lt;/b&gt; and showing off its features:&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 20:53:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120402085359P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;The OGDI Project has been updated to Version 4:  OGDI DataLab and moved *&lt;/li&gt;
&lt;li&gt;NEW Code, Wiki, issues, etc. are at &lt;a href="HTTP://GITHUB.COM/OPENLAB/DATALAB"&gt;HTTP://GITHUB.COM/OPENLAB/DATALAB&lt;/a&gt;*&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply with open data, open government initiatives. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is written using &lt;b&gt;C#&lt;/b&gt; and the &lt;b&gt;.NET Framework&lt;/b&gt; and uses the &lt;b&gt;Windows Azure Platform&lt;/b&gt; (&lt;a href="http://www.azure.com"&gt;http://www.azure.com&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is made up of three basic components:&lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Interactive SDK&lt;/b&gt; –The Interactive SDK is an ASP.NET MVC 1.0 web application.  It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful manner.&lt;br /&gt;&lt;br /&gt;In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others. &lt;br /&gt;  &lt;br /&gt;•	&lt;b&gt;Data Service&lt;/b&gt; – OGDI uses RESTful Web service – a web service implemented using HTTP and the principles of Representational State Transfer (REST) – to expose data for programmatic access. Data service renders data using  a number of formats, including Open Data Protocol or &lt;b&gt;OData&lt;/b&gt;, an extension to &lt;b&gt;Atom Publishing Protocol (AtomPub)&lt;/b&gt;, &lt;b&gt;Keyhole Markup Language (KML)&lt;/b&gt;, &lt;b&gt;JSON&lt;/b&gt; and &lt;b&gt;JSONP&lt;/b&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources – just as a user would do with any Web-based application. By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools. &lt;br /&gt;&lt;br /&gt;In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br /&gt;&lt;br /&gt;Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth. &lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Data Loader&lt;/b&gt; – The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br /&gt;&lt;br /&gt;Watch video introducing &lt;b&gt;OGDI&lt;/b&gt; and showing off its features:&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/"&gt;http://ogdisdk.cloudapp.net/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Learn more about OData at &lt;a href="http://odata.org"&gt;http://odata.org&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Mon, 02 Apr 2012 20:52:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120402085218P</guid></item><item><title>Updated Wiki: Home</title><link>http://ogdi.codeplex.com/wikipage?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;THIS PROJECT HAS BEEN DEPRECATED. OGDI&amp;#39;S NEW NAME IS DATALAB AND ITS NEW HOME IS AT  &lt;a href="HTTPS://GITHUB.COM/OPENLAB/DATALAB" class="externalLink"&gt;HTTPS://GITHUB.COM/OPENLAB/DATALAB&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;Governments across the globe are seeking more transparency to improve citizen services and enhance accountability with constituencies. This global drive for governmental transparency has created demand for new technologies that can quickly help agencies comply with open data, open government initiatives. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is a solution that makes it possible for agencies to publish government and public data more quickly and efficiently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is written using &lt;b&gt;C#&lt;/b&gt; and the &lt;b&gt;.NET Framework&lt;/b&gt; and uses the &lt;b&gt;Windows Azure Platform&lt;/b&gt; (&lt;a href="http://www.azure.com" class="externalLink"&gt;http://www.azure.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;OGDI&lt;/b&gt; is made up of three basic components:&lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Interactive SDK&lt;/b&gt; –The Interactive SDK is an ASP.NET MVC 1.0 web application.  It uses jQuery and a variety of other open source components and enables users to browse and query published data. The data can be conveniently visualized in widely used and recognizable formats such as tables, maps, bar graphs or pie charts. Thus, instead of downloading a file and poring over rows upon rows of data, end-users can interact with user-friendly visual tools that present complex data in a more meaningful manner.&lt;br /&gt;&lt;br /&gt;In addition to browsing the data, developers can quickly learn how to use published data exposed by OGDI in their own applications from ready-to-run samples available on the site. These samples are available in a variety of languages and frameworks widely used on the Web, including JavaScript, PHP, Python, Flex, Silverlight, C#, among others. &lt;br /&gt;  &lt;br /&gt;•	&lt;b&gt;Data Service&lt;/b&gt; – OGDI uses RESTful Web service – a web service implemented using HTTP and the principles of Representational State Transfer (REST) – to expose data for programmatic access. Data service renders data using  a number of formats, including Open Data Protocol or &lt;b&gt;OData&lt;/b&gt;, an extension to &lt;b&gt;Atom Publishing Protocol (AtomPub)&lt;/b&gt;, &lt;b&gt;Keyhole Markup Language (KML)&lt;/b&gt;, &lt;b&gt;JSON&lt;/b&gt; and &lt;b&gt;JSONP&lt;/b&gt;. OData leverages Uniform Resource Identifiers (URIs) for resource identification and an HTTP-based uniform interface for interacting with those resources – just as a user would do with any Web-based application. By building on these principles, OData enables users to achieve high levels of data integration and interoperability across a broad range of clients, servers, services, protocols and tools. &lt;br /&gt;&lt;br /&gt;In fact, OGDI-based web APIs can be accessed through a wide variety of client technologies, including: JavaScript, Flex, PHP, Python, Ruby, ASP.NET and Silverlight. These well understood formats allow developers to start quickly on new applications.&lt;br /&gt;&lt;br /&gt;Many of the data sets in OGDI also include geospatial data, which is returned in the KML format, making OGDI compatible with popular desktop and Web-based mapping technologies including Microsoft Bing Maps, Google Maps, Yahoo! Maps, and Google Earth. &lt;br /&gt;&lt;br /&gt;•	&lt;b&gt;Data Loader&lt;/b&gt; – The data loader is a tool that helps implementers quickly start enjoying the benefits of OGDI. OGDI includes both GUI-based and console-based data loader tools. The console tool takes CSV formatted data and publishes it into OGDI. In the process of loading the data, the utility can create a new dataset, add data, or update data in an already published dataset. Console tool is controlled through command line parameters and can be automated using shell scripts.&lt;br /&gt;&lt;br /&gt;Watch video introducing &lt;b&gt;OGDI&lt;/b&gt; and showing off its features:&lt;br /&gt;&lt;br /&gt;&lt;div class="video" style="text-align:Left"&gt;&lt;span class="player"&gt;&lt;object type="application/x-mplayer2" height="285px" width="320px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"&gt;&lt;param name="fileName" value="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv"&gt;&lt;/param&gt;&lt;param name="autostart" value="false"&gt;&lt;/param&gt;&lt;embed type="application/x-mplayer2" height="285px" width="320px" src="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/default.asp" autoplay="false" autostart="false" /&gt;&lt;/object&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="external"&gt;&lt;a href="http://blip.tv/file/get/Ogditeam-OGDIIntroductoryVideo528.wmv" target="_blank"&gt;Launch in another window&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;See live instance of OGDI at &lt;a href="http://ogdisdk.cloudapp.net/" class="externalLink"&gt;http://ogdisdk.cloudapp.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Learn more about OData at &lt;a href="http://odata.org" class="externalLink"&gt;http://odata.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>vladvino</author><pubDate>Tue, 28 Feb 2012 19:15:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120228071553P</guid></item><item><title>New Post: OGDI v4 is on GitHub</title><link>http://ogdi.codeplex.com/discussions/346456</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If you are looking for an updated OGDI SDK version, you can find version v4 (named Datalab) on GitHub: &lt;a href="https://github.com/openlab/datalab"&gt;https://github.com/openlab/datalab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Works with Visual Studio 2010 and Windows Azure SDK 1.6.&lt;/p&gt;&lt;/div&gt;</description><author>vflorusso</author><pubDate>Mon, 27 Feb 2012 19:35:22 GMT</pubDate><guid isPermaLink="false">New Post: OGDI v4 is on GitHub 20120227073522P</guid></item><item><title>New Post: Can we deploy OGDI on private cloud</title><link>http://ogdi.codeplex.com/discussions/281265</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can anybody have a solution for that. Actually I don't want to use Azure platform to deploy this OGDI application. Want to use my local sqlserver for storage. So, need suggestion from you guys that it can be done or not, and If yes than How can I do this???&lt;/p&gt;
&lt;/div&gt;</description><author>Amitkakkar</author><pubDate>Wed, 30 Nov 2011 04:40:20 GMT</pubDate><guid isPermaLink="false">New Post: Can we deploy OGDI on private cloud 20111130044020A</guid></item></channel></rss>