https://github.com/awslabs/aws-c-event-stream
C99 implementation of the vnd.amazon.eventstream content-type.
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 (6.7%) to scientific vocabulary
Keywords from Contributors
Repository
C99 implementation of the vnd.amazon.eventstream content-type.
Basic Info
Statistics
- Stars: 37
- Watchers: 25
- Forks: 48
- Open Issues: 2
- Releases: 39
Metadata Files
README.md
AWS C Event Stream
C99 implementation of the vnd.amazon.event-stream content-type.
License
This library is licensed under the Apache 2.0 License.
Usage
Building
CMake 3.9+ is required to build.
<install-path> must be an absolute path in the following instructions.
Linux-Only Dependencies
If you are building on Linux, you will need to build aws-lc and s2n-tls first.
```
git clone git@github.com:awslabs/aws-lc.git
cmake -S aws-lc -B aws-lc/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:aws/s2n-tls.git
cmake -S s2n-tls -B s2n-tls/build -DCMAKEINSTALLPREFIX=
Building aws-c-event-stream and Remaining Dependencies
```
git clone git@github.com:awslabs/aws-c-common.git
cmake -S aws-c-common -B aws-c-common/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-checksums.git
cmake -S aws-checksums -B aws-checksums/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-cal.git
cmake -S aws-c-cal -B aws-c-cal/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-io.git
cmake -S aws-c-io -B aws-c-io/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-event-stream.git
cmake -S aws-c-event-stream -B aws-c-event-stream/build -DCMAKEINSTALLPREFIX=
Encoding
Event stream encoding provides bidirectional communication between a client and a server.
Each message consists of two sections: the prelude and the data. The prelude consists of: 1. The total byte length of the message 2. The combined byte length of all headers
The data section consists of: 1. Headers 2. Payload
Each section ends with a 4-byte big-endian CRC32 checksum. The message checksum is for both the prelude section and the data section.
Total message overhead, including the prelude and both checksums, is 16 bytes.
The following diagram shows the components that make up a message and a header. There are multiple headers per message.

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
- Release event: 6
- Watch event: 2
- Delete event: 10
- Issue comment event: 1
- Push event: 39
- Pull request review comment event: 7
- Pull request review event: 21
- Pull request event: 30
- Fork event: 1
- Create event: 22
Last Year
- Release event: 6
- Watch event: 2
- Delete event: 10
- Issue comment event: 1
- Push event: 39
- Pull request review comment event: 7
- Pull request review event: 21
- Pull request event: 30
- Fork event: 1
- Create event: 22
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jonathan M. Henson | h****o@a****m | 24 |
| Justin Boswell | b****j@a****m | 14 |
| Michael Graeb | g****m@a****m | 14 |
| Bret Ambrose | b****e@g****m | 13 |
| Marco Magdy | m****o@a****m | 11 |
| James Siri | j****i@a****m | 7 |
| Waqar Ahmed Khan | w****7@g****m | 6 |
| Jonathan M. Henson | j****n@g****m | 5 |
| Colden Cullen | c****n@a****m | 5 |
| Colden Cullen | c****n@c****m | 3 |
| Dengke Tang | d****t@a****m | 2 |
| Andrew Tang | t****r@a****m | 2 |
| Dmitriy Musatkin | 6****n | 1 |
| Marco Magdy | m****y | 1 |
| Ryan Carper | 5****r | 1 |
| Yasmine Talby | 1****y | 1 |
| Andrew Tang | t****1@1****m | 1 |
| Dengke Tang | 8****5@q****m | 1 |
| Joseph Klix | j****l@a****m | 1 |
| Joseph Klix | j****x@g****m | 1 |
| Marco Magdy | m****y@g****m | 1 |
| Matthew Albrecht | m****5@g****m | 1 |
| Pushen Wang | w****h@a****m | 1 |
| Pushen Wang | w****0@h****m | 1 |
| TwistedTwigleg | t****g@g****m | 1 |
| singku | t****1@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 16
- Total pull requests: 138
- Average time to close issues: 7 months
- Average time to close pull requests: 2 months
- Total issue authors: 14
- Total pull request authors: 25
- Average comments per issue: 4.06
- Average comments per pull request: 0.15
- Merged pull requests: 109
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 33
- Average time to close issues: N/A
- Average time to close pull requests: 8 days
- Issue authors: 0
- Pull request authors: 8
- Average comments per issue: 0
- Average comments per pull request: 0.06
- Merged pull requests: 23
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- glaubitz (2)
- lml0001 (2)
- rpcme (1)
- bgklika (1)
- singku (1)
- zhangfanshcn (1)
- dburken (1)
- daniloegea (1)
- paololazzari (1)
- rafayhameed (1)
- stephanecharette (1)
- dmitryash (1)
- beckylum0216 (1)
- tdenniston (1)
Pull Request Authors
- graebm (25)
- bretambrose (23)
- waahm7 (16)
- JonathanHenson (14)
- justinboswell (10)
- DmitriyMusatkin (6)
- jmklix (6)
- TingDaoK (6)
- sbSteveK (4)
- ColdenCullen (4)
- marcomagdy (3)
- singku (3)
- sfod (2)
- ashishdhingra (2)
- TwistedTwigleg (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 16
-
Total downloads:
- homebrew 4,456 last-month
-
Total dependent packages: 13
(may contain duplicates) -
Total dependent repositories: 130
(may contain duplicates) - Total versions: 118
- Total maintainers: 3
proxy.golang.org: github.com/awslabs/aws-c-event-stream
- Documentation: https://pkg.go.dev/github.com/awslabs/aws-c-event-stream#section-documentation
- License: apache-2.0
-
Latest release: v0.5.6
published 11 months ago
Rankings
alpine-v3.18: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.1-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.18: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.1-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-edge: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.6-r0
published 11 months ago
Rankings
Maintainers (1)
alpine-edge: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.6-r0
published 11 months ago
Rankings
Maintainers (1)
conda-forge.org: aws-c-event-stream
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.2.15
published almost 4 years ago
Rankings
anaconda.org: aws-c-event-stream
C99 implementation of the vnd.amazon.eventstream content-type.
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.6
published 11 months ago
Rankings
formulae.brew.sh: aws-c-event-stream
C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.6
published 10 months ago
Rankings
alpine-v3.19: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.1-r0
published about 2 years ago
Rankings
alpine-v3.21: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.19: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.1-r0
published about 2 years ago
Rankings
alpine-v3.20: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.2-r0
published about 2 years ago
Rankings
alpine-v3.22: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.4-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.21: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.20: aws-c-event-stream
AWS C99 implementation of the vnd.amazon.eventstream content-type
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.4.2-r0
published about 2 years ago
Rankings
alpine-v3.22: aws-c-event-stream-dev
AWS C99 implementation of the vnd.amazon.eventstream content-type (development files)
- Homepage: https://github.com/awslabs/aws-c-event-stream
- License: Apache-2.0
-
Latest release: 0.5.4-r0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- DoozyX/clang-format-lint-action v0.3.1 composite
- actions/checkout v1 composite
- aws-actions/closed-issue-message v1 composite
- aws-github-ops/handle-stale-discussions v1 composite
- aws-actions/stale-issue-cleanup v3 composite