https://github.com/alpha-unito/streamflow-postgresql

A PostgreSQL Plugin for the StreamFlow WMS

https://github.com/alpha-unito/streamflow-postgresql

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 (5.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A PostgreSQL Plugin for the StreamFlow WMS

Basic Info
  • Host: GitHub
  • Owner: alpha-unito
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 179 KB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • Open Issues: 4
  • Releases: 8
Created about 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

PostgreSQL Plugin for StreamFlow

Installation

Simply install the package directory from PyPI using pip. StreamFlow will automatically recognise it as a plugin and load it at each workflow execution.

bash pip install streamflow-postgresql

If everything worked correctly, whenever a workflow execution start the following message should be printed in the log:

bash Successfully registered plugin streamflow.plugins.unito.postgresql.plugin.PostgreSQLStreamFlowPlugin

Usage

This plugin registers a new Database component, which extends the StreamFlow CachedDatabase class. To declare it, put the following lines inside a streamflow.yml configuration file.

yaml database: type: unito.postgresql config: dbname: <dbname> # The name of the database to use hostname: <hostname> # The database hostname or IP address password: <password> # Password to use when connecting to the database username: <username> # Username to use when connecting to the database

Owner

  • Name: Parallel programming: Alpha group
  • Login: alpha-unito
  • Kind: organization
  • Location: Torino, IT

Parallel Computing research cluster, Department of Computer Science, University of Torino

GitHub Events

Total
  • Release event: 1
  • Delete event: 38
  • Issue comment event: 43
  • Push event: 51
  • Pull request review event: 10
  • Pull request event: 70
  • Create event: 34
Last Year
  • Release event: 1
  • Delete event: 38
  • Issue comment event: 43
  • Push event: 51
  • Pull request review event: 10
  • Pull request event: 70
  • Create event: 34

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 247
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.9
  • Merged pull requests: 174
  • Bot issues: 0
  • Bot pull requests: 213
Past Year
  • Issues: 0
  • Pull requests: 85
  • Average time to close issues: N/A
  • Average time to close pull requests: 14 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.93
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 72
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (213)
  • GlassOfWhiskey (20)
  • LanderOtto (14)
Top Labels
Issue Labels
Pull Request Labels
dependencies (213) python (193) github_actions (20)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 24 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 2
pypi.org: streamflow-postgresql

StreamFlow PostgreSQL plugin

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 24 Last month
Rankings
Dependent packages count: 7.5%
Forks count: 30.2%
Stargazers count: 32.2%
Average: 38.5%
Downloads: 52.5%
Dependent repos count: 69.8%
Maintainers (2)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
.github/workflows/ci-tests.yaml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • codecov/codecov-action v3 composite
  • docker/setup-qemu-action v3 composite
  • douglascamata/setup-docker-macos-action v1-alpha.10 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/create-release v1 composite
  • actions/setup-python v4 composite
  • mukunku/tag-exists-action v1.3.0 composite
  • pypa/gh-action-pypi-publish release/v1 composite
bandit-requirements.txt pypi
  • bandit ==1.7.5
lint-requirements.txt pypi
  • black ==23.9.1
  • codespell ==2.2.5
  • flake8-bugbear ==23.7.10
  • pyupgrade ==3.12.0
requirements.txt pypi
  • asyncpg ==0.28.0
  • streamflow ==0.2.0.dev9
test-requirements.txt pypi
  • pytest ==7.4.2 test
  • pytest-asyncio ==0.21.1 test
  • pytest-cov ==4.1.0 test
  • pytest-xdist ==3.3.1 test