Skip to content

AndrewKhloptsau/VR_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VR task

My solution consists of 5 main models:

  1. FileWatcher - this module monitors changes in the target folder and adds new files to the processing queue.
  2. FileProcessQueue - this queue is necessary for synchronizing and distributing files between loaders (you can add multiple file loaders).
  3. DataLoader - the module receives information about the new file from the queue, verifies it and sends it to reader for processing.
  4. DataReader - the module reads and parses information from the file, determines the type of a object and sends it to a database.
  5. DatabaseContext - creates class objects and saves them to the database every 10 seconds (if there are new objects).

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages