@thisismissem Yeah absolutely. Main thing you'd want to switch out is the lebeldb backend. Right now it's all stored on disk but backing it with postgres or redis would make it possible toshre a db between processes like in the workers setup. https://github.com/Level
https://github.com/hyphacoop/social.distributed.press/blob/main/src/server/api/index.ts#L60
@thisismissem yeah! Anything that can act as a key value store with range queries should work. (e.g. #ProllyTrees Based p2p databases 😈😈)
@mauve mmm, or just r2 or whatever edge database is available