Elasticsearch 7.x connector for query-orm (v1.0.3). Enables use of Elasticsearch as a data source with the query-orm framework, supporting index management, mappings, aliases, and CRUD operations. Released as a standalone package requiring query-orm as a peer dependency. Differentiates from other Elasticsearch ORMs by integrating with query-orm's model-based abstraction and event-driven lifecycle. Low release cadence; last updated 2019.
npm install query-orm-connector-elasticNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to Elasticsearch via query-orm, defines a User model, creates a user, and queries by username.
Use Elasticsearch 7.x cluster or upgrade connector if newer version available.
Ensure both query-orm and query-orm-connector-elastic are installed, and datasources.json includes 'connector': 'query-orm-connector-elastic'.
No official migration path. Consider using a more modern connector or custom integration.
Provide proper CA certificate or secure connection in production.
npm install query-orm
npm install query-orm-connector-elastic and ensure datasources.json has the correct connector name.
Check datasources.json > configuration > nodes for correct URL and port. Ensure Elasticsearch is running.