enjalot / blockbuilder-search-index

download and process d3.js blocks for further indexing and visualization
BSD 3-Clause "New" or "Revised" License
24 stars 5 forks source link

parse out d3v5 version #64

Closed micahstubbs closed 6 years ago

micahstubbs commented 6 years ago

This PR parses out d3v5 versions from gists

the backend piece needed for frontend PR https://github.com/enjalot/blockbuilder-search/pull/76

fix #63

micahstubbs commented 6 years ago

@curran could you take a look at this? it's a small one

micahstubbs commented 6 years ago

once this is in, the next step is to do a full re-index on the elasticsearch server. the command to do that should be:

coffee --nodejs --max-old-space-size=12000 elasticsearch.coffee

issue https://github.com/enjalot/blockbuilder-search-index/issues/65 tracks this