Popularity
8.6
Declining
Activity
0.0
Stable
16
24
9
Monthly Downloads: 3
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.
-
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
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.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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: