Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.4 KB

RubiX Haskell SDK

CircleCI License Hackage

Prerequisites

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

Hackage

SDK Hackage Package

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 as showcase was built and can be viewed here, you can use the pre build showcase image by:

$ docker run -p 8080:8080 quay.io/rubixfunctions/r3x-haskell-showcase
$ 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