You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a FeatureBase instance the services using `docker-compose`:
28
28
29
29
```
30
30
docker compose up
@@ -34,9 +34,10 @@ docker compose up
34
34
35
35
36
36
## Run the Consumer Container
37
-
The `sample.csv` will be copied into the container and then used to insert the data into FeatureBase using the CSV consumer:
37
+
The `sample.csv`in the `featurebase-examples/docker-consumer` directory will be copied into the container and used to insert the data into FeatureBase via the CSV consumer:
38
38
39
39
```
40
+
cd ../docker-consumer/
40
41
docker compose up
41
42
```
42
43
@@ -46,17 +47,17 @@ docker compose up
46
47
⠿ Volume "docker-consumer_featurebase-consumer" Created 0.0s
47
48
⠿ Container docker-consumer-csv-consumer-1 Created 0.8s
48
49
Attaching to docker-consumer-csv-consumer-1
49
-
docker-consumer-csv-consumer-1 | Molecula Consumer v3.26.0-9-g14f19300, build time 2022-12-12T20:47:21+0000
50
-
docker-consumer-csv-consumer-1 | 2022-12-21T22:23:40.092373Z INFO: Serving Prometheus metrics with namespace "ingester_csv" at localhost:9093/metrics
51
-
docker-consumer-csv-consumer-1 | 2022-12-21T22:23:40.097076Z INFO: Listening for /debug/pprof/ and /debug/fgprof on 'localhost:6062'
0 commit comments