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.