Is it possible to pull data from MongoDB with stored procedur and print it to postgresql?
My senior asked me to write an SP that should retrieve data from a MongoDB server and print it to PostgreSQL. I’ve been searching all over the internet, but it says it’s impossible, and I must find another way.