I am aggregating data through different sources and compiling them into a mongoDB database on my computer.
My goal is to then have a wordpress website that then serves up some of that data to visitors through javascript code/dashboards. The MongoDB database will also be continually updated (a few times a week).
Would it be feasible/simple to connect the mongoDB database to the wordpress site, or is there a better way to structure this?