iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Abandoned? #81

Open revington opened 8 years ago

revington commented 8 years ago

Last commit was about one year. Is this project abandoned?

jcrugzz commented 8 years ago

@revington havent had time to finish the refactor and I unfortunately don't get to use couchdb too often. If you run into any issues using follow, you can check out the module i wrote to help rewrite the internals of follow, changes-stream

revington commented 8 years ago

I use this module in production. I'll be happy to help on a refactor if you have some directions for it. I'm not having any specify issue, but you know, it is not tested on recent releases, build failing, etc. Just checking.

So, are you looking for help?

jcrugzz commented 8 years ago

@revington I would love some help as I don't know if Ill ever have the chance to get to it. A good place to start would be to checkout the refactor branch. Its a bit dated at this point but starts to give the form on where I was trying to start. The refactor itself is a bit involved as the tests need to be fixed as well but if you are up for it, its definitely a fun challenge :). Let me know.

revington commented 8 years ago

I'm in. The testing can be a little bit more complicated. You want to reproduce outages and this kind of stuff right?

jcrugzz commented 8 years ago

@revington yea you can leave those tests for last but that was their intention yes. To test the resiliency of the module