monstache

a go daemon that syncs MongoDB to Elasticsearch in realtime. you know, for search.

MIT License

Stars
1.3K
Committers
16

Bot releases are hidden (Show)

monstache - monstache v3.26.5

Published by rwynn over 4 years ago

  • Fix an issue generating index names for time machine indexes
monstache - monstache v6.5.3

Published by rwynn over 4 years ago

  • Driver and dependency upgrades
  • Fall back to use serverStatus command to get timestamp if replSetGetStatus fails
  • Better scoping on index deletion if MongoDB database is dropped
monstache - monstache v5.5.3

Published by rwynn over 4 years ago

  • Driver and dependency upgrades
  • Fall back to use serverStatus command to get timestamp if replSetGetStatus fails
  • Better scoping on index deletion if MongoDB database is dropped
monstache - monstache v6.5.2

Published by rwynn over 4 years ago

  • Fix noisy errors on findOne from javascript when document not found
  • Add dot-notation boolean option under relate to support nested queries using dot notation
  • Build with go 1.14
  • Upgrade docker images
  • Upgrade MongoDB go driver to 1.3.1
monstache - monstache v5.5.2

Published by rwynn over 4 years ago

  • Fix noisy errors on findOne from javascript when document not found
  • Add dot-notation boolean option under relate to support nested queries using dot notation
  • Build with go 1.14
  • Upgrade docker images
  • Upgrade MongoDB go driver to 1.3.1
monstache - monstache v4.19.4

Published by rwynn over 4 years ago

  • Fix noisy errors on findOne from javascript when document not found
  • Add dot-notation boolean option under relate to support nested queries using dot notation
  • Build with go 1.14
  • Upgrade docker images
monstache - monstache v3.26.4

Published by rwynn over 4 years ago

  • Fix noisy errors on findOne from javascript when document not found
  • Add dot-notation boolean option under relate to support nested queries using dot notation
  • Build with go 1.14
  • Upgrade docker images
monstache - monstache v6.5.1

Published by rwynn over 4 years ago

  • Upgrade MongoDB driver to 1.3.0
  • Upgrade docker images and go runtime
monstache - monstache v5.5.1

Published by rwynn over 4 years ago

  • Upgrade MongoDB driver to 1.3.0
  • Upgrade docker images and go runtime
monstache - monstache v6.5.0

Published by rwynn over 4 years ago

  • Upgrade MongoDB driver to 1.2.1
  • Improve the support for AWS credentials and request signing
monstache - monstache v5.5.0

Published by rwynn over 4 years ago

  • Upgrade MongoDB driver to 1.2.1
  • Improve the support for AWS credentials and request signing
monstache - monstache v4.19.3

Published by rwynn almost 5 years ago

  • Fix panic at shutdown
monstache - monstache v3.26.3

Published by rwynn almost 5 years ago

  • Fix panic at shutdown
monstache - monstache v6.4.3

Published by rwynn almost 5 years ago

  • Upgrade MongoDB driver to 1.2.0
monstache - monstache v5.4.3

Published by rwynn almost 5 years ago

  • Upgrade MongoDB go driver to 1.2.0
monstache - monstache v6.4.2

Published by rwynn almost 5 years ago

  • Reduce DuplicateKey errors in the MongoDB logs when cluster mode is enabled
monstache - monstache v5.4.2

Published by rwynn almost 5 years ago

  • Reduce DuplicateKey errors in the MongoDB logs when cluster mode is enabled
monstache - monstache v6.4.1

Published by rwynn almost 5 years ago

  • Improve resume performance
  • Validate resume configuration and report errors
monstache - monstache v5.4.1

Published by rwynn almost 5 years ago

  • Improve resume performance
  • Validate resume configuration and report errors
monstache - monstache v6.4.0

Published by rwynn almost 5 years ago

  • Added an alternative resume strategy based on tokens instead of timestamps.
  • Resuming change streams with tokens is required for MongoDB API 3.6 (e.g. with Amazon DocumentDB).
  • The strategy saves tokens to monstache.tokens collection by default.
  • Enable MongoDB 3.6 compatible token based resume by setting resume-strategy=1.