pragmaxim-com / ergo-uexplorer

Supplementary ergo chain explorer/analyzer with Scala/ZIO
MIT License
15 stars 1 forks source link

refactoring towards composability -> reader, processor, writter #14

Closed pragmaxim closed 1 year ago

pragmaxim commented 1 year ago

There is one huge akka-stream with many responsibilities. It is better to chop it up to block reader, block processor and block writer, so it can be composable even further later on.