https://github.com/acjzz/gokaf
gokaf is a robust in-memory pubsub engine meticulously crafted to provide seamless and nearly real-time data streams.
https://github.com/acjzz/gokaf
golang golang-module inmemory pubsub
Last synced: 5 months ago
JSON representation
gokaf is a robust in-memory pubsub engine meticulously crafted to provide seamless and nearly real-time data streams.
- Host: GitHub
- URL: https://github.com/acjzz/gokaf
- Owner: acjzz
- License: mit
- Created: 2019-12-18T16:34:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T08:35:32.000Z (over 2 years ago)
- Last Synced: 2025-08-15T06:55:34.985Z (10 months ago)
- Topics: golang, golang-module, inmemory, pubsub
- Language: Go
- Homepage:
- Size: 349 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
README
# gokaf
[](https://github.com/acjzz/gokaf/actions/workflows/ci.yml)
[](/.github/.testcoverage.yml)
[](https://goreportcard.com/report/github.com/acjzz/gokaf)
[](https://github.com/acjzz/gokaf/blob/master/LICENSE)
[](https://pkg.go.dev/github.com/acjzz/gokaf)
[](https://acjzz.github.io/gokaf/bench/index.html)
`gokaf` a straightforward, in-memory pubsub engine designed to facilitate nearly real-time data streams.
## Overview
`gokaf` is a robust in-memory pubsub engine meticulously crafted to provide seamless and nearly real-time data streams.
This module is strategically constructed on the foundation of Golang channels, employing a highly efficient pubsub messaging approach.
By harnessing the inherent simplicity and concurrency features of Golang, gokaf excels in real-time message processing, offering an agile and responsive solution for applications with low-latency requirements in memory data processing.
The design principles of gokaf are centered around optimal performance.