Popularity
4.4
Declining
Activity
0.0
Stable
4
2
3
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
tablestorage alternatives and similar packages
Based on the "API" category.
Alternatively, view tablestorage 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 -
reflex-gadt-api
Interact with a JSON-serialized API defined by a GADT in your reflex-dom application -
github-webhooks
Haskell types and instances for decoding GitHub webhook payloads. -
oanda-rest-api
Haskell library implementing the OANDA REST API -
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
servant-to-elm
Generate Elm client libraries from Servant API definitions. -
aws-kinesis-client
A producer/consumer client library for Kinesis -
aws-ec2
Now maintained by: See https://github.com/memcachier/aws-ec2 -
language-cil
Manipulating Common Intermediate Language AST in Haskell -
cabal-debian
Create a Debianization by examining a .cabal file. -
aws-performance-tests
Performance Tests for the Haskell Bindings for Amazon Web Services (AWS) -
hw-kafka-avro
SchemaRegistry bindings with Avro scheme to use with kafka-client -
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 -
arbor-postgres
Convenience types and functions to make postgresql-simple easier and less error-prone to use. -
github-rest
A flexible Haskell API for querying the GitHub REST API -
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 -
github-backup
backs up everything github knows about a repository, to the repository -
themoviedb
Simple Haskell library that provides functions for retrieving movie metadata from TheMovieDB
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of tablestorage or a related project?
README
tablestorage-0.2.1
A Haskell wrapper for the Azure Table Storage REST API.
Currently supports table and entity operations, but not pagination and projections.
Version History
- 0.2.1 - Aaron Friel: Monadic API
- 0.1.2 - Aaron Friel: HTTPS support, request format now consistent with the .NET implementation
- 0.1.1 - Updated error handling mechanism, tidied exports
- 0.1.0 - Initial version