File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ public class MyConnectionHandler implements JKConnectionHandler {
196
196
System . out. println(" open: " + async);
197
197
}
198
198
}
199
-
200
199
```
201
200
Connection handlers can be associated with a jKool query connection handle ` JKQueryAsync ` as follows:
202
201
``` java
@@ -259,7 +258,6 @@ file:
259
258
``` sh
260
259
unix: java java -cp ./* :./lib/* com.jkoolcloud.client.api.utils.JKQLCmd -file cmd.properties -query " get number of events for today"
261
260
win : java java -cp ./* ; ./lib/* com.jkoolcloud.client.api.utils.JKQLCmd -file cmd.properties -query " get number of events for today"
262
-
263
261
```
264
262
Below is a sample property file containing ` JKQLCmd ` command line arguments (` token ` should have your jKool API access token):
265
263
``` properties
@@ -282,7 +280,7 @@ curl -i -H "Content-Type:application/json" -H "token:YOURTOKEN" -X POST https://
282
280
283
281
### Streaming with Python
284
282
Data can also be streamed natively (without helper classes) into jKool using Python. To do so, you will need to use the Python "Request".
285
- Details on the Python Request can be found here - http://docs.python-requests.org/en/latest/user/quickstart/ . Below is an example of using
283
+ Details on the Python Request can be found [ here] ( http://docs.python-requests.org/en/latest/user/quickstart/ ) . Below is an example of using
286
284
it to stream into jKool:
287
285
288
286
``` java
Original file line number Diff line number Diff line change 8
8
<packaging >jar</packaging >
9
9
10
10
<name >jkool-client-api</name >
11
- <url >http ://www.jkoolcloud. com/</url >
11
+ <url >https ://github. com/Nastel/jkool-client-java-api </url >
12
12
<description >jKool Client Query and Streaming API</description >
13
13
<licenses >
14
14
<license >
15
15
<name >The Apache License, Version 2.0</name >
16
16
<url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
17
17
</license >
18
18
</licenses >
19
+ <organization >
20
+ <name >jKool, LLC</name >
21
+ <url >https://www.jkoolcloud.com/</url >
22
+ </organization >
19
23
<developers >
20
24
<developer >
21
25
<name >jKool Team</name >
You can’t perform that action at this time.
0 commit comments