Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aikar/bufferlog
Maintain a log of binary buffers to disk that can be replayed on demand. Similar technique used by MySQL BinLogs and Apache Kafka.
https://github.com/aikar/bufferlog
Last synced: 5 days ago
JSON representation
Maintain a log of binary buffers to disk that can be replayed on demand. Similar technique used by MySQL BinLogs and Apache Kafka.
- Host: GitHub
- URL: https://github.com/aikar/bufferlog
- Owner: aikar
- License: mit
- Created: 2019-11-02T00:29:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T20:05:37.000Z (about 5 years ago)
- Last Synced: 2024-10-11T03:21:33.741Z (about 1 month ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bufferlog
Maintain a log of binary buffers to disk that can be replayed on demand. Similar technique used by MySQL BinLogs and Apache Kafka.