いま職場と自宅で、それぞれREDMINEを使っています。
ただし、一部のプライベートなデータを双方のREDMINEで行き来をさせたいと考えています。
暫定案としては、PYTHONを使ってMONGO-DB(ATRASクラウド)にin/outするAPIを作って、双方のREDMINEが入っているローカルデータにREDMINE-APIで転記するようなWEB-APPをherokuやstreamlitなど、pythonが動く外部サーバー上で動かすことを考えています。
しかしながら、手を動かす前に、このような悩みを別な方法で実現する方法はないのかを事前に調査したく思います。
どなたかのお知恵を拝借できるようにお願いします。
I am currently using REDMINE at work and at home, respectively.
However, we would like to use both REDMINE systems to exchange some private data.
As a tentative plan, I would like to create an API that uses PYTHON to go in/out of MONGO-DB (ATRAS cloud), and then run a web-APP that uses the REDMINE-API to post the local data in both REDMINE systems, building as an external python server such as heroku, streamlit, etc.
Before starting my hands working on, I want to research someone has already solved this kind of problem.
I appreciate if someone could help me with your own wisdom.