What do I need to do in order to manage tracking tokens correctly if I need to use another NoSql database for view projections? I am finding that it will be very difficult to get approval to use mongo in our environment. I could possibly use postgres and maybe with it’s support of JSON I can also skip the complexity of the ORM.
What are people’s thoughts on this topic?
Cheers!
Troy