8

I replicate the application using the database as postgresql but later on I came to know that application was using mongodb and I got the dump of the app in json format which was of mongodb.

So any help regarding to migrate the mongo db dump into postgresql will be so appreciated.

Thank you!

1
  • MongoDB is a schema-less database where PostgreSQL is an RDBMS. So, Migration is largely depending on data model Commented Apr 28, 2016 at 7:12

1 Answer 1

8

You can migrate MongoDB into PostgreSQL using MoSQL.

Follow the github page of MoSQL. It contains the information, how you can do the migration.

Follow the this blog post for more information

Sign up to request clarification or add additional context in comments.

2 Comments

I go through with above link but could not find out any relevant info which can directly convert MongoDB into PostgreSQL.
I did not find any solution that can convert MongoDB into PostgreSQL directly. But, the given solution is a way to convert MongoDB into PostgreSQL.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.