[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 es_prefiexed fields to mongoose field
definitions (allowing for boost or null_value type fields)

You can find the project page at http://jamescarr.github.com/mongoosastic/ and
as always pull requests and feedback are welcome!

Thanks,
James

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


[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 requests and open issues are always welcomed!

Thanks,
James

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


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

2012-06-20 Thread James Carr
I always accept pull requests, as long as they have an accompanying test
case. ;)
On Jun 20, 2012 11:29 AM, "Duncan Gmail" 
wrote:

> Looks interesting will have to check this out. Are you taking pull
> requests?
>
> On 20 Jun 2012, at 16:26, James Carr  wrote:
>
> 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 of any improvements that can be made:
> http://jamescarr.github.com/mongoosastic/
>
>
>
> Thanks,
> James
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
>  --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


[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 of any improvements that can be made:
http://jamescarr.github.com/mongoosastic/



Thanks,
James

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


[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 removed.

See https://github.com/jamescarr/mongoose-amqp-plugin

It's still a work in progress, but at the moment it works for the most
basic of needs!

Thanks,
James

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en