Skip to content

Commit

Permalink
Clarify "System Overview" in README.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lovett committed Jul 20, 2015
1 parent 7108831 commit 02df187
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ You are responsible for reviewing and testing any scripts you run thoroughly bef
System Overview
---------------

mongo-connector creates a pipeline from a MongoDB cluster to one or more
target systems, such as Solr, Elasticsearch, or another MongoDB cluster.
By tailing the MongoDB oplog, it replicates operations from MongoDB to
these systems in real-time. It has been tested with Python 2.6, 2.7,
3.3, and 3.4. Detailed documentation is available on the
`wiki <https://github.com/10gen-labs/mongo-connector/wiki>`__.
`mongo-connector` creates a pipeline from a MongoDB cluster to one or more
target systems, such as Solr, Elasticsearch, or another MongoDB cluster. It
synchronizes data in MongoDB to the target then tails the MongoDB oplog, keeping
up with operations in MongoDB in real-time. It has been tested with Python 2.6,
2.7, 3.3, and 3.4. Detailed documentation is available on the `wiki
<https://github.com/10gen-labs/mongo-connector/wiki>`__.

Getting Started
---------------
Expand Down

0 comments on commit 02df187

Please sign in to comment.