-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Elasticsearch 6.X and 5.x implementation (#51)
* Added version property to viewmodel * Add basic elasticsearch 5.X db implementation * Improved connect, clear and clearAll * Fix empty object issue on update * Fix eslint duplicaed mapping key issue * remove duplicate condition eslint * Upsert functionallity * null check on errors * fix eslint dependencies and behaviour * elasticsearch 6 preparation * Further optimizations and sharding settings * Added dbType property to repository ( if not custom ) * Rename dbType to repositoryType * Elasticsearch settings support, and better indexing * Update elasticsearch dev dependency ( 13.x.x ) * Full test coverage for elasticsearch6 implementation ( supports Elasticsearch 5.x and 6.x ) * Update travis tests to elasticsearch 5.5.1 * Add sudo to travis so Elasticsearch can be started properly * Remove uneeded IDE and NPM 5 files from repository * Rename const to var for node.js 0.12 compatibility * Syntax fixes to support node.js 0.12 * Update README.md * Extended readme * Add non brealing settings possibility for mongodb implementation * Improved settings name and handling, allowing multiple implementation settings in one definition * Improve README, document settings * Fix mongodb settings * version comment fix, new model is with null version
- Loading branch information
Showing
10 changed files
with
822 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.