4
4
# mssql-component
5
5
MSSQL Component component for the [ elastic.io platform] (http://www.elastic.io " ; elastic.io platform" ; )
6
6
7
- ![ image] ( https://cloud.githubusercontent.com/assets/56208/22904377/89b611c4-f23c-11e6-8b5d-783d62cf5caf.png )
8
-
7
+ ![ image] ( https://user-images.githubusercontent.com/56208/29715706-b4930bdc-89a8-11e7-8a0d-969959d26dd6.png )
9
8
10
9
## Before you Begin
11
10
@@ -26,6 +25,9 @@ other types of configuration parameters are also supported, more infromation and
26
25
### SELECT Trigger and Action
27
26
28
27
With this action you may fetch data out of the database, e.g. using `` SELECT `` statement.
28
+
29
+ ![ image] ( https://user-images.githubusercontent.com/56208/29715706-b4930bdc-89a8-11e7-8a0d-969959d26dd6.png )
30
+
29
31
This trigger & action has no limitations on the number of rows so you may expect to get all of these
30
32
via sequential fetching that is implemented within the node.js `` mssql `` driver.
31
33
@@ -41,7 +43,7 @@ where just before executing the statement the ``%%EIO_LAST_POLL%%`` will be repl
41
43
42
44
### INSERT/DELETE/UPDATE Action
43
45
44
- ![ image] ( https://cloud .githubusercontent.com/assets/ 56208/22904204/cef8cb06-f23b-11e6-998f-3fe65ab81540 .png )
46
+ ![ image] ( https://user-images .githubusercontent.com/56208/29715914-9c369ee0-89a9-11e7-89cb-a559f4a8861f .png )
45
47
46
48
You may use this action to do the operations that are not producing output rows but do the database manipulations,
47
49
e.g. `` INSERT `` , `` UPDATE `` or `` DELETE `` statements. Internally we use prepared statements, so all incoming data is
@@ -86,8 +88,8 @@ Component supports dynamic incomig metadata - as soon as your query is in place
86
88
No known issues are there yet.
87
89
88
90
## TODOs
89
- * Support for templating in SELECT query
90
91
* Support for BULK upload
92
+ * Support for DELETE and UPDATE statements
91
93
* Support for binary attachments
92
94
93
95
## License
0 commit comments