Go to file
Javier Goizueta 0381204eea Add TODO list
2016-02-15 18:35:33 +01:00
pg Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
python Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
CONTRIBUTING.md Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
DEPLOYING.md Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
README.md Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
TODO.md Add TODO list 2016-02-15 18:35:33 +01:00

crankshaft

CartoDB Spatial Analysis extension for PostgreSQL.

Code organization

  • pg contains the PostgreSQL extension source code
  • python Python module

FIXME: should it be ./extension and `./lib/python' ?

Requirements

  • pip

  • sudo pip install nose

  • CREATE LANGUAGE 'plpythonu';