Fork me on GitHub
#onyx
<
2017-08-22
>
jetmind06:08:34

@michaeldrogalis looks like 0.10 can store state in S3 instead of bookkeeper. Is it possible to write own plugin to store it in e.g. postgres?

lucasbradstreet06:08:17

It likely depends on how much state you need to store and how big blobs Postgres can handle.

lucasbradstreet06:08:05

You could also split it up into smaller blobs, but it'd require a little more work

lucasbradstreet06:08:09

All definitely possible