@orama/plugin-telemetry
TypeScript icon, indicating that this package has built-in type declarations

2.0.9 • Public • Published

Orama Telemetry Plugin

Tests

Official plugin to provide telemetry data on your searches.

Usage

For the complete usage guide, please refer to the official plugin documentation.

To use the Orama Telemetry Plugin, you will need to sign up for a free account at https://cloud.oramasearch.com

import { create, insert, search } from '@orama/orama'
import { pluginTelemetry } from '@orama/plugin-telemetry'

const db = await create({
  schema: {
    title: 'string',
    description: 'string'
  },
  plugins: [
    pluginTelemetry({
      apiKey: '<API-KEY>',
      endpoint: '<ENDPOINT>'
    })
  ]
})

For the full configuration guide of this plugin, please follow the official plugin documentation.

License

Apache-2.0

Package Sidebar

Install

npm i @orama/plugin-telemetry

Weekly Downloads

17

Version

2.0.9

License

Apache-2.0

Unpacked Size

34.6 kB

Total Files

11

Last publish

Collaborators

  • matijagaspar
  • niltonheck
  • rjborba-askorama
  • faustoq
  • fra.giannino
  • raiindev
  • allevo
  • micheleriva