Rasa X and RASA Database connectivity + retriving data

Hello everyone, So i know that rasa x stores data in a db called rasa.db where as if u add the sqlite to endpoints.yml, it will only store the conversations in the given_name.db file…

So what i want to do is that make a separate web page which will work same as rasa x but the data will be read only such as rasa x shows you the nlu,domain,stories, and so on…

Moreover if that is not possible, then is it possible to store the conversations, NLU, DOMAIN AND STORIES contents in any real time database ? so later i can retrieve from it and use it for the web page?