-
Notifications
You must be signed in to change notification settings - Fork 10
/
examples.manifest.yaml
64 lines (57 loc) · 1.84 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
- name: ilp
lang: python
path: examples/basic.py
header: |-
Python client library [docs](https://py-questdb-client.readthedocs.io/en/latest/)
and [repo](https://github.com/questdb/py-questdb-client).
See more [examples](https://py-questdb-client.readthedocs.io/en/latest/examples.html),
including ingesting data from Pandas dataframes.
```
python3 -m pip install -U questdb
```
- name: ilp-auth
lang: python
path: examples/auth.py
header: |-
Python client library [docs](https://py-questdb-client.readthedocs.io/en/latest/)
and [repo](https://github.com/questdb/py-questdb-client).
See more [examples](https://py-questdb-client.readthedocs.io/en/latest/examples.html),
including ingesting data from Pandas dataframes.
```
python3 -m pip install -U questdb
```
auth:
kid: testUser1
d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48
x: fLKYEaoEb9lrn3nkwLDA-M_xnuFOdSt9y0Z7_vWSHLU
y: Dt5tbS1dEDMSYfym3fgMv0B99szno-dFc1rYF9t0aac
addr:
host: localhost
port: 9009
- name: ilp-auth-tls
lang: python
path: examples/auth_and_tls.py
header: |-
Python client library [docs](https://py-questdb-client.readthedocs.io/en/latest/)
and [repo](https://github.com/questdb/py-questdb-client).
```
python3 -m pip install -U questdb
```
auth:
kid: testUser1
d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48
x: fLKYEaoEb9lrn3nkwLDA-M_xnuFOdSt9y0Z7_vWSHLU
y: Dt5tbS1dEDMSYfym3fgMv0B99szno-dFc1rYF9t0aac
addr:
host: localhost
port: 9009
- name: ilp-from-conf
lang: python
path: examples/from_conf.py
header: |-
Python client library [docs](https://py-questdb-client.readthedocs.io/en/latest/)
and [repo](https://github.com/questdb/py-questdb-client).
```
python3 -m pip install -U questdb
```
conf: http::addr=localhost:9000;