forked from adrien-mogenet/tMongoDBConnection
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
43 lines (27 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
==============================================================================
* R E A D M E *
==============================================================================
ABOUT
=====
Author: ........Adrien Mogenet <[email protected]>
Creation: ......2010-04-13
PURPOSE
=======
tMongoDBConnection is a Talend component to be used in Talend Open
Studio or Talend Integration Suite in order to connect to a MongoDB
server.
This component has to be used before any of other tMongo component.
HOW TO USE IT
=============
You just have to fill the different available parameters :
o Host : hostname (or IP address) of your MongoDB server
o Database : name of database you want to work with
o Port : port of your MongoDB server
o Required authentication : check it if your server requires
to be authenticated. Then you can provide the username and
password to use.
BUGS / TODO
===========
[ ] Talend "on[Subjob|Component]Error" connections are not clearly
used
==============================================================================