-
Notifications
You must be signed in to change notification settings - Fork 2
JAN 25 MoM
SnelPatare edited this page Jan 26, 2022
·
6 revisions
- DB access: Basic connection java and postgres DB done.
- DB structure: Basic requirements are done. yet to make the structure.
- Docker Update: We are able to establish the connectivity between docker containers by building the internal network.
- Data extraction: Extracted data (parameters without temperature). Discussion on storing the data in DB/File.
- Create Integration - Docker linking
- DB access - store link in DB and accessing
- Login auth - Local Auth and token access
- Data Conversion to Json file and storing (static server).
- Extracted data doesn't contain temperature, humidity etc. It contains Reflectivity, Spectrum width and mean radial velocity.
- Changed our focus to extracted parameters.
- Storing extracted data into a json file instead of DB.
- Discussion on login auth mechanism.
- API sends http request and return the result