fs2-es icon indicating copy to clipboard operation
fs2-es copied to clipboard

v1.0.0 Ideas

Open sloshy opened this issue 3 years ago • 1 comments

Besides what's already implemented on main, the following things would be nice to have before calling a v1.0.0 release:

  • At least one or two implementations of actual event logs, so files, kafka, DB table, maybe Cassandra.
  • Codecs, circe/binary would be a good start. Maybe protobuf or avro or something too.
  • Rename the lib to something that sounds less like it's about elasticsearch
  • Redo the docs
  • Do a video on it. Maybe buy a green screen for it so I can be over the presentation.
  • Machinery for "snapshotting" the event log.

sloshy avatar Feb 16 '21 17:02 sloshy

wondering if this should also allow for when to actually perform snapshotting? i.e every event or every nth event. Would also like to propose, subscribeFrom(offset:Long) to get the state and updates from any offset.

Swoorup avatar Nov 14 '21 08:11 Swoorup