How to store the conversations and events in BigQuery

Hi there, I am using RASA open source and I want to log the conversations and all the events in BigQuery. Is there a way to do that using custom tracker store or by any other means.

Thanks

as i see from the documentation you will need to extend rasa here by -

  • either implement custom tracker store for Big Query (Tracker Stores)
  • or implement event broker and then have your logic to store what you need in the Big Query (Event Brokers)