Always install the latest, stable version of MongoDB. For more information on types of MongoDB releases, see MongoDB Versioning. To see changes in MongoDB releases, see the following release notes. Current Stable Release
設定については下記URL参照。 http://fuelphp.jp/docs/1.5/classes/mongo/introduction.html FuelPHPのMongoDBクラスを使用したデータ取得等のサンプル。 想定バージョン : FuelPHP 1.5 instance <?php $mongo = \Mongo_Db::instance(); get / get_one / get_where データ取得系 <?php // SELECT * FROM $collection_name WHERE type = 1; $mongo->where(array('type' => 1)); $result1 = $mongo->get($collection_name); // SELECT * FROM $collection_name WHERE type = 1 LIMIT
Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Whether you’re building a social media site or an internal-use enterprise application, this hands-on guide shows you the connection between MongoDB and the business problems it’s desig
本書はMongoDBを学びたいアプリケーション開発者やDBAに向けて、MongoDBの基礎から応用までを包括的に解説する書籍です。MongoDBの機能やユースケースの概要など基本的な事柄から、ドキュメント指向データやクエリと集計など、MongoDB APIの詳細について、さらにパフォーマンスやトラブルシューティングなど高度なトピックまで豊富なサンプルでわかりやすく解説します。付録ではデザインパターンも紹介。コードはJavaScriptとRubyで書かれていますが、PHP、Java、C++での利用についても触れています。MongoDBを使いこなしたいすべてのエンジニア必携の一冊です。 訳者まえがき 著者まえがき はじめに I部 初めてのMongoDB 1章 現代的なWebのためのデータベース 1.1 クラウドの中での誕生 1.2 MongoDBの主な特徴 1.2.1 ドキュメントデータモデル
お疲れ様です。清水です。 ではさっそく・・・。FuelPHPのインストールについては、端折ります。 設定ファイルを設置します。 fuel/app/config/db.php return array( 'active' => 'mongo', .. 'mongo' => array( // This group is used when no instance name has been provided. 'default' => array( 'hostname' => 'localhost', 'database' => 'mydb', 'username' => 'mydb', 'password' => 'p@s$W0rD', ), ), .. ); 既存の設定に影響がないように”mongo”の設定を追加して “active” => “mongo” と設定することにしました。
NoSQLデータベースMongoDBをPHPと組み合わせて使う方法について概説した書籍です。基本的なCRUD操作からはじまり、組み込みの正規表現エンジン、アグリゲーション、findAndModify、GridFS、レプリケーション、シャーディングといった特徴的な機能までを紹介しています。巻末にはMongoDBとPHPを組み合わせて用いる際に便利なライブラリとツールを紹介。なお本書はEbookのみの販売となります。 まえがき 本書で使用されている表記規則 サンプルコードの使用について 本書に関するお問い合わせ 1章 なぜMongoDBなのか オブジェクトとリレーショナルデータ構造の問題点 ORMの問題点 運用に最適化されたMongoDB 2章 PHPとMongoDB、そしてあなた LinuxまたはMacOS Xにドライバをインストールする Windowsにドラバをインストールする データベー
Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. What would happen if you optimized a data store for the operations application developers actually use? You’d arrive at MongoDB, the reliable document-oriented database. With this conc
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く