https://github.com/awslabs/payload-offloading-java-common-lib-for-aws

Shared library between AWS extended messaging clients to manage payloads larger than their limits.

https://github.com/awslabs/payload-offloading-java-common-lib-for-aws

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary

Keywords

s3 s3-bucket sns sns-extended-client sqs sqs-extended-client

Keywords from Contributors

labels
Last synced: 6 months ago · JSON representation

Repository

Shared library between AWS extended messaging clients to manage payloads larger than their limits.

Basic Info
  • Host: GitHub
  • Owner: awslabs
  • License: apache-2.0
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 81.1 KB
Statistics
  • Stars: 33
  • Watchers: 6
  • Forks: 15
  • Open Issues: 11
  • Releases: 11
Topics
s3 s3-bucket sns sns-extended-client sqs sqs-extended-client
Created over 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Payload Offloading Java Common Library For AWS

The Payload Offloading Java Common Library For AWS enables you to manage payloads with Amazon S3. For example, this is useful for storing and retrieving payloads with size greater than the current SQS/SNS limit of 256 KB, up to a maximum of 2 GB.

You can use this library to:

  • Specify whether payloads are always stored in Amazon S3 or only when a payload's size exceeds 256 KB.

  • Get the corresponding payload object from an Amazon S3 bucket.

  • Delete the corresponding payload object from an Amazon S3 bucket.

You can download release builds through the releases section of this project.

Getting Started

  • Sign up for AWS -- Before using this library with Amazon services, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see AWS Account and Credentials in the AWS SDK for Java Developer Guide.
  • Minimum requirements -- You'll need Java 8 (or later) and Maven 3.
  • Download -- Download the latest preview release or pick it up from Maven:

Version 2.x

xml <dependency> <groupId>software.amazon.payloadoffloading</groupId> <artifactId>payloadoffloading-common</artifactId> <version>2.2.0</version> </dependency>

Version 1.x

xml <dependency> <groupId>software.amazon.payloadoffloading</groupId> <artifactId>payloadoffloading-common</artifactId> <version>1.1.3</version> </dependency>

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 24
  • Total Committers: 11
  • Avg Commits per committer: 2.182
  • Development Distribution Score (DDS): 0.667
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dependabot[bot] 4****]@u****m 8
Adam Bchouti 6****s@u****m 3
Adam Bchouti a****o@a****m 3
Mark Sailes 4****s@u****m 2
ziyanli-amazon 7****n@u****m 2
Ahmed Hammad h****l@g****m 1
Amazon GitHub Automation 5****o@u****m 1
Fatemeh Rizi 6****i@u****m 1
Jacob Li z****i@a****m 1
Rania Chantzopoulou c****a@g****m 1
Scott Gerring s****g@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 54
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 7
  • Total pull request authors: 11
  • Average comments per issue: 0.43
  • Average comments per pull request: 0.67
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 36
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
  • goldmar (1)
  • suhasbhatta (1)
  • adam-aws (1)
  • richardsmithsfdc (1)
  • Logic-32 (1)
  • robin-aws (1)
  • ahmedhammad97 (1)
Pull Request Authors
  • dependabot[bot] (48)
  • richardsmithsfdc (5)
  • adam-aws (4)
  • msailes (3)
  • rbugatha (2)
  • scottgerring (1)
  • aws-rizi (1)
  • ziyanli-amazon (1)
  • ADU-21 (1)
  • rania-chantz (1)
  • ahmedhammad97 (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (48) java (47)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total docker downloads: 52
  • Total dependent packages: 4
  • Total dependent repositories: 5
  • Total versions: 11
repo1.maven.org: software.amazon.payloadoffloading:payloadoffloading-common

Common library between extended Amazon AWS clients to save payloads up to 2GB on Amazon S3.

  • Versions: 11
  • Dependent Packages: 4
  • Dependent Repositories: 5
  • Docker Downloads: 52
Rankings
Docker downloads count: 6.0%
Dependent repos count: 10.9%
Dependent packages count: 13.9%
Average: 20.5%
Forks count: 35.5%
Stargazers count: 36.0%
Last synced: 6 months ago

Dependencies

pom.xml maven
  • software.amazon.awssdk:s3 2.16.73
  • software.amazon.awssdk:utils 2.16.73
  • junit:junit 4.13.1 test
  • org.hamcrest:hamcrest-all 1.3 test
  • org.mockito:mockito-core 3.3.3 test
  • pl.pragmatists:JUnitParams 1.1.1 test