Skip to content

adrien-mogenet/tMongoDBInput

Repository files navigation

==============================================================================

                               * R E A D M E *

==============================================================================

	ABOUT
	=====

		Author: ........Adrien Mogenet <[email protected]>
		Creation: ......2010-04-13


	PURPOSE
	=======
	
		tMongoDBInput is a Talend component to be used in Talend Open 		
		Studio or Talend Integration Suite in order to connect to a MongoDB
		server.
		
		A tMongoDBConnection is required.
		
		
	HOW TO USE IT
	=============
	
		You just have to fill the different available parameters :
		
			o Use existing connection : need to be checked
			o Component list : select the connection to use
			o Collection : the collection you want to work with
			o Query : a JSon query to be used by MongoDB.
				eg: "{ 'name' : 'Adrien' }"
			
				
			Optional
			--------
			
			o Sort : a valid JSon criteria to sort rows
				eg: "{ 'name' : -1  }"
				
			o Limit : an Integer to limit the number of rows to retrieve
				eg: 42
				
				
			/!\ Note
			----------------------------------------
			Surrounding quotes are required, you'll 
			get syntax error otherwise
			----------------------------------------
			

	BUGS / TODO
	===========
	
		[ ] Remove the checkbox "Use existing connection" ?

==============================================================================

About

Talend MongoDB component to select rows from a MongoDB server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published