10gen, Inc. is announcing that mongo-connector with version number 2.1 is already available to download.
What is mongo-connector ?
mongo-connector is A Python connector for the MongoDB NoSQL database .
The connector will allow MongoDB databases to be hooked into and save data to any third-party system.mongo-connector also keeps data in sync between the third-party location and the MongoDB data store.Works with sharded and non-sharded MongoDB configurations.
This is changelog for mongo-connector version 2.1 :
- SSL certificates may now be given to Mongo Connector to validate connections to MongoDB.
- A new JSON configuration file makes configuring and starting Mongo Connector as a system service much easier.
- The setup.py file can now install Mongo Connector as a service automatically.
- Support for replicating files in GridFS.
You can read the complete changelog and also download this latest version on their homepage:
github.com