2.0.9 • Published 2 months ago

@orama/plugin-telemetry v2.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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

2.0.9

2 months ago

2.0.8

3 months ago

2.0.7

3 months ago

2.0.6

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.3

3 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

2.0.0-beta.12

5 months ago

2.0.0-beta.11

5 months ago

2.0.0-beta.10

5 months ago

2.0.0-beta.9

5 months ago

2.0.0-beta.8

5 months ago

2.0.0-beta.7

6 months ago

2.0.0-beta.6

6 months ago