Skip to content

Large CSV processing through rails,sidekiq and display progress with progress bar

Notifications You must be signed in to change notification settings

mythLabs/bulk-csv-processing

Repository files navigation

Bulk CSV Processing

Processing of bulk csv through rails jobs

Features-

  • Reading from CSV - Can be of any size
  • Action cable broadcasts progress of the upload which is displayed on the UI through a bootstrap progress bar.

** redis is required and sample csv file is placed in public folder named 'temp.csv'.

** sidekiq path is mounted at /sidekiq.

** to start application run 'foreman start'