hyper63 / hyper

A service framework leveraging ports and adapters architecture to scale on your terms
https://docs.hyper.io
Apache License 2.0
76 stars 10 forks source link

feat(nano)!: use In-Memory MongoDB in lieu of PouchDB to power Data Services #613

Closed TillaTheHun0 closed 1 year ago

TillaTheHun0 commented 1 year ago

BREAKING CHANGE: Since PouchDB is no longer being used, any pre-existing hyper nano data services will not work, and will need to be re-seeded

This mitigates the esoteric nature of PouchDB indexes and instead uses the more general purpose MongoDB and corresponding adapter. Since most hyper Service Framework users use MongoDB, this makes sense to use in hyper-nano

Also bumps all deps to latest.