blob: d6391395c77462ef6ed65cf06d69166326f1dd75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Ebus Racket
## Inserting into influxdb
```
./reader.rkt --insert --influx-url http://... </dev/tty...
#see also:
./reader --help
```
## Tests
```
raco test tests/
```
|