You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@
6
6
7
7
This is Pub/Sub for the [Watermill](https://watermill.io/) project.
8
8
9
-
All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
9
+
10
+
See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
10
11
11
12
Watermill is a Go library for working efficiently with message streams. It is intended
12
13
for building event driven applications, enabling event sourcing, RPC over messages,
13
14
sagas and basically whatever else comes to your mind. You can use conventional pub/sub
14
15
implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
15
16
17
+
All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
18
+
16
19
Documentation: https://watermill.io/
17
20
18
21
Getting started guide: https://watermill.io/docs/getting-started/
@@ -29,7 +32,7 @@ and submit your pull request via GitHub.
29
32
30
33
If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
31
34
32
-
Please join us on the `#watermill` channel on the [Gophers slack](https://gophers.slack.com/): You can get an invite [here](https://gophersinvite.herokuapp.com/).
35
+
Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
0 commit comments