ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

Update Elasticsearch index #49

Open jasny opened 6 years ago

jasny commented 6 years ago

When adding and updating documents, optionally update the Elasticsearch index to include the (updated) document. The Elasticsearch endpoint must be configured. The index name should be configurable per collection and default to {db}-{collection}.

Note: Elasticsearch already has a REST API. This project won't proxy the search api.