Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 586 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 586 Bytes

Concurrent file processing

This is a demo version of concurrent file processing

Task/challenge

Take the CSV file from the input and process it concurrent and store it in the MongoDB

Todo

  • Concurrent file processing using Batch .
  • Cloud-native | Ready to deploy.
  • Scalable project layout/structure.
  • REST API | GIN
  • Documentation | Swagger
  • Config | Viper
  • Log | Zap
  • Database | Mongo
  • Integration and translation of errors.
  • Unit test
  • Profiling