functional-models-orm-opensearch
v2.0.1
Published
A functional-models-orm datastore provider for Opensearch.
Downloads
9
Maintainers
Readme
Functional Models ORM OpenSearch
Run Feature Tests
To run the feature tests, you need to set up an actual OpenSearch cluster within AWS and then call cucumber like the following:
npm run test:features -- --world-parameters '{"node": "AWS_NODE_DOMAIN_URL", "region": "us-east-1"}'IMPORTANT WORD OF CAUTION: I would not attempt to use this database for anything other than this feature tests, as the indexes are completely deleted without remorse.
Service Parameter
If you need to change the type of client connection to "aoss" you can use the following command.
npm run test:features -- --world-parameters '{"node": "AWS_NODE_DOMAIN_URL", "region": "us-east-1", "service": "aoss"}'