Skip to content

Lightbus Overview
Type to start searching
    GitHub
    • Home
    • Tutorials
    • How to
    • Explanation
    • Reference
    GitHub
    • Home
      • Overview
      • 1. Installation
      • 2. Quick start
      • 3. Worked example
      • 4. Django & Lightbus
      • Getting involved (even if you don't code)
      • Overview
      • Access your bus client
      • Schedule recurring tasks
      • Run background tasks
      • Migrate from Celery to Lightbus
      • Write idempotent event handlers
      • Use Lightbus for realtime metrics
      • Use Lightbus for event sourcing
      • Modify Lightbus
      • Overview
      • Anatomy lesson
      • Services
      • The bus
      • APIs
      • Remote procedure calls
      • Events
      • Marshalling
      • Transports
      • Configuration
      • Schema
      • Lightbus vs Celery
      • Architecture tips
      • Performance
      • Overview
      • APIs
      • Remote procedure calls
      • Events
      • Typing
      • Configuration
      • Schema
        • run
        • inspect
        • shell
        • dumpschema
        • dumpconfigschema
      • Testing & Mocking
      • Plugins
      • Plugin development
      • Transport configuration
        • Overview
        • RPC & Result Protocol (Redis)
        • Event Protocol (Redis)
        • Schema Protocol (Redis)
      • Release process
      • Authors
      • Code of Conduct
    

    Tutorial overview¶

    These tutorials will give you a practical concrete introduction to Lightbus. We will link to concepts as we go, but the aim here is to get you up and running quickly.

    Do you prefer to read the theory first? Feel free to start with the explanation section and come back here later.


    We recommend you approach the tutorials in the following order:

    1. Installation
    2. Quick start
    3. Worked example

    After completing these tutorials you should make sure you look over the explanation section.

    Previous Home
    Next 1. Installation
    powered by MkDocs and Material for MkDocs