0

私はファントが初めてで、mongodb を使用したファントに関する適切なドキュメントが見つかりません。大量のデータがあり、メモリオーバーフローが発生するためです。そして最後に、次のエラーに陥りました:

    HTTP output: { [Error: EMFILE, open 'phant_streams/4d16/83403f7611e5810d57f88174fbef/stream.csv']
  errno: -24,
  code: 'EMFILE',
  path: 'phant_streams/4d16/83403f7611e5810d57f88174fbef/stream.csv' }
events.js:87
      throw Error('Uncaught, unspecified "error" event.');
            ^
Error: Uncaught, unspecified "error" event.
    at Error (native)
    at Function.emit (events.js:87:13)
    at Function.<anonymous> (/usr/lib/node_modules/phant/node_modules/phant-manager-http/index.js:237:12)
    at PhantMeta.<anonymous> (/usr/lib/node_modules/phant/node_modules/phant-meta-nedb/lib/phant-meta-nedb.js:243:14)
    at callback (/usr/lib/node_modules/phant/node_modules/phant-meta-nedb/node_modules/nedb/lib/executor.js:30:17)
    at /usr/lib/node_modules/phant/node_modules/phant-meta-nedb/node_modules/nedb/lib/datastore.js:536:25
    at /usr/lib/node_modules/phant/node_modules/phant-meta-nedb/node_modules/nedb/lib/persistence.js:201:12
    at fs.js:1077:21
    at FSReqWrap.oncomplete (fs.js:95:15)

ただし、次のエラーも発生する場合があります。

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory

それが、このエラーを防ぐためにmongodbを使用したい理由です。私はこれについて検索し、最終的にmongodbのsparckfunライブラリを見つけました: https://github.com/sparkfun/phant-stream-mongodb

これをインストールしましたが、データがまだmongoに文字列化されていないため、何も起こりませんでした。では、ファントデータを mongodb に保存するにはどうすればよいですか?

4

1 に答える 1