[nodejs] [ANN] Mongoosastic 0.0.6 Released

2012-07-01 Thread James Carr
Hi, I'm pleased to announce the 0.0.6 release of mongoosastic. This release has a few very important additions thanks to user contributions and reported issues. * Capability added to index an existing mongodb collection * host and port are configurable * mappings can be created by adding

[nodejs] Mongoosastic 0.0.5 Released

2012-06-22 Thread James Carr
Hey All, Just wanted to announce that 0.0.5 of mongoosastic ( http://jamescarr.github.com/mongoosastic/) has been released. This release adds the ability to add per field options to mongoose models that get applied to the mapping in elasticsearch (such as boost, null_value, etc). As always pull

[nodejs] [ANN] Mongoosastic: Mongoose + Elastic Search

2012-06-20 Thread James Carr
Hey All, I just released a new mongoose plugin last night that allows mongoose models to be indexed in elasticsearch on save for full text searching. For now just about all of the Query DSL in elastic search (or at least as much as is supported by elastical) works. Check it out and let me know

[nodejs] mongoose-amqp-plugin

2012-03-22 Thread James Carr
Hey All, On a recent project I wanted to publish one of my mongoose models to rabbitMQ to be routed to a java application that needed to do something whenever one of my models changed. So I just put together a new plugin that publishes messages to an amqp broker whenever the model is saved or