typesense-mongodb icon indicating copy to clipboard operation
typesense-mongodb copied to clipboard

A Node.js CLI to sync documents from a MongoDB collection to Typesense.

Results 4 typesense-mongodb issues
Sort by recently updated
recently updated
newest added

As mentioned in documentation and widely known, geo points in MongoDB use reverse order for latitude e longitude (expressing a point as `[lng, lat]`). Shouldn't this cli automatically deal with...

## Description I've a problem to sync a MongoDB collection that have more than 270k documents with more than 30 fields. The process workers for a while and than exit...

## Description I installed typesense and typesense-mongodb typesense-mongodb cli gives an error below. ` UnhandledPromiseRejectionWarning: MongoError: Topology is closed, please connect` ## Steps to reproduce MongoDB and typesense-mongodb installed on...