Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk): rfc for cloud.Stream and AWS support #4744

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

5herlocked
Copy link

@5herlocked 5herlocked commented Oct 31, 2023

Implementing design and library spec supporting and integrating real-time streaming services.

Streaming data services allow real-time processing of continuously generated high-velocity data to enable instant analytics and insights. They provide dynamic scaling, fault tolerance and distributed processing make them a natural fit for building scalable, reliable and low-latency systems in the cloud.

Supporting #1333

Checklist

  • Title matches Winglang's style guide
  • Description explains motivation and solution
  • Tests added (always)
  • Docs updated (only required for features)
  • Added pr/e2e-full label if this feature requires end-to-end testing

By submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.

@5herlocked 5herlocked changed the title feat(sdk): RFC and AWS support for cloud.Stream feat(sdk): rfc for cloud.Stream and AWS support Oct 31, 2023
@monadabot monadabot added the ⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good! label Oct 31, 2023
Copy link
Contributor

@Chriscbr Chriscbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks an awesome start @5herlocked! I've added some suggestions, but the API is shaping up really well 👍

libs/wingsdk/src/cloud/stream.md Outdated Show resolved Hide resolved
docs/contributing/999-rfcs/1333-cloud-stream-spec.md Outdated Show resolved Hide resolved
libs/wingsdk/src/cloud/stream.md Outdated Show resolved Hide resolved
libs/wingsdk/src/cloud/stream.md Outdated Show resolved Hide resolved
@Chriscbr Chriscbr removed the ⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good! label Oct 31, 2023
@eladb
Copy link
Contributor

eladb commented Nov 6, 2023

It's very exciting to see this!

@monadabot monadabot added the ⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good! label Nov 6, 2023
Copy link

github-actions bot commented Feb 7, 2024

Hi,

This PR has not seen activity in 20 days. Therefore, we are marking the PR as stale for now. It will be closed after 7 days.
If you need help with the PR, do not hesitate to reach out in the winglang community discord at winglang.discord.com.
Feel free to re-open this PR when it is still relevant and ready to be worked on again.
Thanks!

@github-actions github-actions bot added the Stale label Feb 7, 2024
Finished setConsumer method, added support for Attaching event sources.
@github-actions github-actions bot removed the Stale label Feb 13, 2024
@garysassano
Copy link
Collaborator

I believe WarpStream could be a nice way to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ pr/review-mutation PR has been mutated and will not auto-merge. Clear this label if the changes look good!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants