tree: a0680b93f41b5d6f9cbe045745813f8a6503ddb7 [path history] [tgz]
  1. es_tools/
  2. index_test/
  3. samples/
  4. usergrid_tools/
  5. .gitignore
  6. LICENSE
  7. README.md
  8. requirements.txt
  9. setup.py
utils/usergrid-util-python/README.md

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