https://github.com/owsas/parse-server-elasticsearch-adapter
Parse Server Elasticsearch Datastore Adapter
https://github.com/owsas/parse-server-elasticsearch-adapter
Last synced: about 2 months ago
JSON representation
Parse Server Elasticsearch Datastore Adapter
- Host: GitHub
- URL: https://github.com/owsas/parse-server-elasticsearch-adapter
- Owner: owsas
- Created: 2018-11-16T01:20:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T01:25:18.000Z (over 7 years ago)
- Last Synced: 2025-03-11T16:48:58.650Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-server-elasticsearch-adapter
Parse Server Elasticsearch Datastore Adapter
# WORK IN PROGRESS
Contribution is encouraged :)
## Install
```sh
npm install --save parse-server-elasticsearch-adapter
```
## Usage
```js
// const module = require('parse-server-elasticsearch-adapter');
// import module from 'parse-server-elasticsearch-adapter';
```
## Dev Features
* Testing with Jest
* Linting out of the box (checks the style of your code), with TSLint
* Build, prepublish and other scripts to help you to develop
* Works with Typescript: Static typing for your JS Applications, reducing amount of runtime errors
* Coverage out of the box, thanks to Jest
* Uses deterministic module resolving, with `package-lock.json`