Importing Data to DocumentDB Just Keeps Getting BetterThe Azure DocumentDB Data Migration Tool is an open source solution that imports data to DocumentDB, Azure’s NoSQL document database service. The latest release of the tool opens up not only additional import sources, but also the ability to apply an indexing policy to DocumentDB collections during import. Specifically, we’ve added support for: Azure Blob storage Amazon… Read More
New DocumentDB ORDER BY Features in the Azure Preview PortalIt’s always been easy to create DocumentDB collections in the Azure preview portal. With the release of ORDER BY support for Azure DocumentDB, we’ve updated our portal experience to make it just as easy to specify the indexing policy for your collections. When creating a collection, you can now choose to apply one of three indexing policies:… Read More
Querying and Editing DocumentDB Data Just Got BetterWe’ve released a set of enhancements to improve your experience and efficiency working with DocumentDB queries, documents, and server-side programming in the Azure preview portal, including: Query Explorer Improvements Document Explorer Improvements An all new Script Explorer Keep reading for additional details on these new and updated features. Query Explorer Improvements You can now… Read More
Importing Data to DocumentDB Just Got Faster and EasierThe Azure DocumentDB Data Migration Tool is an open source solution that imports data to DocumentDB, Azure’s NoSQL document database service. With the latest release of the tool, you can now ingest large volumes of data from a variety of sources even faster by partitioning the data across multiple collections during import. We’ve also enhanced the… Read More
Import Sample Data to Azure DocumentDBWe’re always looking for ways to make it even easier to get started with DocumentDB. You likely already know about our great Query Playground which lets you quickly learn and try out DocumentDB’s rich querying capabilities for yourself: Hopefully, you also know about our Data Migration Tool, which lets you quickly and easily import data… Read More
Boost Your Application’s Performance with Server-Side JavaScript in Azure DocumentDBIntegrated JavaScript as a Modern Day T-SQL Did you know Azure DocumentDB supports the transactional execution of JavaScript logic natively inside the database engine? The approach of using JavaScript as a modern day T-SQL provides developers a rich and familiar interface to implement business logic. This is expressed in the form of stored procedures, triggers,… Read More