All Projects → launchdarkly → erlang-server-sdk

launchdarkly / erlang-server-sdk

Licence: other
LaunchDarkly Server-Side SDK for Erlang/Elixir

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to erlang-server-sdk

js-client-sdk
LaunchDarkly Client-side SDK for Browser JavaScript
Stars: ✭ 93 (+481.25%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
java-server-sdk
LaunchDarkly Server-Side SDK for Java
Stars: ✭ 71 (+343.75%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
ios-client-sdk
LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
Stars: ✭ 45 (+181.25%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
ruby-server-sdk
LaunchDarkly Server-side SDK for Ruby
Stars: ✭ 25 (+56.25%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
php-server-sdk
LaunchDarkly Server-side SDK for PHP
Stars: ✭ 31 (+93.75%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
ld-redux
A library to integrate launch darkly with react redux
Stars: ✭ 33 (+106.25%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
jest-launchdarkly-mock
Easily unit test LaunchDarkly feature flagged components with jest
Stars: ✭ 14 (-12.5%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
react-client-sdk
LaunchDarkly Client-side SDK for React.js
Stars: ✭ 42 (+162.5%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly-sdk
ld-scheduler
Schedule Launch Darkly flags on or off
Stars: ✭ 14 (-12.5%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
react-client
React JS SDK client for Split Software
Stars: ✭ 23 (+43.75%)
Mutual labels:  feature-flags, feature-toggles
nestjs-config
NestJS Module for Nonfig services. Nonfig combines Configurations and Features. So you change features, and release swiftly, and measure to digital impact.
Stars: ✭ 40 (+150%)
Mutual labels:  feature-flags, feature-toggles
ruby-client
Ruby SDK client for Split Software
Stars: ✭ 22 (+37.5%)
Mutual labels:  feature-flags, feature-toggles
unleash-client-java
Unleash client SDK for Java
Stars: ✭ 86 (+437.5%)
Mutual labels:  feature-flags, feature-toggles
YMFF
Feature management made easy.
Stars: ✭ 26 (+62.5%)
Mutual labels:  feature-flags, feature-toggles
CloudKitFeatureFlags
A library that lets you setup feature flagging for your iOS app using CloudKit
Stars: ✭ 91 (+468.75%)
Mutual labels:  feature-flags, feature-toggles
Toggler
Feature toggle library for PHP
Stars: ✭ 18 (+12.5%)
Mutual labels:  feature-flags, feature-toggles
flagsmith-java-client
Java Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Stars: ✭ 16 (+0%)
Mutual labels:  feature-flags, feature-toggles
doorkeeper
A Feature Toggle for PHP
Stars: ✭ 16 (+0%)
Mutual labels:  feature-flags, feature-toggles
pheature-flags
Pheature flags main repository
Stars: ✭ 75 (+368.75%)
Mutual labels:  feature-flags, feature-toggles
feature-flag-android
A Gradle plugin to achieve feature flag based development for Android applications.
Stars: ✭ 82 (+412.5%)
Mutual labels:  feature-flags, feature-toggles

LaunchDarkly Server-Side SDK for Erlang/Elixir

Circle CI Hex Docs

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

Supported Erlang/OTP versions

This version of the LaunchDarkly SDK is compatible with Erlang/OTP 21 or higher.

Getting started

Refer to the SDK reference guide for 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. Check out our documentation for a complete list.
  • Explore LaunchDarkly
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].