https://github.com/mopp/aggregator
aggregator is KVS server and it automatically removes value when the caller is down.
https://github.com/mopp/aggregator
erlang erlang-library kvs
Last synced: 12 months ago
JSON representation
aggregator is KVS server and it automatically removes value when the caller is down.
- Host: GitHub
- URL: https://github.com/mopp/aggregator
- Owner: mopp
- License: apache-2.0
- Created: 2019-03-10T05:15:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T20:25:46.000Z (about 7 years ago)
- Last Synced: 2025-03-13T15:27:15.899Z (about 1 year ago)
- Topics: erlang, erlang-library, kvs
- Language: Erlang
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aggregator
aggregator provides KVS which key associates with the caller.
The value is removed automatically if the caller process is down.
### features
- Process responsive KVS
- Support OTP-18 and the laters
### API
See [doc](doc/aggregator.md).
### LICENSE
Licensed under [Apache License, Version 2.0](LICENSE)