2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add roapi

This commit is contained in:
kev
2024-07-19 14:42:18 +08:00
parent 5540773d96
commit 89e53ad1be
5 changed files with 15654 additions and 0 deletions

15
roapi/data/roapi.yml Normal file
View 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

File diff suppressed because it is too large Load Diff