Skip to end of banner
Go to start of banner

Data export by using mod-data-export

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Data export is performed by Back-end mod-data-export module. 

Pic. 1.


The approach limitations:

  1. This approach is customized to export data from SRS and Inventory modules only. There are no extension points, which allow to easily add export from other modules.
  2. Bad separation of concerns in the source code. As result, it is hard to extend it.
  3. There is no job retry logic, which makes the job unreliable.
  4. The codebase is more complex than the Spring way one due to the usage of Vert.x and reactive programming.

  5. It is based on RMB which should be considered as deprecated soon

  • No labels