I’m not sure what the proper category for this question is, so admins, feel free to move it as needed.
I’ve been looking at the SSO stuff, but assuming that issue is successfully resolved, are there any issues with sharing db content between Discourse and the main app? In my particular case, my main site is a Python 3 install at Heroku. It uses a postgresql database, and Redis is available, but I know almost nothing about Ruby or Docker, so:
-
Can the Python app read and access data written to the db by Ruby/Discourse, and vice versa?
-
My preference would be to install Discourse on Heroku with my main app. Judging from my brief tour of meta.discourse so far, however, that may not be a slam dunk. So, if I follow the recommendation to use Digital Ocean, what [in addition to question 1] issues should I be aware of in wanting to integrate the two sites into a seamless user experience?
-
Thanks so much in advance for your advice. I’ve been impressed with Discourse so far. I hope I can make it work for me.
ps - I don’t suppose anyone is working on a port of Discourse to Python 3, just to make my life easier? I looked but didn’t see such a project…