You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content store caching is used by default for all external steps, and can be enabled for internal computations by providing suitable serialisation/deserialisation functions.
Are there any examples of how to provide the serialisation/deserialisation functions?
The text was updated successfully, but these errors were encountered:
Hi @rshin! In the newer version of funflow we've included a tutorial for caching pipeline steps. The constraint on the output of the pipeline step is that the output type has an instance of Store (many of the usual types already have instances implemented). More info on the Store typeclass can be found here https://hackage.haskell.org/package/store-0.7.11/docs/Data-Store.html
The README says:
Are there any examples of how to provide the serialisation/deserialisation functions?
The text was updated successfully, but these errors were encountered: