Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

directus-extension-okam-typesense

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directus-extension-okam-typesense

Typesense admin interface and basic operations

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

Okam Typesense Library

Environment

# use for upsert operation
TYPESENSE_HOST=https://server:port
# use for upsert operation
TYPESENSE_APIKEY_WRITE=xyz

Operation okam-typesense-upsert

Insert or update an item or a list of item using id as primary key.

The schema must exists before calling this operation.

Use environment variables TYPESENSE_HOST and TYPESENSE_APIKEY_WRITE if override are not provided.

Options

  • collection : the name of the typesense collection
  • item : an object or an array of object, with id field
  • host_override : allow the operation to override the default TYPESENSE_HOST
  • apikey_override : allow the operation to override the default TYPESENSE_APIKEY_WRITE

Keywords

FAQs

Package last updated on 04 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc