Hi, for storing the domain and conversations it sounds like what you’re looking for is a tracker store, depending on the database you’d like to use perhaps the SQL tracker store?
For storing the stories and nlu data you’ll have to come up with your own way of pushing these to a database. This means you’ll have to come up with tables to store these. You can write a SQL connector in python, this will connect to your database and update the tables accordingly. Does that make sense?