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
Idea: Investigate how easy it would be to store a stream from a ledger as a file (Protobuf or (preferably) JSON encoded), which can then be replayed as a BatchSource. This could be used for testing specific input from any ledger. The file could possibly be generated by running a projection into (hypothetical) file actions (with a projection that just takes the event directly and persists to file), or by some custom code that uses the gRPC client.
The text was updated successfully, but these errors were encountered:
ray-roestenburg-da
changed the title
Projection: Test BatchSource from protobuf files
Projection: Test BatchSource from resources / files
Dec 12, 2022
ray-roestenburg-da
changed the title
Projection: Test BatchSource from resources / files
Cusom Views: Idea for a test BatchSource from file
Dec 20, 2022
Idea: Investigate how easy it would be to store a stream from a ledger as a file (Protobuf or (preferably) JSON encoded), which can then be replayed as a
BatchSource
. This could be used for testing specific input from any ledger. The file could possibly be generated by running a projection into (hypothetical) file actions (with a projection that just takes the event directly and persists to file), or by some custom code that uses the gRPC client.The text was updated successfully, but these errors were encountered: