stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

How to query data #84

Closed luizkowalski closed 9 years ago

luizkowalski commented 9 years ago

I have an app using mongo (mongoid), and now, I want to send some collections to postgres, and query this data on this app. The documentation is not clear about how I can do that or if I'm able to do this. Is this possible?

loganfuller commented 9 years ago

Querying the data would be the same as querying any SQL database and doesn't need the MoSQL daemon. I recommend PGAdmin as a GUI, otherwise you can just use the psql command line tool.

luizkowalski commented 9 years ago

No, I mean, I want to send all writes to mongodb and some reads to pgsql I think this is not a mosql problem, so I'm closing this