feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
222 stars 41 forks source link

Plugin not published on Npm? #1

Closed ebourmalo closed 8 years ago

ebourmalo commented 9 years ago

Hey, I couldn't find this plugin on Npm so I had to set the github repo in my package.json to get it installed. Any chance to see it on Npm :) ? Thanks

ekryski commented 9 years ago

Yup it's not published yet. We've been meaning to get a guide up for using it. A redis one is also planned. Not sure if this is totally ready for use. @daffl would know.

daffl commented 9 years ago

Basic functionality works I think (although the tests were failing for me locally so I have to look into that). I've been thinking to rename it to feathers-sync before publishing, too.

ebourmalo commented 9 years ago

Actually, I tested it yesterday and it doesn't work as it is.

I have to use a forked version of the main dependency mubsub (https://github.com/znetstar/mubsub) because the original repo was not updated for the current version of mongo (2.x). A PR https://github.com/scttnlsn/mubsub/pull/38 waits for fixing the problems.

ebourmalo commented 9 years ago

I like the feathers-sync name @daffl :) Thank you for proposing all these awesome plugins!

cloudlena commented 8 years ago

Now with Redis, this plugin should be ready to be published to npm, no?

daffl commented 8 years ago

Once it's upgraded to the new plugin infrastructure and the API is finalized (see https://github.com/feathersjs/feathers-sync/pull/2#issuecomment-176250255). Probably some time this evening.

cloudlena commented 8 years ago

Awesome, thanks @daffl!

daffl commented 8 years ago

I just published the current master as feathers-sync@0.1.0. I will continue working on the updates I mentioned.