Dockerize FastAPI (#35)
* wip docker * added AWS stuff * reduce service to q * some changes * some fixes and updates * garbage * Add forward slash * Update Dockerfile * moved things around * Add kernels key * Update accessing kernelset * Bug fixes * Add trycatch * fix dockerfile typo * add filter * some test fixes * update test kernel paths * possible test fix * working tests + inventory upgrades * added highfive --------- Co-authored-by:Kelvin <krodriguez@usgs.gov> Co-authored-by:
acpaquette <acpaquette@usgs.gov>
Showing
- CMakeLists.txt 5 additions, 9 deletionsCMakeLists.txt
- Dockerfile 54 additions, 0 deletionsDockerfile
- SpiceQL/db/apollo16.json 3 additions, 1 deletionSpiceQL/db/apollo16.json
- SpiceQL/db/hayabusa.json 1 addition, 1 deletionSpiceQL/db/hayabusa.json
- SpiceQL/db/lo.json 1 addition, 1 deletionSpiceQL/db/lo.json
- SpiceQL/db/smart1.json 1 addition, 2 deletionsSpiceQL/db/smart1.json
- SpiceQL/db/voyager1.json 3 additions, 3 deletionsSpiceQL/db/voyager1.json
- SpiceQL/db/voyager2.json 3 additions, 3 deletionsSpiceQL/db/voyager2.json
- SpiceQL/include/inventory.h 5 additions, 12 deletionsSpiceQL/include/inventory.h
- SpiceQL/include/inventoryimpl.h 16 additions, 9 deletionsSpiceQL/include/inventoryimpl.h
- SpiceQL/include/memo.h 1 addition, 120 deletionsSpiceQL/include/memo.h
- SpiceQL/include/query.h 0 additions, 36 deletionsSpiceQL/include/query.h
- SpiceQL/include/spice_types.h 6 additions, 132 deletionsSpiceQL/include/spice_types.h
- SpiceQL/src/config.cpp 0 additions, 1 deletionSpiceQL/src/config.cpp
- SpiceQL/src/inventory.cpp 17 additions, 20 deletionsSpiceQL/src/inventory.cpp
- SpiceQL/src/inventoryimpl.cpp 426 additions, 0 deletionsSpiceQL/src/inventoryimpl.cpp
- SpiceQL/src/query.cpp 21 additions, 186 deletionsSpiceQL/src/query.cpp
- SpiceQL/src/spice_types.cpp 66 additions, 171 deletionsSpiceQL/src/spice_types.cpp
- SpiceQL/src/utils.cpp 26 additions, 11 deletionsSpiceQL/src/utils.cpp
- SpiceQL/tests/CMakeLists.txt 2 additions, 3 deletionsSpiceQL/tests/CMakeLists.txt
Loading
Please register or sign in to comment