[erlang-questions] Distributed Term Logging
Vance Shipley
vances@REDACTED
Tue Mar 5 13:50:34 CET 2013
Is there an existing application which would provide distributed term
logging which provides the following characteristics?
- low write overhead
- durability
- eventual consistency
Where only these use cases are required:
- write once
- append only
- sequential reads
I could just use distributed disk_log's and get everything but consistency.
Should I just write my own layer on top of that or has someone else already
done this?
--
-Vance
More information about the erlang-questions
mailing list