rdf-connect / ldes-client

The TREE/LDES client to replicate and synchronize LDESs: the RDF Connect processor
https://rdf-connect.github.io/ldes-client/
6 stars 2 forks source link

Persist state on disk #2

Closed ajuvercr closed 3 months ago

ajuvercr commented 8 months ago

Currently the code is split into two parts: the (fragment) fetcher and the (member) manager, both need state to remember what has been seen before. For this state objects need to exists that can persist their information to disk.

This issue is resolved when

I think later on, both the fetcher and the manager will need to persist multiple arrays of things, it would be nice if this can already be done with these state objects.

ajuvercr commented 8 months ago

@kkostov Pieter told me you would like to help with this cli application, I think this issue is a great start. It may not be super complex or anything and I know it is below your capabilities, but as long as the main logic is not there yet, it is good to do things without interfering with each other. So if you want, go ahead, if not don't :stuck_out_tongue_closed_eyes: