https://github.com/getlantern/wal
Write-ahead log in Golang
https://github.com/getlantern/wal
Last synced: 8 months ago
JSON representation
Write-ahead log in Golang
- Host: GitHub
- URL: https://github.com/getlantern/wal
- Owner: getlantern
- License: apache-2.0
- Created: 2016-09-21T19:03:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T19:43:18.000Z (over 4 years ago)
- Last Synced: 2024-06-19T00:18:28.055Z (almost 2 years ago)
- Language: Go
- Size: 56.6 KB
- Stars: 41
- Watchers: 18
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wal
This package provides a simple data structure for use as a write-ahead log.