An open API service indexing awesome lists of open source software.

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: 4 months ago
JSON representation

aggregator is KVS server and it automatically removes value when the caller is down.

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)