@gesdisc/mongo-stream
v0.1.8
Published
Sync data from Mongodb to Elasticsearch
Downloads
8
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 (tested with version 8)
- Mongodb 3.6+
- 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 install
Usage
To use with default configuation:
npm start
To 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.