|
| 1 | +# LaunchDarkly AI SDK (server-side) for Java |
| 2 | + |
| 3 | +# ⛔️⛔️⛔️⛔️ |
| 4 | + |
| 5 | +> [!CAUTION] |
| 6 | +> This library is in development and should not be considered ready for production use while this message is visible. |
| 7 | +
|
| 8 | +# ☝️☝️☝️☝️☝️☝️ |
| 9 | + |
| 10 | + |
| 11 | +The LaunchDarkly AI SDK (server-side) for Java 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. |
| 12 | + |
| 13 | +Currently there is no client-side AI SDK for Java. If you're interested, please let us know by filing an issue! |
| 14 | + |
| 15 | +## LaunchDarkly overview |
| 16 | + |
| 17 | +[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! |
| 18 | + |
| 19 | +[](https://twitter.com/intent/follow?screen_name=launchdarkly) |
| 20 | + |
| 21 | +## Supported Java versions |
| 22 | + |
| 23 | +This version of the LaunchDarkly SDK is intended to work with Java 8 and above. |
| 24 | + |
| 25 | +## Getting started |
| 26 | + |
| 27 | +Refer to the [SDK documentation](https://docs.launchdarkly.com/sdk/ai/java) *TKTK: Add Docs* for instructions on getting started with using the SDK. |
| 28 | + |
| 29 | +## Signing |
| 30 | + |
| 31 | +*TKTK: Does Java has any signing mechanism?* |
| 32 | + |
| 33 | +## Learn more |
| 34 | + |
| 35 | +Read our [documentation](https://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/ai/java). *TKTK: Add Docs* |
| 36 | + |
| 37 | +The authoritative description of all types, properties, and methods is in the [generated API documentation](https://launchdarkly.github.io/java-core/lib/sdk/server-ai). |
| 38 | + |
| 39 | +## Contributing |
| 40 | + |
| 41 | +We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK. |
| 42 | + |
| 43 | +## About LaunchDarkly |
| 44 | + |
| 45 | +* 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: |
| 46 | + * 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. |
| 47 | + * 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?). |
| 48 | + * 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. |
| 49 | + * 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. |
| 50 | +* 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. |
| 51 | +* Explore LaunchDarkly |
| 52 | + * [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information |
| 53 | + * [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides |
| 54 | + * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation |
| 55 | + * [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates |
0 commit comments