Getting Started
Installation
Detailed installation and configuration instructions for all environments.
Requirements
- —Node.js 18+ (for the JavaScript SDK)
- —A Meridian account (free tier available)
- —API key from the dashboard → Settings → API Keys
JavaScript / TypeScript
bash
npm install @meridian/collector
# or
yarn add @meridian/collectorPython
bash
pip install meridian-collectorGo
bash
go get github.com/meridian-platform/collector-goEnvironment variables
bash
MERIDIAN_API_KEY=mk_live_xxxxxxxxxxxx
MERIDIAN_PROJECT_ID=proj_xxxxxxxxxxxx
MERIDIAN_ENDPOINT=https://ingest.meridian.io # optional, defaults to hostedWarning
Never commit your API key to source control. Use environment variables or a secrets manager.