Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ARGOeu-Metrics
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 127 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 3
  • Open Issues: 0
  • Releases: 7
Created almost 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing Code of conduct Codemeta

README.md

Probes for EGI FedCloud services

This package includes probes for EGI FedCloud services.

Currently, it supports the following tests:

  • Openstack Nova
  • OpenStack Swift
  • FedCloud Accounting Freshness
  • Cloud info provider freshness

This work is co-funded by the EOSC-hub project (Horizon 2020) under Grant number 777536.

EU logo EOSC-Hub logo

Owner

  • Name: Monitoring Metrics
  • Login: ARGOeu-Metrics
  • Kind: organization

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/Apache-2.0.html",
  "codeRepository": "https://github.com/ARGOeu-Metrics/argo-probe-fedcloud.git",
  "dateCreated": "2024-12-19",
  "datePublished": "2024-12-19",
  "dateModified": "2024-12-19",
  "downloadUrl": "https://github.com/ARGOeu-Metrics/argo-probe-fedcloud/archive/refs/heads/master.zip",
  "issueTracker": "https://github.com/ARGOeu-Metrics/argo-probe-fedcloud/issues",
  "name": "Argo Probe Fedcloud",
  "version": "0.11.2",
  "description": "This package includes probes for EGI FedCloud services. Currently, it supports the following tests: a) Openstack Nova, b) OpenStack Swift, c) FedCloud Accounting Freshness, d) Cloud info provider freshness",
  "applicationCategory": "monitoring service",
  "developmentStatus": "active",
  "isPartOf": "https://argoeu.github.io/argo-monitoring",
  "keywords": [
    "monitoring",
    "metric",
    "argoeu",
    "probe",
    "FedCloud",
    "Openstack Nova",
    "OpenStack Swift",
    "Cloud info provider freshness"
  ],
  "programmingLanguage": [
    "Python",
    "script"
  ],
  "author": [
    {
      "@type": "Person",
      "givenName": "Katarina",
      "familyName": "Zailac",
      "email": "Katarina.Zailac@srce.hr",
      "affiliation": {
        "@type": "Organization",
        "name": "SRCE"
      }
    }
  ]
}

GitHub Events

Total
  • Release event: 3
  • Issue comment event: 5
  • Push event: 16
  • Pull request review event: 1
  • Pull request event: 26
  • Create event: 9
Last Year
  • Release event: 3
  • Issue comment event: 5
  • Push event: 16
  • Pull request review event: 1
  • Pull request event: 26
  • Create event: 9

Dependencies

requirements.txt pypi
  • ndg-httpsclient *
  • requests *
setup.py pypi