https://github.com/linka-cloud/reconcile
https://github.com/linka-cloud/reconcile
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linka-cloud/reconcile
- Owner: linka-cloud
- License: apache-2.0
- Created: 2021-07-23T14:26:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T14:07:29.000Z (over 3 years ago)
- Last Synced: 2025-02-08T12:44:12.162Z (4 months ago)
- Language: Go
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reconcile
Reconcile is a small module implementing the reconcile pattern.
It provided the three main elements:
- 2 Storage interfaces providing persistence and observability: Read/Watch and Write
- A Cache, an in memory read-only storage holding the already fetched resources
- A Reconciler pattern implementation, watching the cache and called on every resource event