Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
1–8 of 8 posts
Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#2Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#3I can certainly appreciate the work involved here, but I am adding this to my running list as a sign of the apocalypse. I'm assuming this is for people migrating a code base from Mongo to Postgres, but they'll still need to migrate the data as well. At that point, is there really a reason to keep developers writing fake mongo queries?
Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#4I can certainly appreciate the work involved here, but I am adding this to my running list as a sign of the apocalypse. I'm assuming this is for people migrating a code base from Mongo to Postgres, but they'll still need to migrate the data as well. At that point, is there really a reason to keep developers writing fake mongo queries?
I'm with you. I don't see the usecase for this. If you really want to migrate from a NoSQL to an RDBMS, you really need to restructure your data.
Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#5Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#6I can certainly appreciate the work involved here, but I am adding this to my running list as a sign of the apocalypse. I'm assuming this is for people migrating a code base from Mongo to Postgres, but they'll still need to migrate the data as well. At that point, is there really a reason to keep developers writing fake mongo queries?
Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#7Re: Show HN: pgmongo - Drop-in replacement for MongoDB using Postgres
#8I can certainly appreciate the work involved here, but I am adding this to my running list as a sign of the apocalypse. I'm assuming this is for people migrating a code base from Mongo to Postgres, but they'll still need to migrate the data as well. At that point, is there really a reason to keep developers writing fake mongo queries?
Yeah, would love to hear what the actual use cases are in-mind here. The closest thing I can think of is a high-growth startup that realizes they really need to get off MongoDB and get strong transactional support, so does this thing even support transactions? But again, you still need to migrate data, so probably will be best to just migrate directly to a pg driver.