System Requirements Mac OS X (10.8.x, 10.9.x, 10.10.x), intel 64bit based. Download HERE Or you can compile it yourself using Xcode Build Just build it, it should work (but let me know if you have an errors or warnings). Contributors List of all contributions. Alex Shteinikov, list of commits Anthony Williams, list of commits Chris Faulkner, list of commits Joseph Price, list of commits Lukas Bene
Survey Please help up improve by answering a few questions by following the link to the survey https://www.research.net/r/BPJSGJC
この記事はMongoDB Advent Calendar 2015 - Qiitaの16日目です。 mongoコマンドで起動できるMongo Shellには--evalオプションがあり、対話式のMongo Shellを開かずに直接コマンドを評価・実行することができます。 しかし、この機能で普通にオブジェクトを出力しようとすると、対話式モードと違い以下のような出力になってしまいます。 $ mongo --eval 'rs.conf()' MongoDB shell version: 3.0.6 connecting to: oreno-mongodb00-00:27017/test [object Object]
概要 せっかくなので MongoDB の運用管理に必要そうなコマンドを試す コマンズ mongo シェルから叩くもの db.serverStatus() mongod 単体の状態を表示する。 > db.serverStatus( 実行すると以下のような結果が得られる。 db.currentOp() 現在、実行中のクエリを表示する。 > db.currentOp() 何もクエリが走っていない場合には以下のように表示される。 { "inprog" : [ ] } 普通のコマンドラインから叩くもの mongostat MongoDB の状態を確認する基本的なツール。 $ mongostat 以下のような結果が得られる。vmstat や iostat と似ているかも。 tips タブで補完 嬉しいことにコマンドの補完が出来る。(出来ないと思っていたので余計嬉しい) > db. mongo シェルか
MongoDBには、MongoDB開発者御用達の便利ツール「mtools」というものがあるのですが、まだあまり知られていないようですので、紹介していきます。 mtoolsの概要 mtoolsはgithubで公開されており、 以下のコンポーネントが含まれます mlogfilter MongoDBのログファイルをマージして、スロークエリを探したり、フルスキャンを探したりできるツール。さらにログを属性でフィルタして、JSONにすることもできる。 mloginfo MongoDBのログファイルを食わせると、ログの開始時間、終了時間、バージョン、出してるバイナリ、各種イベント(リスタート、レプリカ関連)、クエリの種類などを集計してくれる。 mplotqueries MongoDBのログファイルを食わせると、グラフを作ってくれる mlogvis MongoDBのログファイルを食わせるとhtmlをはいて
Unlock innovation with highly secure, fully-managed Database-as-a-Service capabilities on IBM Cloud® IBM Cloud® Database-as-a-Service (DBaaS) services free developers and IT from complex and time-consuming tasks including deployment of infrastructure and database software, infrastructure operations, database software updates, and backup. IBM Cloud® Database SMEs deliver and maintain ready-to-use,
3T is halting development work on Robo 3T and we are setting the code repository to read-only. Users can continue to download the application but we recommend that they download Studio 3T Free to evaluate it. Robo 3T is deeply based on the Mongo shell client. This older client has been deprecated in MongoDB 5.0 and is not expected to be maintained in the future. The new Mongosh client is a Node-ba
最近ようやく仕事でガッツリFluentdとMongoDBを触るようになってちょっとハマったことが あったので誰かの役に立つかも知れないので書いておく。 Fluentd界隈は開発が活発なので、数ヶ月後にはこの記事の情報も恐らく古くなっているのでご注意ください。 結論 書いてたら長くなってしまったので先に要点というか結論を書いておく。 apache => fluentd => MongoDB とapacheのアクセスログをMongoDBに入れたときにcodeやsizeといった数値が文字列(string)として入っていた td-agent.confのformatを自作すると、時間以外のフィールドが文字列(string)として扱われる fluent-plugin-typecastを利用することでcodeやsizeといった特定のフィールドを、stringやintegerなどの任意のデータ型に変換可能
return to homeAbout AfternicPartnersCareersPrivacy PolicyContact UsLegalBuy DomainsSearch for a Domainor browse listings:›Premium›Trending›Newly ListedAfternic Agent Services for BuyersAgent Appraisals by the industry prosSell DomainsList your Domainsell your domain fast:›Promote›Park›Sales AccelerationList Once, Sell EverywhereAgent Appraisals by the industry prosMy AccountCreate AccountLog InSig
I am having problems in using Spring to access MongoDB with credentials. While without credentials it works like a charme, using them just fails saying Failed to authenticate to database [yourdatabase], username = [yourusername], password = [x******z] It must be because of new auth default that you can read about in http://docs.mongodb.org/manual/core/authentication/ Changed in version 3.0: SCRAM-
はじめに MongoDBは使い始めるのが簡単で、インターフェースもJSONを出し入れするだけとシンプルなため、DBMSに関して知識が少ないアプリ開発者でも簡単にアプリを開発することができます。サクッとアプリを作り、サンプルデータで動作を確認し、いざ本番データで動かしてみたら「あれ?思った以上に性能が出ない」なんてことはないでしょうか? 「MongoDBはNoSQLなんだから速い」という思い込みは危険です。MongoDBをはじめとするNoSQLは「水平分散(シャーディング)が得意で、水平分散すれば単体構成よりも速い」というのは事実ですが、単体構成が速いかどうかはチューニング次第です。また「NoSQLなんだからRDBMSより速い」という考えもよくありません。単体性能を比較した場合、どちらが速いかは単純には比較できません。 「じゃあ、性能を上げるために水平分散をしよう!」と考えるかもしれませんが
homebrewはインストールしておき、brew が通るようにしておいて下さい。 brew install mongodb ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mongodb-2.6.1.mavericks.bottle.tar.gz ################################################################## 100.0% ==> Pouring mongodb-2.6.1.mavericks.bottle.tar.gz ==> Caveats To have launchd start mongodb at login: ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/Launch
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く