Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ci/run_tests_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ stages:
lfs: false
submodules: false
- template: setup.yaml
# TODO: remove branch once rd_strip_ilp_sender is merged
- script: git clone --depth 1 -b rd_strip_ilp_sender https://github.com/questdb/questdb.git ./questdb
- script: git clone --depth 1 https://github.com/questdb/questdb.git ./questdb
displayName: git clone questdb
- task: Maven@3
displayName: "Update client version"
Expand Down
133 changes: 133 additions & 0 deletions examples.manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
- name: ilp-http
lang: java
path: examples/src/main/java/com/example/sender/HttpExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
- name: ilp-http-auth
lang: java
path: examples/src/main/java/com/example/sender/HttpsAuthExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
- name: ilp
lang: java
path: examples/src/main/java/com/example/sender/BasicExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
- name: ilp-auth-tls
lang: java
path: examples/src/main/java/com/example/sender/AuthTlsExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
auth:
kid: admin
d: GwBXoGG5c6NoUTLXnzMxw_uNiVa8PKobzx5EiuylMW0
addr:
host: clever-black-363-c1213c97.ilp.b04c.questdb.net
port: 32074
- name: ilp-auth
lang: java
path: examples/src/main/java/com/example/sender/AuthExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
auth:
kid: testUser1
d: GwBXoGG5c6NoUTLXnzMxw_uNiVa8PKobzx5EiuylMW0
addr:
host: localhost
port: 9009
- name: ilp-from-conf
lang: java
path: examples/src/main/java/com/example/sender/BasicExample.java
header: |-
Java client library [docs](https://questdb.io/docs/reference/clients/java_ilp)
and [Maven artifact](https://search.maven.org/artifact/org.questdb/questdb).

Maven
```
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb-client</artifactId>
<version>1.0.1</version>
</dependency>
```

Gradle
```
compile group: 'org.questdb', name: 'questdb-client', version: '1.0.1'
```
conf: tcp::addr=localhost:9009;