Skip to main content

Elastic2 plugin for mongo-connector

Project description

====================
elastic2-doc-manager
====================

.. image:: https://travis-ci.org/mongodb-labs/elastic2-doc-manager.svg?branch=master
:alt: View build status
:target: https://travis-ci.org/mongodb-labs/elastic2-doc-manager

Getting Started
===============

This package is a document manager for
`mongo-connector <https://github.com/mongodb-labs/mongo-connector>`_ that
targets Elasticsearch versions 2.x and 5.x -- don't let the name fool you!
For information on running mongo-connector with Elasticsearch, please see the
`MongoConnector Usage with Elasticsearch
<https://github.com/mongodb-labs/mongo-connector/wiki/Usage%20with%20ElasticSearch>`_
wiki page.

Installation
============

The installation of the elastic2-doc-manager depends on which version of
Elasticsearch you are targeting.

Elasticsearch 1.x
-----------------

This is the document manager for Elasticsearch 2.x and 5.x. If you
want to target Elasticsearch 1.x, please install the
`elastic-doc-manager <https://github.com/mongodb-labs/elastic-doc-manager>`_.

Elasticsearch 2.x
-----------------

For use with an Elasticsearch 2.x server, install with
`pip <https://pypi.python.org/pypi/pip>`__::

pip install 'elastic2-doc-manager[elastic2]'

Elasticsearch 5.x
-----------------

For use with an Elasticsearch 5.x server, install with::

pip install 'elastic2-doc-manager[elastic5]'

.. note:: Version 0.3.0 added support for Elasticsearch 5.x.


Amazon Elasticsearch Service
----------------------------

To use with Amazon Elasticsearch Service, you must install the required AWS
dependencies along with the version of Elasticsearch::

pip install 'elastic2-doc-manager[elastic2,aws]'


Development
-----------

You can also install the development version of elastic2-doc-manager
manually::

git clone https://github.com/mongodb-labs/elastic2-doc-manager.git
pip install -e './elastic2-doc-manager[elastic2]'

You may have to run ``pip`` with ``sudo``, depending on where you're
installing and what privileges you have.

.. note:: Please note that before mongo-connector version 2.2.2, the elastic
doc manager was packaged with mongo-connector and only supported
Elasticsearch 1.x.

Running the tests
-----------------
Requirements
~~~~~~~~~~~~

1. Copy of the Elastic 2.x Document Manager Github repository

The tests are not included in the package from PyPI and can only be acquired
by cloning this repository on Github::

git clone https://github.com/mongodb-labs/elastic2-doc-manager

2. Mongo Orchestration

Mongo Connector runs MongoDB on its own using another tool called
`Mongo Orchestration <https://github.com/mongodb/mongo-orchestration>`__.
This package should install automatically if you run ``python setup.py test``,
but the Mongo Orchestration server still needs to be started manually before
running the tests::

mongo-orchestration --bind 127.0.0.1 --config orchestration.config start

will start the server. To stop it::

mongo-orchestration --bind 127.0.0.1 --config orchestration.config stop

The location of the MongoDB server should be set in orchestration.config.
For more information on how to use Mongo Orchestration, or how to use it with
different arguments, please look at the Mongo-Orchestration README.

3. Environment variables

There are a few influential environment variables that affect the tests. These are:

- ``DB_USER`` is the username to use if running the tests with authentication enabled.
- ``DB_PASSWORD`` is the password for the above.
- ``MONGO_PORT`` is the starting port for running MongoDB. Future nodes will be started on sequentially increasing ports.
- ``ES_HOST`` is the hostname on which Elasticsearch is running.
- ``ES_PORT`` is the port on which Elasticsearch is running.
- ``MO_ADDRESS`` is the address to use for Mongo Orchestration (i.e. hostname:port)
- ``PYTHON_ELASTIC_VERSION`` is the pip style version of Elasticsearch to test with (eg >=5.0.0,<6.0.0)

All the tests live in the `tests` directory.

Running tests on the command-line
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

While the tests take care of setting up and tearing down MongoDB clusters on
their own, make sure to start Elasticsearch before doing a full test run!

You can run all the tests with one command (this works in all supported Python versions)::

python setup.py test

In addition, you can be more selective with which tests you run
in Python > 2.6 only)! For example, if you only wanted to run the elastic2
doc manager tests::

python -m unittest tests.test_elastic2_doc_manager

Error messages
~~~~~~~~~~~~~~

Some of the tests are meant to generate lots of ``ERROR``-level log messages,
especially the rollback tests. mongo-connector logs exceptions it encounters
while iterating the cursor in the oplog, so we see these in the console output
while MongoDB clusters are being torn apart in the tests. As long as all the
tests pass with an `OK` message, all is well.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elastic2-doc-manager-unset-fix-1.0.0.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

elastic2_doc_manager_unset_fix-1.0.0-py2.py3-none-any.whl (12.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file elastic2-doc-manager-unset-fix-1.0.0.tar.gz.

File metadata

File hashes

Hashes for elastic2-doc-manager-unset-fix-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7d3315fa79f11e9103fcd4400e68fa0a0eeba455d545c305b58a84c7f0d0d5d7
MD5 bef9b28671e3c3b9823bc8759123a049
BLAKE2b-256 572ef40d5161c7f62a91c555044be099e7550b90883513ed76dc7ae7876cd83c

See more details on using hashes here.

File details

Details for the file elastic2_doc_manager_unset_fix-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for elastic2_doc_manager_unset_fix-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f3ab733c375dd3566d3f94cfcfc75f54c229bb617ea0abeec717c88a908a2abc
MD5 83852a6a6e45a8475e4c35d940f58021
BLAKE2b-256 2e8750f01540d7d590b58008b87608edf7a8d22986dd44b11f1e8afe009b8015

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page