Go to file
2016-02-15 19:58:09 +01:00
pg Add per-version subdirectories to the structure 2016-02-15 19:00:45 +01:00
python Experiment with using plpy from the package 2016-02-15 19:58:09 +01:00
CONTRIBUTING.md Add contribution note 2016-02-15 19:57:40 +01:00
DEPLOYING.md Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
LICENSE Add licencse 2016-02-15 18:36:38 +01:00
README.md Basic structure of the extension & package 2016-02-15 18:29:43 +01:00
TODO.md Experiment with using plpy from the package 2016-02-15 19:58:09 +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';