{% extends "base.html" %} {% block title %}sharktopus — dashboard{% endblock %} {% block content %}

Bem-vindo ao sharktopus

Recorte os GFS do NOAA perto da origem, baixe só o que importa, e mantenha o orçamento de nuvem sob controle. Tudo o que a CLI faz, você faz aqui também.

sharktopus mark — shark with octopus tentacles

Jobs

{{ totals.n or 0 }}total {{ totals.running or 0 }}running {{ totals.queued or 0 }}queued {{ totals.ok or 0 }}ok {{ totals.failed or 0 }}failed

See all jobs →

Inventory

{{ inventory.n | short_num }}files {{ inventory.bytes | human_bytes }}on disk

Browse files →

Clouds

aws · gcloud · azure — track free-tier usage and provision new projects.

Quota dashboard →

Recent jobs

All jobs →
{% if recent %} {% for j in recent %} {% endfor %}
#NameStatusProgressDurationCreated
{{ j.id }} {{ j.name }} {{ j.status }}
{{ j.steps_done }}/{{ j.steps_total }}
{{ j.duration }} {{ j.created_at }}
{% else %}

No jobs yet. Start one →

{% endif %}
{% endblock %}