codemeasandwich / mongoose-model-stream

a mongoose model generator with a change stream
Apache License 2.0
3 stars 0 forks source link

Could his work with just Mongo? #7

Open codemeasandwich opened 1 year ago

codemeasandwich commented 1 year ago

could this be used with any mongo, without mongoose? As the schema is not used+ all the information can be derived from the insert or update

codemeasandwich commented 1 year ago

Could this be an adaptor that could sits in front of different databases as long as the database supports a tale cursor or equivalent?

codemeasandwich commented 1 year ago

redis

https://redis.io/docs/manual/pubsub/ https://redis.io/docs/manual/keyspace-notifications/