🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@gesdisc/mongo-stream

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gesdisc/mongo-stream

Sync data from Mongodb to Elasticsearch

latest
npmnpm
Version
0.1.17
Version published
Weekly downloads
958
2489.19%
Maintainers
3
Weekly downloads
 
Created
Source

Mongo Stream

Note: this was migrated from https://github.com/space-bytes/mongo-stream, a repo containing custom code for use in UUI

logotype_1a

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 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.

Keywords

mongo

FAQs

Package last updated on 16 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts