Skip to main content

Sorna Manager

Project description

Package Structure

  • sorna

  • manager: Abstraction of agents and computation kernels

  • gateway: RESTful API gateway based on aiohttp

Installation

Sorna Manager requires Python 3.6 or higher. We highly recommend to use pyenv for an isolated setup of custom Python versions that might be different from default installations managed by your OS or Linux distros.

$ pip install sorna-manager

For development:

We recommend to use virtual environments in Python. You may share a virtual environment with other Sorna projects.

$ git clone https://github.com/lablup/sorna-manager.git
$ python -m venv venv-sorna
$ source venv-sorna/bin/activate
$ pip install -U pip setuptools  # ensure latest versions!
$ pip install -r requirements-dev.txt

Running and Deployment

Prepare databases.

  • An RDBMS (PostgreSQL)

  • A Redis server

  • Sorna Manager uses the following database IDs

    • 1: to track status and availability of kernel sessions

    • 2: to track status and availability of instances (agents)

    • 3: to track session IDs

    • These IDs are defined in sorna-common

Configuration

You need to specify configuration parameters using either CLI arguments or environment variables. The default values are for development settings so you should set most of them explicitly in production. For details about arguments and their equivalent environment variable names, run the server module with --help.

Running the API gateway server from a command line:

$ python -m sorna.gateway.server

Example supervisord config:

[program:sorna-manager]
stopsignal = TERM
stopasgroup = true
command = /home/sorna/run-manager.sh

TCP Port numbers to open

  • 5001 (for legacy ZeroMQ-based interface)

  • 8080 / 8443 (for local development)

  • 80 / 443 (for HTTP/HTTPS API requests in production)

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

sorna-manager-0.9.11.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

sorna_manager-0.9.11-py36-none-any.whl (40.1 kB view details)

Uploaded Python 3.6

File details

Details for the file sorna-manager-0.9.11.tar.gz.

File metadata

File hashes

Hashes for sorna-manager-0.9.11.tar.gz
Algorithm Hash digest
SHA256 a7824701226e9792590d4e736f3df4b1a6d517df09611046956d3003dc55ff3e
MD5 7e8ee7d849b075534469662edaa7b0ec
BLAKE2b-256 ce73fed9fcd1b4ae7ad19c2f9451f7b0e3198997f091ea9068898192fd3e6df8

See more details on using hashes here.

Provenance

File details

Details for the file sorna_manager-0.9.11-py36-none-any.whl.

File metadata

File hashes

Hashes for sorna_manager-0.9.11-py36-none-any.whl
Algorithm Hash digest
SHA256 5326f9e2e54e4d09cc4b20f3354f1a3fd010715a172a140ae8fb62612cc642b8
MD5 ecb79dc494396172de8eccf4c815dc12
BLAKE2b-256 93de9e38d82618b8f93d6ff4be79a50c4af664b907c24a53f9209421a40f24a3

See more details on using hashes here.

Provenance

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