You are here

Large Scale Recurring Imports in Drupal 8: Architecture and Implementation Tips

This site is for archival purposes only. 

Find out what is happening with the Twin Cities Drupal User Group at https://tcdrupal.org/

Track: 
Coding and Development
Experience Level: 
Intermediate
Timeslot: 
Saturday, 11:45am - 12:15pm
Session Length: 
30 minutes

Large Scale Recurring Imports in Drupal 8: Architecture and Implementation Tips

Nowadays Drupal is not simply a CMS, it's a big and complicated framework that stands behind large enterprise level websites.

Drupal is used successfully for government, high education and healthcare websites that store large volumes of data. Often enough these organizations need their data to be updated over night, monthly or annually. It can be as simple as stock information updates performed once an hour and as big as update of all programs and courses offered by the college and university including all of the program details and costs.

Large scale complicated imports bring their challenges: time and hosting resources, parsing algorithms, different sources: XML, JSON, CSV. In my talk I'll cover some problems that a developer may face while building imports of data from various external sources into Drupal. I'll cover different formats such as XML, CSV and JSON, as well as approaches that can be used to make the task easier.

Slides: https://drive.google.com/file/d/0B6DbyC-eoAUPZjJNcWhrdE01YVE/view?usp=sh...

Learning Objectives & Outcomes: 

The audience will learn how to build imports with solid architecture so they would have less problems with performance as well as won't be limited by cron job time. I will also cover Batch and Queue APIs in Drupal 8 as well as touch base on continuous integration tool such as Jenkins.