News

Azure DocumentDB Goes Live

Microsoft announced general availability of its NoSQL service for developers and IT pros.

Microsoft last week made its Azure DocumentDB service to the public. Azure DocumentDB is a NoSQL database service that's designed to store document data in the JavaScript Object Notation (JSON) format. That data can then be queried using the SQL language.

Azure DocumentDB permits the complex querying of mobile and Web application data without having to worry about mismatch issues between application schema and database schema, according to a Microsoft description. It was designed to scale to meet operational demands, and so the service is billed by the hour based on performance levels that can be changed on the fly.

The service exposes resources through a RESTful APIs, but Microsoft also supports the use of ".NET, Node, Java and Python" libraries. It's possible to manage Azure DocumentDB resources via REST paths, the Azure portal or PowerShell scripts.

Developers have been opting to use NoSQL databases as "the tool of choice," according to Microsoft's announcement, so Azure DocumentDB is designed to alleviate the setup and management hassles of running a NoSQL database. Microsoft provides full management support for the Azure DocumentDB service, as well as a 99.95 percent service level agreement.

Microsoft describes the pricing for Azure DocumentDB at this page. While the service is generally available now for commercial use, it's not clear where it's available. For instance, it's not yet available in the South Central U.S. region, according to Microsoft's announcement.

Also available today is a "new open source data migration tool" that is designed to make it easier to move data stored on other database systems to the Azure DocumentDB service. The tool is demonstrated in this Microsoft Channel 9 video.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

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