-
Notifications
You must be signed in to change notification settings - Fork 393
Update singlestore destination doc #7833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -27,37 +27,63 @@ This destination is maintained by SingleStore. For any issues with the destinati | |||||
{% include components/actions-fields.html %} | ||||||
|
||||||
### Finding your SingleStore connection settings | ||||||
To find your SingleStore connection settings, head to the [SingleStore Portal](https://portal.singlestore.com){:target="_blank”} and complete the following steps: | ||||||
1. Select **Deployments**. | ||||||
2. Choose your Workspace and Database within the list of Deployments | ||||||
3. From the Connect dropdown, select **Connect to your own app**. SingleStore will display the the key settings you need to connect your SingleStore database to Segment. | ||||||
To connect Segment to SingleStore, use the SingleStore Data API (typically on port 443). Follow these steps to enable and locate your Data API connection settings: | ||||||
|
||||||
1. Head to the [SingleStore Portal](https://portal.singlestore.com){:target="_blank"}. | ||||||
2. Select **Deployments**. | ||||||
3. Choose your Workspace and Database within the list of Deployments | ||||||
rchinn1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
4. From the Connect dropdown, select **Connect to your own app**. SingleStore will display the the key settings you need to connect your SingleStore database to Segment. | ||||||
rchinn1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
**Note:** | ||||||
rchinn1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
- The Data API is enabled by default for all SingleStore Cloud workspaces. | ||||||
- Segment always uses the Data API (typically on port 443). | ||||||
rchinn1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
- If you are using a self-hosted or development SingleStore deployment (such as the SingleStore-dev image), the Data API may run on a different port. Refer to your deployment’s documentation or settings to confirm the correct port. | ||||||
|
- If you are using a self-hosted or development SingleStore deployment (such as the SingleStore-dev image), the Data API may run on a different port. Refer to your deployment’s documentation or settings to confirm the correct port. | |
- If you use a self-hosted or development SingleStore deployment (such as the SingleStore-dev image), the Data API may run on a different port. Refer to your deployment’s documentation or settings to confirm the correct port. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more details, see the [SingleStore Data API documentation](https://docs.singlestore.com/cloud/reference/data-api/){:target="_blank"}. | |
For more information, see the [SingleStore Data API documentation](https://docs.singlestore.com/cloud/reference/data-api/){:target="_blank"}. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `type` | TEXT | The type of the event (e.g., "track", "identify", "page", "screen", "group", "alias"). | | |
| `type` | TEXT | The type of the event (for example, Track, Identify, Page, Screen, Group, or Alias). | |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `event` | TEXT | The name of the event. Only required for "track" events. | | |
| `event` | TEXT | The name of the event. Only required for Track events. | |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `properties` | JSON | The properties of the track, page or screen event. | | |
| `properties` | JSON | The properties of the Track, Page or Screen event. | |
Uh oh!
There was an error while loading. Please reload this page.