moinwiki / moin

MoinMoin Wiki Development (2.0+), unstable, for production please use 1.9.x.
https://moinmo.in/
Other
307 stars 92 forks source link

storage, indexing/search, backup/restore - just use zodb? #743

Open ThomasWaldmann opened 6 years ago

ThomasWaldmann commented 6 years ago

another alternative (see #715 for base discussion) could be ZODB (or one of its newer derivates).

It doesn't require us using any other stuff from the zope universe (like Zope or Plone), we can just use the object db. It is quite old software, but actively maintained. It basically persists Python objects to disk (file or db storage) and supports transactions.

ThomasWaldmann commented 6 years ago

Open questions: