Skip to main content

Ether - Synthesize plausible edge infrastructure topologies

Project description

ether: Edge Topology Synthesizer

PyPI Version Python 3.6

Ether is a Python tool to generate plausible edge infrastructure configurations. It arose from the need to evaluate edge computing systems in different infrastructure scenarios where no appropriate testbeds are available.

Use cases

Some of the uses cases for ether include

  • Evaluating resource allocation strategies
  • Creating topologies for network simulations
  • Infrastructure capacity planing

Examples

Code example

Creating a topology for an urban sensing scenario, similar to that of the Array of Things could look like this:

topology = Topology()

aot_node = IoTComputeBox(nodes=[nodes.rpi3, nodes.rpi3])
neighborhood = lambda size: SharedLinkCell(
    nodes=[
        [aot_node] * size,
        IoTComputeBox([nodes.nuc] + ([nodes.tx2] * size * 2))
    ],
    shared_bandwidth=500,
    backhaul=MobileConnection('internet_chix'))
city = GeoCell(
    5, nodes=[neighborhood], density=lognorm((0.82, 2.02)))
cloudlet = Cloudlet(
    5, 2, backhaul=FiberToExchange('internet_chix'))

topology.add(city)
topology.add(cloudlet)

We have pre-parameterized versions of these scenarios that can be readily used:

topology = Topology()
UrbanSensingTopology().materialize(topology)

Example usage

The following example shows how we used generated topology to evaluate the effect on uplink usage of different resource allocation strategies in an edge computing platform. The node-link diagram of the topology is augmented with a topographic attribute map (rpreiner/tam) that the data exchange in log bytes. The left part of the figure shows the baseline resource allocation strategy, the right part shows our improved strategy that takes data-locality into account. The visualization helps to see how much the backhaul network is relieved, and how data transfer is isolated into edge networks.

Comparing  a sub-community in a generated IIoT-scenario topology

Related publications

  1. Rausch, T., Lachner, C., Frangoudis, P. A., Raith, P., & Dustdar, S. (2020). Synthesizing Plausible Infrastructure Configurations for Evaluating Edge Computing Systems. In 3rd USENIX Workshop on Hot Topics in Edge Computing (HotEdge 20). USENIX Association. [Preprint]

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

edgerun-ether-0.3.3.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

edgerun_ether-0.3.3-py3-none-any.whl (64.9 kB view details)

Uploaded Python 3

File details

Details for the file edgerun-ether-0.3.3.tar.gz.

File metadata

  • Download URL: edgerun-ether-0.3.3.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for edgerun-ether-0.3.3.tar.gz
Algorithm Hash digest
SHA256 3f0cce08010fcbe7663224fe73d57fb38002ad482951021dee31d0908fd23737
MD5 4155020b99bda8a26a9e516ef85d95e2
BLAKE2b-256 95816e3e98db3a362d63d2f5517083f21bb7664facf0cff7bad773533c4e1b30

See more details on using hashes here.

File details

Details for the file edgerun_ether-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: edgerun_ether-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 64.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for edgerun_ether-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fd317ebcf69894d148f268c0905021f8b7a85307bf641cc4ea3e4d77e993278f
MD5 b7a3ff4f30a5dbd70ef8aa16e8ac8f8c
BLAKE2b-256 b293b4fbac349e9026239a372c720dd16674e258c9d6b9cd5511637e3198c527

See more details on using hashes here.

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