SiLeBAT / mibi-parse-cloud

MIT License
0 stars 0 forks source link

Save new catalogue to DB instead of to JSON file #64

Open birgitlewicki opened 1 month ago

birgitlewicki commented 1 month ago

Current situation: A new XML catalogue is uploaded via the dashboard. During that process the XML file is parsed and the needed data are saved in a JSON structure to a file.

As a first step in the catalogue management the parsed JSON structure should be saved to the database instead of to a file. When the server starts it should read the catalogue data from the database instead reading it from the file.