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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube