@gesdisc/mongo-stream
v0.1.17
Published
Sync data from Mongodb to Elasticsearch
Readme
Mongo Stream
Note: this was migrated from https://github.com/space-bytes/mongo-stream, a repo containing custom code for use in UUI

Mongo Stream is a Node.js project that aims to make use of Mongo 3.6+ change-streams to synchronize data between Mongodb and ElasticSearch
Prerequisites
- Node.js 16.0.0 or higher (required for MongoDB 6.0 compatibility; Node.js 18+ LTS recommended)
- Mongodb 3.6+ (MongoDB 6.0 recommended)
- Elasticsearch 2.4.5, 5.x+ (Compatibility for 6 is a future goal)
Setup
git clone https://github.com/everyone-counts/mongo-stream.git
npm installUsage
To use with default configuation:
npm startTo use with a custom config file:
./server.js -c <path-to-config-file>Contributing
Feel free to submit pull requests. If you'd like to contribute towards closing an open issue please leave a comment with your solution proposal in the comment section of the issue.
Credits
This software was developed as an internal project at Votem Corp.
Votem bolsters trust, access, and transparency in elections with a core suite of products spanning voter registration, mobile and electronic ballot marking for military and overseas voters and voters with accessibility considerations, and election management systems focused on security and verifiable voting.
For more information, visit https://votem.com.
