taimos / dvalin

Taimos microservices framework
Apache License 2.0
14 stars 6 forks source link

Replacement of dead mongo projects fongo and mongobee #86

Closed YukiInu closed 2 years ago

YukiInu commented 4 years ago

For one of the next releases the dead projects fongo and mongobee should be replaced.

Fongo is no longer compatible with mongo-java-driver 3.6 an higher and therefore not compatible with MongoDB higher than 3.6 An alternative could be: https://github.com/bwaldvogel/mongo-java-server

Mongobee is also no longer supported and has some incompatibility problems with MongoDB 4.2 Here an alternative could be https://github.com/cloudyrock/mongock/ that began as a mongobee fork and therefore migration should be straight forward.

hoegertn commented 4 years ago

Is this something you would be able and willing to do?

YukiInu commented 4 years ago

I think so. Will try to implement it.

YukiInu commented 2 years ago

Done with the following two pull requets: https://github.com/taimos/dvalin/pull/98 https://github.com/taimos/dvalin/pull/125