usergrid/utils/usergrid-util-python/README.md at master · apache/usergrid · GitHub
Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 968 Bytes

File metadata and controls

15 lines (10 loc) · 968 Bytes

Usergrid Tools (in Python)

Prerequisites

  • Install the Usergrid Python SDK: pip install usergrid
  • Install Usergrid Tools: pip install usergrid-tools

Overview

The purpose of this module is to provide tools for working with Usergrid. The tools included as console scripts are:

  • usergrid_data_migrator - README A tool for migrating data from one Usergrid installation to another (or org1->org2)
  • parse_importer - README A tool for importing data from a Parse.com data export into Usergrid
  • index_test - README A tool for testing indexing latency in Usergrid

For information on those tools, please see the respective README files