+ch_experiment_data in click_house +experiment_data and experiment_parameters in postgresql +experiment_data has foreign_key from experiment_parameters +new connections +realize routes for ch_experiment_data +new alg csv_to_db +new methods in repos +update dockerfile +update readme "how to init db"
5 lines
211 B
Python
5 lines
211 B
Python
from .experiment_data_repos import *
|
|
from .experiment_parameters_repos import *
|
|
from .load_parameters_repos import *
|
|
from .recycling_parameters_repos import *
|
|
from .ch_experimentdb_experiment_data_repos import * |