launchdarkly-server-sdk: Server-side SDK for integrating with LaunchDarkly

[ apache, library, web ] [ Propose Tags ]
Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.2.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.4.0 && <1.6 || >=2.0.1.0 && <2.1), attoparsec (>=0.13.2.2 && <0.15), base (>=4.12 && <5), base16-bytestring (>=0.1.1.6 && <1.1), bytestring (>=0.10.8.2 && <0.12), clock (>=0.8 && <0.9), containers (>=0.6.0.1 && <0.7), cryptohash (>=0.11.9 && <0.12), exceptions (>=0.10.2 && <0.11), extra (>=1.6.17 && <1.8), generic-lens (>=1.1.0.0 && <2.3), hashtables (>=1.2.3.4 && <1.3), hedis (>=0.12.7 && <0.16), http-client (>=0.6.4 && <0.8), http-client-tls (>=0.3.5.3 && <0.4), http-types (>=0.12.3 && <0.13), iso8601-time (>=0.1.5 && <0.2), lens (>=4.17.1 && <5.1), lrucache (>=1.2.0.1 && <1.3), monad-logger (>=0.3.30 && <0.4), mtl (>=2.2.2 && <2.3), pcre-light (>=0.4.0.4 && <0.5), random (>=1.1 && <1.3), retry (>=0.8.0.1 && <0.10), scientific (>=0.3.6.2 && <0.4), semver (>=0.3.4 && <0.5), text (>=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.11), unordered-containers (>=0.2.10.0 && <0.3), uuid (>=1.3.13 && <1.4), vector (>=0.12.0.3 && <0.13), yaml (>=0.11.1 && <0.12) [details]
License Apache-2.0
Copyright 2019 Catamorphic, Co
Author LaunchDarkly
Maintainer dev@launchdarkly.com
Category Web
Home page https://github.com/launchdarkly/haskell-server-sdk#readme
Bug tracker https://github.com/launchdarkly/haskell-server-sdk/issues
Source repo head: git clone https://github.com/launchdarkly/haskell-server-sdk
Uploaded by launchdarkly at 2022-07-01T20:36:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2868 total (117 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-07-01 [all 1 reports]

Readme for launchdarkly-server-sdk-3.0.1

[back to package description]

LaunchDarkly Server-side SDK for Haskell

CircleCI

The LaunchDarkly Server-side SDK for Haskell is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Getting started

Download a release archive from the GitHub Releases for use in your project. Refer to the SDK documentation for complete instructions on getting started with using the SDK.

Learn more

Check out our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for this SDK.

Testing

We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly

  • LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
    • Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
    • Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
    • Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
    • Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
  • LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read our documentation for a complete list.
  • Explore LaunchDarkly