I’m trying to figure out a good strategy for implementing event tracking / user logs and i’m wondering whether i should either just build a simple version in bubble or use one of the many third parties. I was wondering what other people have found to be a good strategy.
Via bubble i was thinking of just creating a data type ‘event’ with user attached to the event. My worry is that this could get really big and worry about having such big table in bubble. Would this be the right strategy and is this something to be concerned about? (100,000 active users would generate a lot of logs / events).
But the nice thing would be that i have all the data in one place and it’s cheap.
Third party wise. What have people found to be good and not crazy expensive?
I manually went and added a workflow to all my actions that change data. It’s a schedule api workflow, and I just save all the data values in one big text field. It has its limitations though.
I am concerned about the fact that this table is going to be huge, as a new entry is created for pretty much any data change.