amyxzhang / lucy.js

A full-text search engine in the browser
22 stars 3 forks source link

Note: Importing data #2

Open LeaVerou opened 9 years ago

LeaVerou commented 9 years ago

Keep in mind that I couldn't include the CSV with the 1.6M tweets in the repo, as it was above Github’s limit (100MB). If you want to generate a new tweets.json, note that you will need to open it in Excel and remove the first and 3rd columns (the one with the 0,2,4s only and the one with NO_QUERY).

LeaVerou commented 9 years ago

Also, to enable XMLHttpRequest to work in file:// (required to load any files), you need to run Chrome with the flag --allow-file-access-from-files.