Collectors
Send data from Convex to Axiom
This guide explains how to send data from Convex to Axiom.
Convex lets you manage the backend of your app (database, server, and more) from a centralized cloud interface. Set up a log stream in Convex to send your app’s logs to Axiom and make it your single source of truth about events.
Prerequisites
- Create an Axiom account.
- Create a dataset in Axiom where you send your data.
- Create an API token in Axiom with permissions to update the dataset you have created.
- Create a Convex account.
- Set up your app with Convex. For example, follow one of the quickstart guides in the Convex documentation.
Configure Convex log streams
To send data from Convex to Axiom, set up a Convex log stream using the Convex documentation. During this process, you need the following:
- The name of the Axiom dataset where you want to send data.
- The Axiom API token you have generated.
- Optional: A list of key-value pairs to include in all events your app sends to Axiom.