Skip to content

Commit

Permalink
[doc] [#33] Add community examples link to Bling Gist
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 24, 2024
1 parent 8412ac2 commit 8cd4ca9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions projects/main/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@
*unchecked-math* false #_:warn-on-boxed}

:dependencies
[[org.clojure/core.async "1.7.701"]
[org.clojure/test.check "1.1.1"]
[org.clojure/tools.logging "1.3.0"]
[org.slf4j/slf4j-api "2.0.16"]
[com.taoensso/telemere-slf4j "1.0.0-RC1"]
#_[org.slf4j/slf4j-simple "2.0.16"]
#_[org.slf4j/slf4j-nop "2.0.16"]
[[org.clojure/core.async "1.7.701"]
[org.clojure/test.check "1.1.1"]
[org.clojure/tools.logging "1.3.0"]
[org.slf4j/slf4j-api "2.0.16"]
[com.taoensso/telemere-slf4j "1.0.0-RC1"]
#_[org.slf4j/slf4j-simple "2.0.16"]
#_[org.slf4j/slf4j-nop "2.0.16"]
#_[io.github.paintparty/bling "0.4.2"]

;;; For optional handlers
[io.opentelemetry/opentelemetry-api "1.45.0"]
Expand Down
1 change: 1 addition & 0 deletions wiki/8-Community.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Includes videos, tutorials, demo projects, etc.
| ------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Support | [Official Slack channel](https://www.taoensso.com/telemere/slack) for questions, help, etc. |
| Support | [Official GitHub issues](https://github.com/taoensso/telemere/issues) for questions, help, bug reports, PRs, etc. |
| Example | [Gist](https://gist.github.com/ptaoussanis/f8a80f85d3e0f89b307a470ce6e044b5) showing use with [Bling](https://github.com/paintparty/bling) (2024-12-23) |
| Example | [Gist](https://gist.github.com/xlfe/e9e2cf23bd1dddcbb2fbd77ce31dcc8b) showing use with **Google Cloud Platform** (GCP) (2024-10-13) |
| Study | [YouTube learning session](https://www.youtube.com/watch?v=uyApiNg6h7Y) by [Los Angeles Clojure Users Group](https://www.meetup.com/los-angeles-clojure-users-group/) (107 mins) (2024-06-12) |
| Demo | [Official YouTube demo](https://www.youtube.com/watch?v=-L9irDG8ysM) for Telemere's launch (24 mins) (2024-04-18) |
Expand Down

0 comments on commit 8cd4ca9

Please sign in to comment.