News

Federal Agencies Using Azure To Store Data

Microsoft has set up a repository in which government agencies may upload and store their public-facing datasets so that they can be reused by other parties.

Agency developers can upload their data to the Open Government Data Initiative (OGDI) through Microsoft Azure, the company's cloud computing offering.

Potential users can then access the resulting datasets via a Web page or an RSS feed. They can also query a large dataset on the Web page by formulating an ADO.NET Data Services query.

Perhaps more importantly, the data can be ingested by other computer programs, as well, using either a Representational State Transfer (REST)-based Web service, a JavaScript Object Notation (JSON) call or, if the data is geographic in nature, through the Keyhole Markup Language (KML), among other protocols.

OGDI came about as a way to introduce Azure to the federal information technology community, said Susie Adams, Microsoft Federal chief technology officer. The division built a starter kit that acts as a guide for how agencies can post data to Azure using Visual Studio. The data is stored in Azure, in SQL Tables. Eventually, Microsoft will move Azure data over to its SQL Data Services, Adams said.

As examples, Microsoft has assembled two sets of government data on the site: a compilation of per-diem rates from the GSA and a number of data feeds from Washington, D.C.

Each dataset also includes sample code that can be inserted into other programs that will allow them to access the data automatically. The code comes in the C#, PHP, Python, ActionScript, JavaScript, Silverlight and Ruby languages.

In addition to Microsoft's effort, at least one other company has volunteered to rehost government data for wider use: Amazon is offering to store public-domain datasets for users of its Elastic Compute Cloud (EC2) service.

About the Author

Joab Jackson is the chief technology editor of Government Computing News (GCN.com).

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube