Stack is needed to build and execute SDK, it can be downloaded from here
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
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!!!"}%
For full information on how to use the SDK and deploy a function to Knative, refer to our Documentation here.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details