Push MySQL Data to an Algolia Index from the JS Client

InstructorRaphael Terrier

Share this video with your friends

Send Tweet

We’ll learn how to push a small amount of data from a local MySQL database to an Algolia index. The first step is to connect to the DB using the mysql package, then select all records from the DB and finally push them to Algolia using the JS API client.