-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathexamples.manifest.yaml
39 lines (39 loc) · 1.3 KB
/
examples.manifest.yaml
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
# manifest file lets questdb.io find the examples and lets Cloud docs
# substitute host/port and auth keys when auto-generating examples
- name: ilp
lang: go
path: examples/tcp/basic/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
- name: ilp-auth
lang: go
path: examples/tcp/auth/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
auth:
kid: testUser1
d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48
addr:
host: localhost
port: 9009
- name: ilp-auth-tls
lang: go
path: examples/tcp/auth-and-tls/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
auth:
kid: testUser1
d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48
addr:
host: localhost
port: 9009
- name: ilp-from-conf
lang: go
path: examples/from-conf/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
conf: http::addr=localhost:9000;