At the moment I’m trying to get MongoDB to go to tableau via SSIS with Microsoft SQL server 2012 the main problem is that MongoDB, of course, is a document orientated database and Microsoft SQL has issues with this because it’s a relational database type program.
Is there any program that I can use as middleware for tableau to read from, that will convert document-oriented databases into a relational data type that tableau will understand?