mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

Allow easy plug-in any storage backend

Open d1skort opened this issue 2 years ago • 1 comments

For now, we are only using a MongoDB, but I believe there are no restrictions on supporting any other storage system.

Roadmap for doing this:

  • [x] Research FerretDB for ad-hoc solution with postgresql
  • [ ] Clean up dataAccess package. There are a lot of unused code and abstractions
  • [ ] TODO

d1skort avatar Apr 23 '23 21:04 d1skort

I think we could implement #20 using this mechanism as well

danslapman avatar Jun 06 '23 12:06 danslapman