snarfed / bridgy-fed

🌉 A bridge between decentralized social network protocols
https://fed.brid.gy
Creative Commons Zero v1.0 Universal
566 stars 30 forks source link

Option for datastore other than Google Cloud #627

Open BeeFox-sys opened 1 year ago

snarfed commented 1 year ago

Do you specifically mean a local Google Cloud Datastore compatible store, like the gcloud emulator? That's definitely doable right now, just set the DATASTORE_EMULATOR_HOST env var.

If you mean a different datastore altogether, eg MySQL or PostgreSQL, that's a much bigger project. Related background in https://github.com/snarfed/bridgy/issues/1323 . I wouldn't plan to work on this myself, but I'm happy to help if you want to tackle it!

snarfed commented 1 year ago

I'll assume the latter, eg a different pluggable datastore like an RDBMS or the filesystem. This issue can track that feature request.

BeeFox-sys commented 1 year ago

oh sorry! yes, i did mean the latter c: