GithubHelp home page GithubHelp logo

grefine-proxy's Introduction

This is a nodejs server for proxying a Google Refine instance in a read-only
manner: Google Refine projects can only be viewed and not edited through this
proxy. This proxy also implements an entry point for using the Google Refine
instance to apply an operation script to a data file, as well as exposes
a web page for uploading both files to that entry point.


INSTRUCTIONS
============

Some of these steps might not be necessary if you have already used node.js
previously.

Step 1. You'd need at least nodejs 0.4.5. The installing instructions are here
    https://github.com/joyent/node/wiki/Installation

Step 2. You need to install npm (nodejs package manager)
    curl http://npmjs.org/install.sh | sh
    export NODE_PATH="/usr/local/lib/node"
according to
    http://shapeshed.com/journal/setting-up-nodejs-and-npm-on-mac-osx/

Step 3. Install a few modules.
  a. Use npm to install the module "node-static"
       npm install node-static
  b. Download from https://github.com/felixge/node-formidable and then use npm
     to install it, e.g.,
       npm install ~/Downloads/felixge-node-formidable-v0.9.11-2-g5d98e9c.tar.gz

Step 4. Run this proxy
    node proxy.js

By default, Google Refine is proxied at
    http://localhost:8080/
The transformer UI is at
    http://localhost:8080/transformer


grefine-proxy's People

Contributors

dfhuynh avatar morty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.