Skip to main content

A tool to migrate data from Parse to Syncano

Project description

This tool will help you to move your data from Parse to Syncano.

Installation

pip install parse2syncano

Usage

Currently supports only transferring data. This tool takes the Parse schemas and transform them to Syncano classes. Next step is to move all of the data between Parse and Syncano. The last step is rebuilding the relations between objects.

Configuration

parse2syncano configure

Will run the configuration that will ask you for the following variables:

  • PARSE_MASTER_KEY: the master key of your PARSE account;

  • PARSE_APPLICATION_ID: the application ID of the application that you want to transfer;

  • SYNCANO_ADMIN_API_KEY: Syncano Account Key;

  • SYNCANO_INSTANCE_NAME: the Syncano instance name to which the transfer will be made;

  • SYNCANO_APIROOT: will not show as it has a default equal to: https://api.syncano.io/

parse2syncano configure command will take following parameters:

  • -c (–current) which will display the current configuration;

  • -f (–force) which allow to override the previously set configuration;

The configuration will be stored in your home directory in .syncano file under the P2S section. It’s used to call the Parse API and Syncano API as well.

Run transfer

parse2syncano sync

This command will run the synchronization process between Parse and Syncano. Sit comfortably in your chair and read the output.

Tips & Troubleshooting

  1. This tool currently does not support checking if some object is already present in the Syncano instance, so if sync is run twice the end results is that data is duplicated. To avoid such cases, simply remove your instance in using Syncano dashboard;

  2. The process can be quite slow - it’s because of the throttling on both sides: Parse and Syncano on free accounts (which is the bottom boundary for scripts);

  3. If you encounter any problems, have some improvements proposal or just wanna talk, please write me: sebastian.opalczynski@syncano.com;

  4. The Syncano can be found on - please do not hesitate to ask for help or share your thoughts;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parse2syncano-0.0.4.tar.gz (10.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page