Popularity
8.7
Stable
Activity
0.0
Declining
16
23
9
Monthly Downloads: 78
Programming language: Haskell
License: MIT License
Latest version: v0.3.47
wolf alternatives and similar packages
Based on the "AWS" category.
Alternatively, view wolf alternatives based on common mentions on social networks and blogs.
-
serverless-haskell
Deploying Haskell applications to AWS Lambda with Serverless -
stratosphere
Haskell EDSL and type-checker for AWS CloudFormation templates -
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-kinesis-client
A producer/consumer client library for Kinesis -
aws-performance-tests
Performance Tests for the Haskell Bindings for Amazon Web Services (AWS) -
aws-sign4
Haskell implementation of the AWS Signature V4 protocol for signing HTTP requests -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
amazon-emailer
A simple daemon to process messages put into a postgresql table and mail them out using amazons SES.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of wolf or a related project?
Popular Comparisons
README
wolf
Wolf is a wrapper around Amazon Simple Workflow Service: it providers a decider that implements plans, an actor that runs commands, and a registrar that installs plans. See [examples](examples).
Getting started
- Install [Haskell](haskell).
- Install the Haskell package manager [stack](stack).
- Setup your global environment:
mkdir ~/.local/bin
if it doesn't exist already.- add
$HOME/.local/bin
to yourPATH
environment variable.- This is usually in
~/.bashrc
,~/.zshrc
, or similar.
- This is usually in
- Run
stack build
. It should install all dependencies, build binaries, and export those binaries to~/.local/bin
.
Development
wolf
has a shakefile/makefile to provide convience around building and testing:
# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error
# test the project
$ ./Shakefile.hs tests-error
# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests
# install the project's executables
$ ./Shakefile.hs install
# clean the project
$ ./Shakefile.hs clean
# lint the project source code
$ ./Shakefile.hs lint
# format the project source code
$ ./Shakefile.hs format
Dependencies
To build, install, run, and test wolf
, the following dependencies may be required: