Releases: nichdiekuh/node-mongo2influx
Releases · nichdiekuh/node-mongo2influx
Improved logging
Mongo2Influx now displays the current progress per collection, as well as the overall progress using charm.
Major performance und memory usage improvents
This version is much more stable on bigger collections and used a lot less memory. Instead of reading an entire collection it once, this release queries the mongodb in chunks. The chunksize can be configured.
Furthermore, the logging has been improved and gives much more details about what's going on in the background.
Although this release has improved a lot, don't expect any magic. Reading the items from mongo can be slow, depending on the size of the collections. The insert queries however are pretty fast.
First stable release
This is the first stable release - it still lacks of some options/functions, but it does the job as advertised ;)