Conversation
Treesarj
commented
Mar 17, 2022
- add a triple store to the docker-compose
- sample query endpoint
Add triple store config to docker file and conf file and necessary requirements for agraph python interface
…mpose-for-mapping-strategy
…mpose-for-mapping-strategy
|
Need to update the oteapi-core version in requirements for the tests to pass |
…mpose-for-mapping-strategy
CasperWA
left a comment
There was a problem hiding this comment.
Add the AllegroGraph user details as configuration/settings parameters in the application.
Then they can be accessed by the application as well - if that's necessary?
If it's not necessary, then never mind :)
…mpose-for-mapping-strategy
The Triple store config requires the user credentials, so I guess it's not necessary. |
Okay. Just for the record, what I meant by application settings was this class: https://github.com/EMMC-ASBL/oteapi-services/blob/master/app/main.py#L26:L37 |
…mpose-for-mapping-strategy
…mpose-for-mapping-strategy
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
=======================================
Coverage 69.87% 69.87%
=======================================
Files 17 18 +1
Lines 468 478 +10
=======================================
+ Hits 327 334 +7
- Misses 141 144 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|