ClickHouse on Persistent Lagom

Hi,
any documentation/suggestions about how to integrate Clickhouse database ( https://clickhouse.yandex )as a Persistence layer on Lagom?

Hi @ennio1991,

at the moment Lagom’s persistence is based on existing Akka Persistence plugins. I think the first step would be to implement one such plugin for ClickHouse. Have a look at Building a storage backend for Akka Persistence.

Cheers,

1 Like