An open API service indexing awesome lists of open source software.

https://github.com/mjmsmith/infodumpster

MetaFilter infodump analysis site
https://github.com/mjmsmith/infodumpster

metafilter metafilter-infodump

Last synced: 8 months ago
JSON representation

MetaFilter infodump analysis site

Awesome Lists containing this project

README

          

infodumpster
============

The **infodumpster** is a tool to analyze [MetaFilter](http://metafilter.com) [infodump](http://stuff.metafilter.com/infodump/) data. It lives at [infodumpster.org](http://infodumpster.org).

Prerequisites
=============

Node.js and MySQL 5.x.

Installation
============

**npm install** dependencies.

Create the database **mefi**.

Set the environment variables **MYSQL\_USER** and **MYSQL\_PASSWORD** (or edit references in db.coffee and bin/import).

Run **bin/download** to grab a fresh copy of the MetaFilter infodump.

Run **bin/import** to import it into the database.

Run **node index.js** to start the server.