https://github.com/actris-cloudnet/storage-service
Gateway to S3 for Cloudnet projects
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 (4.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Gateway to S3 for Cloudnet projects
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 5 years ago
· Last pushed 11 months ago
Metadata Files
Readme
README.md
Storage service
This service provides a gateway to S3 for the Cloudnet projects.
Installing and running
The storage service is distributed as a docker container as a part of the Cloudnet development toolkit. See the README of the dev-toolkit repository on how to set up the CLU development environment.
When you have the environment running, you can run commands inside the container with ./run.
For instance, to run tests you can issue:
shell
./run npm test
License
MIT
Owner
- Name: ACTRIS Cloudnet
- Login: actris-cloudnet
- Kind: organization
- Email: actris-cloudnet@fmi.fi
- Location: Helsinki, Finland
- Website: https://cloudnet.fmi.fi/
- Twitter: ACTRIS_Cloudnet
- Repositories: 12
- Profile: https://github.com/actris-cloudnet
ACTRIS Cloud Remote Sensing Unit (CLU)
GitHub Events
Total
- Delete event: 3
- Push event: 21
- Create event: 7
Last Year
- Delete event: 3
- Push event: 21
- Create event: 7
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 6 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- lakka (4)
- tukiains (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/dockertest.yml
actions
- actions/checkout v3 composite
.github/docker-compose.yml
docker
- motoserver/moto 3.0.1
- postgres 13
- storage-service latest
Dockerfile
docker
- node 18 build
package-lock.json
npm
- 548 dependencies
package.json
npm
- @jest/globals ^29.3.1 development
- @types/express ^4.17.15 development
- @types/jest ^29.2.4 development
- @types/passport ^1.0.11 development
- @types/passport-http ^0.3.9 development
- @types/pg ^8.6.5 development
- @typescript-eslint/eslint-plugin ^5.46.1 development
- @typescript-eslint/parser ^5.46.1 development
- axios ^1.2.1 development
- eslint ^8.29.0 development
- eslint-plugin-jest ^27.1.6 development
- jest ^29.3.1 development
- nodemon ^2.0.20 development
- pino-pretty ^9.1.1 development
- ts-jest ^29.0.3 development
- ts-node ^10.9.1 development
- typescript ^4.9.4 development
- aws-sdk ^2.1275.0
- express ^4.18.2
- passport ^0.6.0
- passport-http ^0.3.0
- pg ^8.8.0
- pino ^8.8.0
- pino-http ^8.3.0
pyproject.toml
pypi
requirements_dev.txt
pypi
- release-version * development
.github/workflows/docker.yml
actions
- actions/attest-build-provenance v1 composite
- actions/checkout v4 composite
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/metadata-action v5 composite