Re: [akka-user] Re: Simple flatfile + JSON persistence plugin?

2017-01-12 Thread Alan Burlison
On 12/01/2017 19:07, Rafał Krzewski wrote: Of course all this is moot if said tool already exist, and you are now trying to tweak Akka to produce event log in suitable format :) That's the use case - JSON text files containing a sequence of events are the desired output. Being able to use

[akka-user] Re: Simple flatfile + JSON persistence plugin?

2017-01-12 Thread Rafał Krzewski
Hi Alan, I remember someone suggesting using a RDBMS as the store for similar use case. For example you could take https://github.com/okumin/akka-persistence-sql-async plugin to write the messages to PostgreSQL, but declare the message and snapshot columns in the tables as JSONB rather than