indigokepler
  • Introduction
  • Actors
    • Getting applications list
    • Get application
    • Getting tasks list
    • Create task
    • Delete task
    • Get task
    • Get outputs list
    • Upload files
    • Download files
    • Composite actors
  • Building workflows
  • Developing actors
Powered by GitBook
On this page

Developing actors

PreviousBuilding workflows

Last updated 6 years ago

Kepler allows to incorporate custom actors. These actors should be developed according to Kepler's guide lines. In order to contribute to the project one must develop actor based on templates provided by Kepler project. You can find description on how to start actor development at following page: .

In order to build Kepler from the sources it is necesary to checkout source code from SVN repository and compile it. All the steps required for compiling Kepler 2.5 can be found here: .

If you want to create actors that use indigoclient API for accessing Future Gateway's resources make sure to take a look here: .

Hello World Actor
Build System Instructions
indigoclient