Skip to content

import parse.com data to local MongoDB #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Controlhaus opened this issue Mar 17, 2016 · 1 comment
Closed

import parse.com data to local MongoDB #110

Controlhaus opened this issue Mar 17, 2016 · 1 comment

Comments

@Controlhaus
Copy link

I've got parse-server-example set up and working as described in for local deployment.

I would like to take the _User.json data exported from parse.com and work with it locally.

Tried this with no success:
$ mongoimport -d dev -c _User --file _User.json
2016-03-17T15:58:52.631+0100 connected to: localhost
2016-03-17T15:58:52.635+0100 imported 1 document

Shouldn't this say 'connected to: dev' ?

Thanks in advance.

@Controlhaus
Copy link
Author

I wound up exposing my local MongoDB to the internet and using the parse.com migration tool as described here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant