Append Only Log Data Structure

A quick question. Is there any append only log lib or implementation like [0] in Scala. I search on the internet and forum, but couldn’t find similar one. So ask here.

Thanks

[0]. https://github.com/mafintosh/hypercore

I don’t know of a library that’s exactly like this, but Kafka got its start as a Distributed Log and would still be well suited to that purpose if you chose to deploy it.

What, specifically, are you trying to accomplish?