• Hello,

    We have just released MongoDB Connectors for SSIS. We have implemented custom SQL query engine so user doesn't have to learn totally new way to query MongoDB. I have complete package with sample examples Here I would like to mention some featutres

    MongoDB Source

    1.Fast data extract from MongoDB collection.

    2.Support for SQL query language (Proprietary parsing engine translates SQL query into MongoDB query).

    3.Support for SQL Server 2005, 2008, 2012, 2014 (32 bit and 64 bit)..More about MongoDB Source[/url]

    SSIS MongoDB Destination

    1.Bulk insert data to MondoDB collection.

    2.Option to define batch size for efficient data insert....More about SSIS MongoDB Destination[/url]

    SSIS Json source[/url] : The Json file soure is used to to read data from Json file. We have mentioned source code with example.