Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.5 KB

index.rst

File metadata and controls

60 lines (42 loc) · 1.5 KB

Reactors SDK

Nearly any language can be used to build functions for TACC's Abaco serverless computing platform. This is the documentation for a specific, opinionated approach that embeds a client-side Python2.7/3.6 support library called Reactors in the container that hosts an Abaco function.

Reactors extends the Abaco Actors concept with:

  • YAML-based configuration mechanism with environment overrides
  • Support for first-class mocking and local-side testing
  • Semantic aliases for Actors and other TACC.cloud API assets
  • Helper methods for working with integrations like Slack and IFTTT
  • Introspection of the actor's platform-level attributes
  • Advanced logging with support for redacting sensitive text
  • Optimized TACC.cloud API operations
.. toctree::
   :maxdepth: 3
   :caption: Quick Start

   src/quickstart/index

.. toctree::
   :maxdepth: 3
   :caption: User Guide

   src/user_guide/index

.. toctree::
   :maxdepth: 3
   :caption: Scenarios

   src/scenarios/index

.. toctree::
   :maxdepth: 3
   :caption: Resources

   src/resources/index

.. toctree::
   :maxdepth: 3
   :caption: Porting

   src/porting/index

.. toctree::
   :maxdepth: 3
   :caption: Contributing

   src/contribute/index

Indices and tables