How to store taring data in mongodb?

Is there any way to store training files in monodb after training with rasa_nlu.server train http api?

I can store training data in mongodb with flask but need to store with rasa_nlu.server apis.

We don’t have built-in support to store training data in mongoDB. Could you port your mongoDB training data writer from flask to your rasa NLU server?