Guides¶
-
Configuration
Learn how to configure Datashare, your workers and app to run your own tasks
-
Deploy with Docker
Learn how to deploy your workers using Docker
-
Dependency injection
Learn how to add lifespan dependencies to your app: app config, loggers, DB connections, clients...
-
Datashare index reads and writes
Learn how to read from and write to Datashare's index
-
Task workflows
Learn about complex task workflows, batched task, sequential tasks...
-
Task routing
Learn distribute specific tasks to workers with the right computational resources
-
Failure recovery
Learn how to implement robust tasks which can recover from expected failures
-
Testing
Learn how to test your tasks
-
Progress updates
Learn how to perform complex progress updates to monitor your tasks