Skip to content

Commit d6794c5

Browse files
ghaskinsecb
authored andcommitted
Refactor README and include Boston Clojure Group presentation
Signed-off-by: Greg Haskins <[email protected]>
1 parent f28a099 commit d6794c5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,28 @@
33
[![Clojars Project](https://img.shields.io/clojars/v/io.github.manetu/temporal-sdk.svg)](https://clojars.org/io.github.manetu/temporal-sdk)
44

55
[Temporal](https://github.com/temporalio/temporal) is a Workflow-as-Code platform for building and operating
6-
resilient applications using developer-friendly primitives, instead of constantly fighting your infrastructure.
6+
resilient applications using developer-friendly primitives instead of constantly fighting your infrastructure.
77

8-
This Clojure SDK is a framework for authoring Workflows and Activities in Clojure. (For other languages, see [Temporal SDKs](https://docs.temporal.io/application-development).)
8+
This Clojure SDK is a framework for authoring Workflows and Activities in Clojure. (For other languages, see [Temporal SDKs](https://docs.temporal.io/application-development).)
99

1010
### Status
1111

1212
**Alpha**
1313

14-
This SDK is functional, but undergoing active development. Some major features (Queries, Child-Workflows, SideEffects, etc) are missing/incomplete. API may evolve in breaking ways, though we will always bump at least the minor version when this happens and include a note.
14+
This SDK is battle-tested and used in production but is undergoing active development and is subject to breaking changes (*). Some significant features (Versioning, Queries, and Child-Workflows, etc) are missing/incomplete.
15+
16+
> (*) We will always bump at least the minor version when breaking changes are introduced and include a release note.
1517
1618
### Clojure SDK
1719

1820
- [Clojure SDK and API documentation](https://cljdoc.org/d/io.github.manetu/temporal-sdk)
1921
- [Clojure Samples](./samples/README.md)
22+
- Presentations
23+
- [Boston Clojure Group Meetup 1/19/23](https://www.meetup.com/boston-clojure-group/events/290502741/)
24+
- [Video Recording](https://youtu.be/gztsbSP5I3s)
25+
- [Slides](https://docs.google.com/presentation/d/1D7cd4UUI_6ZEzd7RbSgujB-5PsD-EDGE)
2026

21-
### Temporal in general
27+
### Temporal, in general
2228

2329
- [Temporal docs](https://docs.temporal.io/)
2430
- [Install Temporal Server](https://docs.temporal.io/docs/server/quick-install)
@@ -30,7 +36,7 @@ This SDK is functional, but undergoing active development. Some major features
3036

3137
## Contributing
3238

33-
Pull requests welcome. Please be sure to include a [DCO](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) in any commit messages.
39+
Pull requests are welcome. Please include a [DCO](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) in any commit messages.
3440

3541
## License
3642

0 commit comments

Comments
 (0)