/fusion-spike

Spike project for API caching.

Primary LanguageCoffeeScriptMIT LicenseMIT

Fusion

Fusion is an orchestration layer that does fancy caching/aggregation stuff on top of Artsy's API.

Meta

Build Status

Set-Up

  • Install NVM
  • Install Node 0.12
nvm install 0.12
nvm alias default 0.12
  • Fork Fusion to your Github account in the Github UI.
  • Clone your repo locally (substitute your Github username).
git clone git@github.com:craigspaeth/fusion.git && cd fusion
  • Install node modules
npm install
  • Create a .env file and copy in the contents of .env.example
  • Replace any REPLACE values from staging using heroku run config --app=fusion-staging
  • Start Fusion
foreman start