都内で働くSEの技術的なひとりごと / Technical soliloquy of System Engineer working in Tokyo

都内でサラリーマンやってます。SQL Server を中心とした (2023年からは Azure も。) マイクロソフト系(たまに、OSS系などマイクロソフト以外の技術も...)の技術的なことについて書いています。日々の仕事の中で、気になったことを技術要素関係なく気まぐれに選んでいるので記事内容は開発言語、インフラ等ばらばらです。なお、当ブログで発信、発言は私個人のものであり、所属する組織、企業、団体等とは何のかかわりもございません。ブログの内容もきちんと検証して使用してください。英語の勉強のため、英語の

DocumentDB がリリースされてた

 Microsoft Azure で Introduction to Microsoft Azure DocumentDB | Azure が公開されていました。Microsoft Azure のプレビューポータルから使用可能になっています。

f:id:koogucc11:20140823093741p:plain

DocumentDB features:

Rich SQL queries over schema-free JSON storage
Tunable consistency levels for optimal application performance
JavaScript language integration for multi-document transactions
Server side execution of application defined JavaScript as stored procedures and triggers
Standard JSON storage with RESTful HTTP interfaces
Service maintenance - including reliable hosting and monitoring from Microsoft - is built in, making DocumentDB the right choice for modern applications.

 JSON 形式でのデータ格納、RESTful WebAPI 。mongoDB かと思ってしまうような内容です。JavaScript も使えますね。DocumentDB は、将来 オンプレ側の機能としてもフィードバックされるんでしょうか? SQL Server の中に組み込まれるとか?RDB + NOSQL が統合された製品とか是非触ってみたいですね。

MongoDBイン・アクション

MongoDBイン・アクション

 
NOSQLの基礎知識

NOSQLの基礎知識