タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

couchdbに関するMariyuduのブックマーク (4)

  • Apache CouchDB: CouchDB プロジェクト - 日本語訳

    CouchDB プロジェクト Apache CouchDB は、RESTful HTTP/JSON API 経由でアクセス可能な、分散型で耐障害性の高い、スキーマ不要のドキュメント指向データベースです。主な特徴として、双方向での衝突の検出・解決が可能な堅牢なインクリメンタル・レプリケーション、JavaScript をデフォルトのビュー定義言語とするテーブル指向のビュー・エンジンを使ってクエリーやインデックス作成が可能なことなどがあります。 CouchDB は Erlang で記述されていますが、HTTP リクエストを実行できる環境なら、どんな環境からでも簡単にアクセスすることができます。さまざまなプログラミング言語・環境でのアクセスをさらに簡単にするためのサードパーティ製クライアント・ライブラリも多数存在します。 詳細については、「はじめに」と「技術概要」を読んでください。 使ってみる C

    Mariyudu
    Mariyudu 2011/09/28
    CouchDB プロジェクトサイトの日本語訳
  • CouchOne – Blog - How to Move from MySQL to CouchDB: Part 2

    In my last piece, we looked at the basic mechanics of MySQL and CouchDB, and compared the ways in which you would model the data, and how the basic queries and lists of records operate, from the MySQL SQL statement, to the CouchDB View. This time, we’ll start by looking at how to write those Views and specific elements of the SQL queries, like WHERE and GROUP BY clauses, and the process of actual

    Mariyudu
    Mariyudu 2011/09/28
    MySQL から CouchDB への移行ガイドその2(英語)
  • @IT:連載記事 「ゆったリラックス! CouchDBがあるところ」

    Oracleライセンス「SE2」検証 CPUスレッド数制限はどんな仕組みで制御されるのか (2017/7/26) データベース管理システムの運用でトラブルが発生したらどうするか。DBサポートスペシャリストが現場目線の解決Tipsをお届けします。今回は、Oracle SE2の「CPUスレッド数制限」がどんな仕組みで行われるのかを検証します ドメイン参加後、SQL Serverが起動しなくなった (2017/7/24) 連載では、「SQL Server」で発生するトラブルを「どんな方法で」「どのように」解決していくか、正しい対処のためのノウハウを紹介します。今回は、「ドメイン参加後にSQL Serverが起動しなくなった場合の対処方法」を解説します さらに高度なSQL実行計画の取得」のために理解しておくべきこと (2017/7/21) 日オラクルのデータベーススペシャリストが「DBAがすぐ

  • CouchOne – Blog - How to Move from MySQL to CouchDB: Part 1

    MC, VP of Documentation (and past documenter for MySQL) here. If you have a database built using MySQL, you might be wondering if, and more importantly how, that database (and your application) can be moved to CouchDB. The biggest stumbling block is not the technical aspects of creating the CouchDB or storing your information (although they are important), instead it’s about looking at your data i

    Mariyudu
    Mariyudu 2011/09/28
    MySQL から CouchDB への移行ガイドその1(英語)
  • 1