Dapr event-driven reference application.
- Imports a batch of files ("Bulkie") into the system.
- Tracks status of imports
Dapr Building blocks:
- Virtual actors
- Pub/Sub
- Actor state
Event driven:
- Status updates
- File processing submissions
Below shows a sequence diagram for the creation of a Bulkie (with Dapr building blocks included):
Add files to the Setup directory in BulkieFileProcessor.API. Note: Solution assumes that large files are chunked.