mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add roapi
This commit is contained in:
15
roapi/data/roapi.yml
Normal file
15
roapi/data/roapi.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
addr:
|
||||
http: 0.0.0.0:8080
|
||||
postgres: 0.0.0.0:5432
|
||||
|
||||
tables:
|
||||
- name: "spacex_launches"
|
||||
uri: "https://api.spacexdata.com/v4/launches"
|
||||
option:
|
||||
format: "json"
|
||||
|
||||
kvstores:
|
||||
- name: "spacex_launch_name"
|
||||
uri: "./spacex_launches.json"
|
||||
key: id
|
||||
value: name
|
||||
15588
roapi/data/spacex_launches.json
Normal file
15588
roapi/data/spacex_launches.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user