mongoosastic : A mongoose plugin that indexes models into elastic search. You can installing mongoosastic npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mongoosastic $ sudo npm install -g mongoosastic
If want to update the mongoosastic package execute the command as below,
$ sudo npm update mongoosastic
Update package globally,
$ npm install -g mongoosastic
$ sudo git clone https://github.com/rektide/mongoosastic.git
$ sudo npm install -g ./mongoosastic
mongoosastic@4.3.0 /usr/lib/node_modules/mongoosastic
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mongoosastic
Package Name | mongoosastic |
Version | 4.3.0 |
Description | A mongoose plugin that indexes models into elastic search |
Released Date | 2017-02-24T15:55:03.956Z |
Published by | guumaster |
How to Learn | https://www.npmjs.com/package/mongoosastic/tutorial |