Skip to main content

Dimensigon (DM) is a Distributed Management and Automation RESTful framework to make easier heterogeneous/polyglot orchestrations in a Hybrid Multi-Cloud environment.

Project description

dimensigon

Dimensigon (Core, AutoUpgrader, DShell)

####Launch Coverage report for tests

coverage run --source=dm -m unittest
coverage report -m

Query to check routes from database

select s1.name "destination", 
       r.proxy_server_id,
       r.cost,
       s2.name "server_gate", 
       g.dns, 
       g.ip, 
       g.port 
  from l_route r 
 inner join d_gate g on r.gate_id = g.id 
 inner join d_server s1 on r.destination_id = s1.id 
 inner join d_server s2 on g.server_id = s2.id;

Query server and gates

select s.name, g.dns, g.ip, g.port 
  from d_server s 
 inner join d_gate g on s.id = g.server_id 
 order by s.name;

Install locally

pip wheel --wheel-dir=files dimensigon
pip install --no-index --find-links=./files dimensigon

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

dimensigon-0.1b12.tar.gz (187.1 kB view hashes)

Uploaded Source

Built Distribution

dimensigon-0.1b12-py3-none-any.whl (266.3 kB view hashes)

Uploaded Python 3

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