From 1ea3eb651535045a2be17850b86d75c27a03f5b8 Mon Sep 17 00:00:00 2001 From: Mehmet Cetin Date: Tue, 26 Nov 2024 00:41:04 +0300 Subject: [PATCH] updates README --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index be1ea08..5e83042 100644 --- a/README.md +++ b/README.md @@ -26,25 +26,6 @@ go get github.com/thisiscetin/sirkeji ## Getting Started -To demonstrate Sirkeji, let's build a system where one component randomly publishes numbers, and others react to that event. - -## Contributing - -Contributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure your code is well-tested and aligns with the project's goals. -- **In-Memory Streaming**: Ultra-fast event processing without the complexity of external message brokers. -- **Decoupled Components**: Promote modularity by eliminating tightly coupled dependencies. -- **Extensible Subscribers**: Add, modify, or replace subscribers easily without breaking the system. - -## Installation - -Install Sirkeji using `go get` - -```bash -go get github.com/thisiscetin/sirkeji -``` - -## Getting Started - To demonstrate Sirkeji, let's build a system where one component randomly publishes numbers, and others react to following events. Start by subscribing a built-in logger to visualize events, and a blocking function waiting for SIGTERM.