0.1.1 • Published 10 years ago

mongowatch v0.1.1

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

Mongowatch.js

Exposes all data modifications from MongoDB.

In order to use this you must:

  • Have access to the oplog. This will not be available on shared DB hosting, as it would reveal everyone else's database transactions to you.
  • Have replication enabled. This can be done by starting mongod with the option '--replSet someArbitraryName'. You must then call rs.initiate() from the mongo CLI.