Skip to content

Integrating with the Bloomreach Intelligent index from Node.js

Notifications You must be signed in to change notification settings

bloomreach/data-connect-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure your settings file like:

{
    "BRSM_ACCOUNT_ID": 6484,
    "BRSM_CATALOG_NAME": "pacific_devtrial",
    "BEARER_API_KEY": <<The Key issued to you>>
}

Then npm install

run examples:

node index.js ./examples/example_name

Note: If you delete lots of records at the same time, you can set a header: “BR-IGNORE-DOCUMENT-COUNT-DROP”: true - so the platform ignores the sudden drop in index size. This should be used only as an exception as it is a system guardrail.

About

Integrating with the Bloomreach Intelligent index from Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published