feathersjs-ecosystem / feathers-sync

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

Add adapter for MongoDB #136

Closed daffl closed 3 years ago

daffl commented 4 years ago

135 removed support for mubsub (MongoDB) as a feathers-sync adapter because it is no longer maintained and depends on packages with security advisories.

It should be possible to create a native MongoDB adapter using capped collections and tailable cursors. Keeping track of this as an issue but do not plan on addressing this myself at the moment.

daffl commented 3 years ago

I'm going to close this sine there doesn't seem to be much interest and Redis and RabbitMQ are much better solutions for this anyway.