|
| 1 | +# LaunchDarkly Akamai SDK for EdgeKV |
| 2 | + |
| 3 | +[![NPM][sdk-akamai-npm-badge]][sdk-akamai-npm-link] |
| 4 | +[![Actions Status][sdk-akamai-ci-badge]][sdk-akamai-ci] |
| 5 | +[![Documentation][sdk-akamai-ghp-badge]][sdk-akamai-ghp-link] |
| 6 | +[![NPM][sdk-akamai-dm-badge]][sdk-akamai-npm-link] |
| 7 | +[![NPM][sdk-akamai-dt-badge]][sdk-akamai-npm-link] |
| 8 | + |
| 9 | +The LaunchDarkly Akamai SDK is designed primarily for use in Akamai Edgeworkers. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications. |
| 10 | + |
| 11 | +For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/akamai). |
| 12 | + |
| 13 | +## Install |
| 14 | + |
| 15 | +```shell |
| 16 | +npm i @launchdarkly/akamai-server-edgekv-sdk |
| 17 | +``` |
| 18 | + |
| 19 | +## Quickstart |
| 20 | + |
| 21 | + |
| 22 | +See the full [example app](https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-edgekv/example). |
| 23 | + |
| 24 | +## Developing this SDK |
| 25 | + |
| 26 | +```shell |
| 27 | +# at js-core repo root |
| 28 | +yarn && yarn build && cd packages/sdk/akamai-edgekv |
| 29 | + |
| 30 | +# run tests |
| 31 | +yarn test |
| 32 | +``` |
| 33 | + |
| 34 | +## About LaunchDarkly |
| 35 | + |
| 36 | +- 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: |
| 37 | + - 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. |
| 38 | + - 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?). |
| 39 | + - 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. |
| 40 | + - 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. |
| 41 | +- LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list. |
| 42 | +- Explore LaunchDarkly |
| 43 | + - [launchdarkly.com](https://www.launchdarkly.com/ 'LaunchDarkly Main Website') for more information |
| 44 | + - [docs.launchdarkly.com](https://docs.launchdarkly.com/ 'LaunchDarkly Documentation') for our documentation and SDK reference guides |
| 45 | + - [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ 'LaunchDarkly API Documentation') for our API documentation |
| 46 | + - [blog.launchdarkly.com](https://blog.launchdarkly.com/ 'LaunchDarkly Blog Documentation') for the latest product updates |
0 commit comments