-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Community Spotlight Blog Update for November 2023 (#169)
- Loading branch information
sharanf
authored
Nov 28, 2023
1 parent
c72a01a
commit 34faea4
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
src/blog/_posts/2023-11-30-community-spotlight-update-november-2023.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
title: Cadence Community Spotlight Update - November 2023 | ||
|
||
date: 2023-11-30 | ||
author: Sharan Foga | ||
authorlink: https://www.linkedin.com/in/sfoga/ | ||
--- | ||
Welcome to the latest of our regular monthly Community Spotlight updates that gives you news from in and around the Cadence community! | ||
|
||
It's been a couple of months since our last update so we have a lot of updates to share with you. | ||
|
||
Please see below for a roundup of the highlights: | ||
|
||
## Proposal for Cadence Native Authentication ## | ||
|
||
Community member [Mantas Sidlauskas](https://lt.linkedin.com/in/mantassidlauskas) has drafted a proposal around Cadence native authentication and is asking for community feedback. If you are interested in reviewing the current proposal and providing comments or feedback then please find the proposal details at the link below: | ||
|
||
- [Cadence Native Authentication Proposal](https://docs.google.com/document/d/13GxRBZfQkLyhDCrpFaZmRcw7DJJG-zdy0_mPXy3CcWw/edit#heading=h.c8u99ansg7ma) | ||
|
||
This is a great example of how we can focus on collaborating together to find a collective solution. A big thank you to Mantas for initiating this work and we hope to see the results of the community input soon! | ||
|
||
## iWF Deep Dive and More! ## | ||
|
||
During the last few months community member [Quanzheng Long](https://www.linkedin.com/in/prclqz/) has continued to share his thoughts about [iWF](https://github.com/indeedeng/iwf), a layer implemented on top of Cadence. Since our last update iWF now has a[Python SDK](https://github.com/indeedeng/iwf-python-sdk). Long has been busy writing articles to share iWF tips and tricks as well as some general ideas about workflows and processes. Links to Long's articles can be found below: | ||
|
||
- [iWF Deep Dive: workflowState+Durable Timer#1](https://medium.com/@qlong/iwf-deep-dive-workflowstate-durable-timer-1-0bb89e6d6fd4) | ||
|
||
- [Gotchas About SignalWithStart in Cadence/Temporal](https://medium.com/@qlong/gotchas-about-signalwithstart-in-cadence-temporal-c3783fe1cc2e) | ||
|
||
- ["Workflow" could be "Process" in WorkflowAsCode frameworks](https://medium.com/@qlong/workflow-could-be-process-in-workflowascode-frameworks-63dcb632c248) | ||
|
||
## New Go Samples for Cadence ## | ||
|
||
The Cadence core team is deprecating the old samples for Go and replacing them with new version 2 (V2) samples. They have received a lot of feedback from the community that people are having trouble with old samples, so are in the process of publishing a completely new set of samples for Go. | ||
|
||
Here are some major changes to the new samples: | ||
|
||
- Easy to use the read - the new samples will be completely based on CLIs instead of running a binary. (This is consistent with current Cadence use experience) | ||
- Simple and transparent worker configuration - the old samples did not provide user a clear demonstration about the relationship between the worker and workflow themselves | ||
- The new samples will help you bootstrap your Cadence workflow faster and easier. | ||
- More vivid and self-explanatory - instead of the traditional "HelloWorld" type of samples, we want to make it more interesting and engaging. (Each sample will try to simulate a real-life use case to make them more understandable and fun to learn!) | ||
|
||
We hope the community will enjoy these changes. If you have any questions or have new an idea for a new sample then please reach out to [Chris Qin](https://www.linkedin.com/in/chrisqin0610). | ||
|
||
The new Go samples can be found at: | ||
- https://github.com/uber-common/cadence-samples/tree/master/new_samples. | ||
|
||
Note that the old samples will be removed once the new samples are fully refreshed. | ||
|
||
## Cadence Retrospective ## | ||
|
||
We are nearly at the end of another year and yes it has gone so fast! Over this year Cadence and the community have evolved and grown. This is a good time to reflect about all the things that have happened in the project over the year and think about a possible roadmap for the future. | ||
|
||
If you have any feedback, or comments about the project or ideas about what features you'd like to see in the roadmap then please feel free to begin a discussion in the #community [Slack](http://t.uber.com/cadence-slack) channel. | ||
|
||
## Cadence in the News! | ||
|
||
Below are a selection of Cadence related articles, blogs and whitepapers. | ||
Please take a look and feel free to share via your own social media channels. | ||
|
||
- [How to Throttle Cadence](https://www.instaclustr.com/blog/how-to-throttle-cadence/) | ||
|
||
- [iWF Deep Dive: workflowState+Durable Timer#1](https://medium.com/@qlong/iwf-deep-dive-workflowstate-durable-timer-1-0bb89e6d6fd4) | ||
|
||
- [Gotchas About SignalWithStart in Cadence/Temporal](https://medium.com/@qlong/gotchas-about-signalwithstart-in-cadence-temporal-c3783fe1cc2e) | ||
|
||
- ["Workflow" could be "Process" in WorkflowAsCode frameworks](https://medium.com/@qlong/workflow-could-be-process-in-workflowascode-frameworks-63dcb632c248) | ||
|
||
## Upcoming Events | ||
|
||
- [On Demand Webinar: Building With Cadence:Quantifiable Efficiency](https://netapp.zoom.us/webinar/register/WN_jT5fxSldRhuzV0NSllBd7g#/registration) | ||
|
||
If you have any news or topics you'd like us to include in our next update then please join our [Slack](http://t.uber.com/cadence-slack) #community channel. | ||
|
||
Please remember that this update is for you - so if you have any comments or feedback that could help us improve it then please share it with us in the #community [Slack](http://t.uber.com/cadence-slack) channel. |