Skip to content

Code and projects to demonstrate core functionality of the Python REST client, as well as provide practical examples of carrying out administration of MapLarge clusters

License

Notifications You must be signed in to change notification settings

MapLarge/maplarge-python-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The purpose of this repository is to both demonstrate the basic functioning of the MapLarge Python REST client, as well as provide general utilities that both show how the REST client can be used and provide basic functionality for setup and administration of MapLarge Server clusters.

The MapLarge Python REST client

The maplargerest package is available from PyPi, and can be included in any deployment using standard commands, such as pip.

$ pip install maplargerest

Repository Structure

The examples are put together as Python mini-projects, intended to be self-contained. Each of these subprojects are grouped into two general categories:

Category Directory Purpose
Core Functionality core/ These projects demonstrate basic functions, such as auth, listing tables, running queries, or getting statuses. Individually they provide little have for day to day administration.
Setup and Admin scenarios/ These sub projects are built as example utilities that can perform typical operations related to setting up or adjusting one or more MapLarge Server clusters

Each core and scenario subproject includes the following:

  • A README.md explaining the feature of the demonstration or the use case for the utility script
    • If required, preliminary info and steps to run the demo should be included in the README file
    • Additional markdown instructions may also be included with respect to setup and execution
  • One or more Python scripts used to demonstrate or carry out the operation
  • Example configuration files, if required, for setting up data sources, auth, and automated operations

About

Code and projects to demonstrate core functionality of the Python REST client, as well as provide practical examples of carrying out administration of MapLarge clusters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages