https://github.com/awslabs/amazon-sqs-java-extended-client-lib
An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
https://github.com/awslabs/amazon-sqs-java-extended-client-lib
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Basic Info
Statistics
- Stars: 222
- Watchers: 26
- Forks: 110
- Open Issues: 44
- Releases: 20
Topics
Metadata Files
README.md
Amazon SQS Extended Client Library for Java
The Amazon SQS Extended Client Library for Java enables you to manage Amazon SQS message payloads with Amazon S3. This is especially useful for storing and retrieving messages with a message payload size greater than the current SQS limit of 256 KB, up to a maximum of 2 GB. Specifically, you can use this library to:
Specify whether message payloads are always stored in Amazon S3 or only when a message's size exceeds 256 KB.
Send a message that references a single message object stored in an Amazon S3 bucket.
Get the corresponding message object from an Amazon S3 bucket.
Delete the corresponding message object from an Amazon S3 bucket.
You can download release builds through the releases section of this project.
For more information on using the amazon-sqs-java-extended-client-lib, see our getting started guide here.
Getting Started
- Sign up for AWS -- Before you begin, 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.
- Sign up for Amazon SQS -- Go to the Amazon SQS console to sign up for the service.
- Minimum requirements -- To use the sample application, you'll need Java 7 (or later) and Maven 3. For more information about the requirements, see the Getting Started section of the Amazon SQS Developer Guide.
- Download -- Download the latest preview release or pick it up from Maven:
### Version 2.x
xml <dependency> <groupId>com.amazonaws</groupId> <artifactId>amazon-sqs-java-extended-client-lib</artifactId> <version>2.1.2</version> <type>jar</type> </dependency>
Version 1.x
xml
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
<version>1.2.5</version>
<type>jar</type>
</dependency>
* Further information - Read the API documentation.
Feedback
- Give us feedback here.
- If you'd like to contribute a new feature or bug fix, we'd love to see Github pull requests from you.
Owner
- Name: Amazon Web Services - Labs
- Login: awslabs
- Kind: organization
- Location: Seattle, WA
- Website: http://amazon.com/aws/
- Repositories: 914
- Profile: https://github.com/awslabs
AWS Labs
GitHub Events
Total
- Create event: 2
- Issues event: 1
- Release event: 1
- Watch event: 7
- Issue comment event: 4
- Push event: 1
- Pull request review event: 3
- Pull request event: 4
- Fork event: 2
Last Year
- Create event: 2
- Issues event: 1
- Release event: 1
- Watch event: 7
- Issue comment event: 4
- Push event: 1
- Pull request review event: 3
- Pull request event: 4
- Fork event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****]@u****m | 15 |
| Adam Bchouti | 6****s@u****m | 6 |
| Adam Bchouti | a****o@a****m | 5 |
| Jacob Li | z****i@a****m | 5 |
| Richard Smith | r****h@s****m | 4 |
| Mit Suthar | 1****s@u****m | 2 |
| ziyanli-amazon | 7****n@u****m | 2 |
| Amin Suzani | s****s@a****m | 2 |
| Damian Nardelli | D****x@u****m | 1 |
| Evangilo Morais | e****o@a****m | 1 |
| Gabija Balvociute | 4****p@u****m | 1 |
| Grigory Pomadchin | g****n@d****m | 1 |
| Henri Yandell | h****l@a****m | 1 |
| Jakub Wojciak | j****k@a****m | 1 |
| Michael Ngo | m****7@u****m | 1 |
| Troy Zhang | t****n@a****m | 1 |
| Vitor Buitoni | v****i@g****m | 1 |
| shotmk | 5****k@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 53
- Total pull requests: 148
- Average time to close issues: over 1 year
- Average time to close pull requests: 6 months
- Total issue authors: 51
- Total pull request authors: 33
- Average comments per issue: 2.38
- Average comments per pull request: 0.91
- Merged pull requests: 45
- Bot issues: 0
- Bot pull requests: 88
Past Year
- Issues: 3
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- shotmk (2)
- glidester (2)
- jtrunick (1)
- FilipeCunha720 (1)
- safer-bot (1)
- mrwanny (1)
- vaibhavdave (1)
- HealthPDU (1)
- ruscon (1)
- jinesh-bhatt (1)
- jkuehl2 (1)
- DaniShMyGit (1)
- adam-aws (1)
- cdespona (1)
- mabdelazim (1)
Pull Request Authors
- dependabot[bot] (88)
- adam-aws (8)
- ziyanli-amazon (4)
- jagdev-aws (4)
- richardsmithsfdc (4)
- mit-aws (3)
- shotmk (3)
- thread-sleep (2)
- juandavidg890121 (2)
- shuklaabhi (2)
- pomadchin (2)
- h-bragg (2)
- varunmehta (2)
- ashleyfrieze (2)
- dsw2127 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 52
- Total dependent packages: 8
- Total dependent repositories: 15
- Total versions: 20
repo1.maven.org: com.amazonaws:amazon-sqs-java-extended-client-lib
An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
- Homepage: https://github.com/awslabs/amazon-sqs-java-extended-client-lib/
- Documentation: https://appdoc.app/artifact/com.amazonaws/amazon-sqs-java-extended-client-lib/
- License: Apache License, Version 2.0
-
Latest release: 2.1.2
published about 1 year ago
Rankings
Dependencies
- commons-logging:commons-logging 1.2
- software.amazon.awssdk:s3 2.14.19
- software.amazon.awssdk:sqs 2.14.19
- software.amazon.payloadoffloading:payloadoffloading-common 2.1.2
- junit:junit 4.13.1 test
- org.mockito:mockito-core 3.12.4 test