api-tools alternatives and similar packages
Based on the "Cloud" category.
Alternatively, view api-tools alternatives based on common mentions on social networks and blogs.
-
push-notify
A server-side library in Haskell for sending push notifications to devices running different OS. -
push-notify-ccs
A server-side library in Haskell for sending push notifications to devices running different OS. -
courier
A message-passing library, intended for simplifying network applications -
push-notify-apn
Send Push Notifications from haskell using the new HTTP2 API -
distributed-process-task
Cloud Haskell Task Execution Framework -
distributed-process-systest
Testing Tools and Capabilities for Cloud Haskell -
distributed-process-zookeeper
A Zookeeper backend for Cloud Haskell. -
cloud-seeder
a Haskell library for interacting with CloudFormation stacks -
distributed-process-lifted
A generalization of distributed-process functions to a MonadProcess typeclass and standard transformer instances using monad-control and similar technique. -
task-distribution
A framework for distributing Haskell tasks running on HDFS data using Cloud Haskell. The goal is speedup through distribution on clusters using regular hardware. This framework provides different, simple workarounds to transport new code to other cluster nodes. -
hadoop-streaming
A simple Hadoop streaming library based on conduit. -
push-notify-general
A general library for sending/receiving push notif. through dif. services.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of api-tools or a related project?
README
api-tools
The api-tools
library provides a compact DSL for describing an API.
It uses Template Haskell to generate the corresponding data types and
assorted tools for working with it, including code for converting
between JSON and the generated types and writing unit tests. It
supports maintaining a log of changes to the API and migrating data
between different versions.
See Data.API.Tutorial
for a brief overview of the library.