@hackage r3x-haskell-sdk0.1.0.0

RubiX Haskell SDK

CircleCI License

Prerequisites

Stack is needed to build and execute SDK, it can be downloaded from here

Usage

To build the SDK run :

$ stack build

To execute SDK run :

$ stack exec r3x-haskell-sdk-exe

alternatively you can run the script run.sh:

$ ./run.sh

Verify

To quickly verify the SDK you can use the pre build example image by:

$ docker run -p 8080:8080 quay.io/rubixfunctions/haskell-sdk
$ curl localhost:8080
    {"message":"Hello RubiX!!!"}%

Documentation

For full information on how to use the SDK and deploy a function to Knative, refer to our Documentation here.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details