r3x-haskell-sdk

[ bsd3, library, program, unclassified ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), blaze-html, bytestring, case-insensitive, containers, cookie, http-types, mtl, r3x-haskell-sdk, regex-pcre, text, transformers, wai, warp [details]
License BSD-3-Clause
Copyright 2019 RubiXFunctions
Author RubiXFunctions
Maintainer r3xfunctions@gmail.com
Home page https://github.com/rubixfunctions/r3x-haskell-sdk#readme
Bug tracker https://github.com/rubixfunctions/r3x-haskell-sdk/issues
Source repo head: git clone https://github.com/rubixfunctions/r3x-haskell-sdk
Uploaded by rubixfunctions at 2019-04-14T12:36:43Z
Distributions NixOS:0.1.0.0
Executables r3x-haskell-sdk-exe
Downloads 580 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-14 [all 1 reports]

Readme for r3x-haskell-sdk-0.1.0.0

[back to package description]

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