Skip to content

Commit

Permalink
feat: add RudderStack LaunchDarkly Integration (#50)
Browse files Browse the repository at this point in the history
* feat: add RudderStack LaunchDarkly Integration

* chore: used prettier

* chore: update description

Co-authored-by: Henry Barrow <[email protected]>

---------

Co-authored-by: Henry Barrow <[email protected]>
  • Loading branch information
Gauravudia and ldhenry authored Aug 29, 2023
1 parent 2f00e86 commit 1aad3b2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integrations/rudderstack/assets/horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions integrations/rudderstack/assets/square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions integrations/rudderstack/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "RudderStack",
"version": "1.0.0",
"overview": "Sync RudderStack Audiences to LaunchDarkly Big Segments.",
"description": "Sync RudderStack audiences to LaunchDarkly Big Segments to more efficiently target and deliver feature flags.",
"author": "LaunchDarkly",
"supportEmail": "[email protected]",
"links": {
"site": "https://www.rudderstack.com/",
"launchdarklyDocs": "https://docs.launchdarkly.com/home/contexts/synced-segments",
"supportWebsite": "https://www.rudderstack.com/docs/destinations/streaming-destinations/launchdarkly-audience/",
"privacyPolicy": "https://launchdarkly.com/policies/privacy"
},
"categories": ["synced-segments"],
"icons": {
"square": "assets/square.svg",
"horizontal": "assets/horizontal.svg"
},
"capabilities": {
"syncedSegment": {
"requestParser": {
"environmentIdPath": "/environmentId",
"contextKindPath": "/contextKind",
"cohortIdPath": "/cohortId",
"cohortNamePath": "/cohortName",
"cohortUrlPath": "/cohortUrl",
"addMemberArrayPath": "/listData/add",
"removeMemberArrayPath": "/listData/remove",
"memberArrayParser": {
"memberIdPath": "/id"
}
}
}
}
}

0 comments on commit 1aad3b2

Please sign in to comment.