https://github.com/alpha-unito/streamflow-postgresql
A PostgreSQL Plugin for the StreamFlow WMS
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
Repository
A PostgreSQL Plugin for the StreamFlow WMS
Basic Info
Statistics
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
- Releases: 8
Metadata Files
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
- Website: http://alpha.di.unito.it
- Repositories: 9
- Profile: https://github.com/alpha-unito
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
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
- Documentation: https://streamflow-postgresql.readthedocs.io/
- License: LGPL-3.0-or-later
-
Latest release: 0.0.8
published over 1 year ago
Rankings
Maintainers (2)
Dependencies
- 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
- 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 ==1.7.5
- black ==23.9.1
- codespell ==2.2.5
- flake8-bugbear ==23.7.10
- pyupgrade ==3.12.0
- asyncpg ==0.28.0
- streamflow ==0.2.0.dev9
- pytest ==7.4.2 test
- pytest-asyncio ==0.21.1 test
- pytest-cov ==4.1.0 test
- pytest-xdist ==3.3.1 test