julwil / ccs4dt

The Cloud Correlation Service for Data Tracking (CCS4DT)
https://julwil.github.io/ccs4dt/index.html
0 stars 0 forks source link

created application structure with basic data handling #1

Closed julwil closed 3 years ago

julwil commented 3 years ago

Hey @mtornow Created a starting point for our project.

ccs4dt
└───ccs4dt
│   └───main
│         └───http (REST API)
│         └───modules (Services)
│              └───clustering
│              └───coordinate_conversion
│              └───correlation
│              └───data_management (CRUDs)
│         └───shared (Libs, Utils,...)
│   └───tests
...

Already worked a bit on the data_managment, basically CRUDs of spaces and input batches. See you on Thursday!

julwil commented 3 years ago

Draft data structure

julwil commented 3 years ago

Create basic application structure

mtornow commented 3 years ago

I think that setup makes total sense, where would you integrate that synthetic data generation part? This should probably reside outside of the 2nd level CCS4DT folder, right?

julwil commented 3 years ago

@mtornow

I think that setup makes total sense, where would you integrate that synthetic data generation part? This should probably reside outside of the 2nd level CCS4DT folder, right?

Yep, having it on that level is fine. I created a scripts/ folder in which we can put the synth data generation. Also, I updated the endpoints based on the conclusions from the other tasks.