News

Azure DocumentDB Preview Available to Devs in the Cloud

Microsoft's Azure team releases NoSQL document database-as-a-service accessible for devs looking to toward the cloud for app development/deployment, as well as a few other developer-friendly Azure tools.

Microsoft's Azure team said it has released a preview of a new database service, called Azure DocumentDB, that may draw more developers to look toward the cloud. It also released two other Azure-based tools for data storage and search.

Azure DocumentDB is Microsoft's version of a NoSQL database as a service, with built-in support for JSON and JavaScript. Microsoft claims that it enables schema-free developmen, and allows developers to support applications across multiple platforms via NoSQL while adding support for "the query processing and transaction semantics common to relational database systems." Azure Document DB includes library support for ".NET, Node.js, JavaScript, and Python," and Microsoft indicated it plans to contribute "client libraries to the open source community."

On the big data side of things, Microsoft announced HBase, which is used on the Azure HDInsight service. HDInsight is Microsoft's Hadoop-based cloud computing service that used for analyzing piles of structured and unstructured data. Apache HBase, on the other hand, is an open source nonrelational database that can host tables with "billions of rows x millions of columns" using commodity hardware clusters, according to the Apache Software Foundation's definition. HBase data is stored on Microsoft Azure as Blob data. Developers might use HBase to store sensor data or Web site data for later analysis via the HDInsight service, according to Microsoft's announcement. The latest version of HDInsight, version 3.1, is the only one that currently supports HBase, according to Microsoft's component list.

Lastly, Microsoft issued a preview of Azure Search, which is Microsoft's search service that can be used in applications. Microsoft described Azure Search as a fully managed service.

"Customers do not have to worry about the complexities of full-text search or deploying, maintaining or managing a search infrastructure," Microsoft's announcement explained.

The search service is accessed through an API "from any platform or development environment." It provides management for searches that need to plough through large volumes of data.

Microsoft also indicated that it has bulked up its virtual machine (VM) image collection that's accessed through the Azure Portal (currently in preview) and the Azure Gallery. There are now nearly 300 preconfigured VMs available, including many that are based on open source Linux-based operating systems.

If all of that Azure news weren't enough, Scott Guthrie, Microsoft's executive vice president of the Microsoft Cloud and Enterprise Group, detailed a whole roster of Microsoft Azure improvementsand updates that were made back in July.

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